/*************************************
START: Menu CSS
Thanks nVidia...http://www.nVidia.com/
*************************************/
.menuContainer
{
position: relative;
background-image: url(images/menu/menubg.gif);
background-repeat: repeat-x;
font-family: arial;
font-size:8pt;
height: 22px;
width: 100%;
white-space: nowrap;
top:0;
z-index: +1;
padding: 0;
margin: 0;
text-align: center;
}
.menuSubContainer
{
width: 100%;
font-family: arial; 
position:relative;
font-size:8pt;
height: 22px;
margin:0; 
padding:0;
white-space: nowrap;
display:block;
float:left;
text-align: left;
}
.ulMenuLevel1{
list-style-type:none;
margin:0;
padding:0;

font-family: arial;
font-size:8pt;
}
.liMenuLevel1{
list-style-type:none;
float:left;

font-family: arial;
font-size:8pt;
}
.linkMenuLevel1{
display:block;

font-family: arial;
font-size:8pt;
}
.ulMenuLevel2{
list-style-type:none;
position:absolute;
margin: 0;
padding:0;
display:none;

background-color:#484884; 
filter: alpha(opacity=90); 
-moz-opacity: 0.9;
KhtmlOpacity: .9;
opacity: .9;
font-family: arial;
font-size:8pt;
}
.liMenuLevel2
{
line-height: 22px;
font-family: arial;
font-size:8pt;
}


.liMenuLevel2 a{
text-decoration: none;
display:block;
color: #ffffff;
width:200px;

padding-left: 25px;
font-family: arial;
font-size:8pt;
}
.liMenuLevel2 a:visited{
text-decoration: none;
display:block;
color: #ffffff;
width:200px;

padding-left: 25px;
font-family: arial;
font-size:8pt;
}

.liMenuLevel2 a:hover{
text-decoration: none;
display:block;
width:200px;

background:transparent; 
background:#5858A1;
color: #fbf65f;
font-family: arial;
font-size:8pt;
}


li:hover ul , li.over ul{ /* lists nested under hovered list items */
display: block;

font-family: arial;
font-size:8pt;
}
#mainMenuUL li>ul { 
top: auto;
left: auto;

font-family: arial;
font-size:8pt;
}
/*********************************
END: Menu CSS
*********************************/