
/*********************************s
Top Nav Header and Menu CSS Library (no tables)
*********************************/

/*********************************
START: Menu CSS
*********************************/
/*
.menuContainer
{
position: absolute;
background-image: url(/docs/TEMPLATE/474/MenuBarBackground.gif);
background-repeat: repeat-x;
font-family: Georgia, serif;
font-size:8pt;
height: 22px;
width: 100%;
white-space: nowrap;
top: 80px;
z-index: +1;
padding: 0;
margin: 0;
text-align: center;
}
.menuSubContainer
{
width: 100%;
font-family: Georgia, serif; 
position:relative;
font-size:8pt;
height: 22px;
margin:0; 
padding:0;
white-space: nowrap;
display:block;
float:left;
text-align: center;
}
*/

div.menu {
background: red;
height: 5px;
width: 100%;
text-align: center;
}

.ulMenuLevel1{
list-style-type:none;
margin:0;
padding:0;

font-size:8pt;
}
.liMenuLevel1{
list-style-type:none;
float:left;

	font-size: 13pt;
	font-weight: bold;
	color: white;
}
/*
.linkMenuLevel1{
display:block;

font-family: Georgia, serif;
font-size:9pt;
}
*/
.ulMenuLevel2{
list-style-type:none;
position:absolute;
marigin-top: 3px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
padding:1px;
display:none;

background-color:#990000;
/*
filter: alpha(opacity=90); 
-moz-opacity: 0.9;
KhtmlOpacity: .9;
opacity: .9;
*/
font-size:9pt;
text-align: left;
padding-top: 8px;
}

.liDistance {
	height: 1px;
}

.liMenuLevel2
{
	margin-top: 5px;
line-height: 22px;
font-size:9pt;
font-weight: bold;
}


.linkMenuLevel1 {
  display:block;
	font-size: 13pt;
	font-weight: bold;
	color: white;
  text-decoration: none;
}
.liMenuLevel1 a:visited {
  color: white;
  text-decoration: none;
}
.liMenuLevel1 a:active {
  color: white;
  text-decoration: none;
}
.liMenuLevel1 a:hover {
  color: white;
  text-decoration: none;
}

.liMenuLevel2 a{
text-decoration: none;
display:block;
color: white;
white-space: nowrap;
padding-left: 5px;
padding-right: 20px;
font-size:9pt;
letter-spacing: 0px;
font-weight: normal;
}

.liMenuLevel2 a:visited{
text-decoration: none;
display:block;
color: #white;
white-space: nowrap;
padding-left: 5px;
padding-right: 20px;
font-size:9pt;
letter-spacing: 0px;
font-weight: normal;
}

.liMenuLevel2 a:hover{
text-decoration: none;
display:block;

background:transparent; 
background:white;
color: #AE0000;

font-size:9pt;
letter-spacing: 0px;
font-weight: normal;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
display: block;

font-size:8pt;
}
#mainMenuUL li>ul { 
top: auto;
left: auto;

font-size:8pt;
}
/*********************************
END: Menu CSS
*********************************/
