/*********************************
START: Menu CSS
*********************************/


.menuSubContainer
{
	font-family: arial; 
	position:relative;
	font-size:8pt;
	height: 22px;
	margin:0; 
	padding:0;
	white-space: 0;
	display:block;
	float: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:#9d1600; 
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	KhtmlOpacity: .85;
	opacity: .85;
	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:120px;
 
 padding-left: 10px;
 font-family: arial;
 font-size:8pt;
}
.liMenuLevel2 a:visited{
 text-decoration: none;
 display:block;
 color: #ffffff;
 width:120px;
 
 padding-left: 10px;
 font-family: arial;
 font-size:8pt;
}
 
.liMenuLevel2 a:hover{
 text-decoration: none;
 display:block;
 width:120px;
 
 background:transparent; 
 background:#e3a963;
 color: #FFFFFF;
 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
*********************************/
