/* 

CSS for the Menus 

.topNavMenuItem:hover{
background-color: rgba(255, 128, 0, 0.80);
}

*/

/* SET THE CSS ANIMATION STYLE AND DURATION FOR THE MAIN NAV SLIDER FOR THE DIFFERENT BROWSERS 
#Group-TopMainMenu-00 {

-ms-animation-timing-function: ease-in-out;
-ms-transition-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
-webkit-transition-duration: 1s;
-moz-animation-timing-function: ease-in-out;
-moz-transition-duration: 1s;
animation-timing-function: ease-in-out;
transition-duration: 1s;

}


#upDownMenuTable {
width: 100%;
border-collapse: collapse;
}

#upDownMenuTable td {
vertical-align: top !important;
padding: 0px !important;
}


*/

 

/* ==== STYLING FOR THE UPDOWNMENU  ==== */
 
.UpDownMenuHeading {
font-size: 15px !important; 
font-weight: bold !important; 
line-height: 1em !important; 
letter-spacing: -.02em !important;
font-family: Arial, Helvetica, sans-serif !important; 
color: rgb(54, 0, 252) !important;
}

.UpDownMenuList {
display: inline !important; 
list-style-position:inside !important;
margin: 0 0 0 6px !important;
}

.UpDownMenuList li {
font-size: 15px !important; 
font-weight: normal !important; 
line-height: 1.15 !important; 
letter-spacing: 0px !important;
font-family: Arial, Helvetica, sans-serif !important; 
color: rgb(0,0,0) !important;
padding: 0 0 0 3px !important;
}
 
/* Tablet sized screens - horizontal - decrease the line height of the upDown menu to avoid running off the bottom */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	.UpDownMenuHeading {
	line-height: 1.13 !important; 
	letter-spacing: .01em !important;
	}

	.UpDownMenuList li {
	line-height: 1.14 !important; 
	}
	
	}

.UpDownMenuList li:hover {
background-color: rgba(179, 179, 179, 1.0);
}

.UpDownMenuList li:active {
background-color: rgba(255, 147, 36, 0.85);
}

/* set HOVER and ACTIVE states for the Main Menu Sub Nav Items */
.subNavMenuItem:hover{
background-color: rgba(128, 128, 128, 0.85);
}
 
.subNavMenuItem:active{
background-color: rgba(255, 147, 36, 0.85);
}

