
/*********************************
START: Menu CSS
*********************************/
.menuContainer
{
        background-color:none;
	background-repeat: repeat-x;
	font-family: arial;
	font-size:8pt;
	height: 53px;
	width: 100%;
	white-space: nowrap;
	z-index: +0;
	padding: 0;
	margin:0;
	margin-top: 0px; 
	vertical-align:top; 
}

.menuSubContainer
{
	font-family: arial; 
	position:relative;
	font-size:8pt;
	height: 53px;
	margin:0; 
	padding:0;
	white-space: nowrap;
	display:block;
	float:left;
	margin-top: 0px; 
/*	vertical-align:top; */
}

.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:#F0F0F0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	KhtmlOpacity: .8;
	opacity: .8;
	font-family: arial;
	font-size:8pt;
}

.liMenuLevel2
{
	line-height: 22px;
	font-family: arial;
	font-size:8pt;
}

.liMenuLevel2 a{
 text-decoration: none;
 display:block;
 color: #000000;
 width:150px;
 
 padding-left: 25px;
 font-family: arial;
 font-size:8pt;
}
.liMenuLevel2 a:visited{
 text-decoration: none;
 display:block;
 color: #000000;
 width:150px;
 
 padding-left: 25px;
 font-family: arial;
 font-size:8pt;
}
 
.liMenuLevel2 a:hover{
 text-decoration: none;
 display:block;
 width:150px;
 
 background:#000000;
 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 { 
	margin:0;
	margin-bottom:0
	
	
	font-family: arial;
	font-size:8pt;
}

/*********************************
END: Menu CSS
*********************************/

