﻿/* TOP OF PAGE NAVIGATION */


.NavWrapper {
        text-align: center;
    }
    .NavWrapper ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;
    }
    .NavWrapper li {
        float: left;
        padding: 2px 5px;
        border: 0;
        z-index:999999;
    }

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0,0,0, 0);
            z-index:999999;

}


li a, .dropbtn {
    display: inline-block;
    color: #909090;
    text-align: center;
    padding: 8px 20px;
    text-decoration: none;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
          
    font-size: 20px;
	font-family: 'Titillium Web', sans-serif;

}

li a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(0,0,0, 0);
    color: #000000;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

li.dropdown {
    display: inline-block;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;


}

.dropdown-content {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.75);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.75);
    z-index: 1;
    border-radius: 2%;
    line-height: 1.2;

}

.dropdown-content a {
    color: silver;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 16px;      
    line-height: 1.2;



}

.dropdown-content a:hover {

		background-color: rgba(0,0,0,0.5);
		color: #b5b0a7;
		      border-radius: 10%;

	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;


			}

.dropdown:hover .dropdown-content {
    display: block;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;


}



/* MIDDLE HOME NAVIGATION */

ul.MiddleNav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #282828;
}

li.MiddlePageLinks a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 0px 0px;
    text-decoration: none;
          -webkit-transition: all .4s ease-in-out;  
          
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;  

}

li.MiddlePageLinks  a:hover {
    background-color: #282828;
    color: #974545;
}

li.MiddlePageLinks   {
    float:none;
}


/* BOTTOM NAVIGATION */

ul.BottomNav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #151515;
}

li.BottomNav a {
    display: inline-block;
    color: #909090;
    text-align: center;
    padding: 0px 0px;
    text-decoration: none;
          -webkit-transition: all .4s ease-in-out;  
          
    font-family: 'Open Sans', sans-serif;       
          
    font-size: 13px;

}

li.BottomNav a:hover {
    background-color: #151515;
    color: #974545;
}

li.BottomNav {
    float:none;
}


a.needhelplink:link, a.needhelplink:visited {
    background-color: #909090;
    color: white;
    padding: 14px 25px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
              -webkit-transition: all .4s ease-in-out;  

}

a.needhelplink:hover, a.needhelplink:active {
    background-color: #000000;
              -webkit-transition: all .4s ease-in-out;  

}
