/*********************************
START: Header
*********************************/
.headerContainer
{
	height: 50px;
	padding: 0;
	margin: 0;
}

.headerLeft
{
	width: 33%;
	background-color: #000000;
	padding: 0;
	margin: 0;
}

.headerRight
{
	width: 33%;
	background-color: #77B900;
	padding: 0;
	margin: 0;
}

.headerCenter
{
	text-align: center;
	padding: 0;
	margin: 0;
}

/*********************************
END: Header
*********************************/

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

a.li-link3
{
	padding-left: 25px;
	text-decoration:none;
	color:#FFB277;
	font-family:Courier New;
	font-size: 10pt;
	font-weight:bold;
	border-bottom:1px solid #000000;
}
a.li-link, a.li-link:visited, a.li-link:link
{
	padding-left: 25px;
	text-decoration:none;
	color:#ffffff;
	font-family:Courier New;
	font-size: 10pt;
	font-weight:bold;
}

a.li-link:hover, a.li-link3:hover 
{
	color:#9ACD32;border:0px solid;
}
a.li-link2 
{
	padding-left: 0px;
	text-decoration:none;
	color:#000000;
	font-family:Courier New;
	font-size: 10pt;
	font-weight:bold;
}
a.li-link2:hover 
{
	color:#880000;border:0px solid;
}

.menu-ontainer
{
	font-family: arial;
	font-size:8pt;
	height: 22px;
	width: 100%;
	white-space: nowrap;
	z-index: +1;
	padding: 0;
	margin: 0;
}

.menuContainer
{
	background-image: url(/i/dis/toop.gif);
	background-repeat: repeat-x;
	font-family: arial;
	font-size:8pt;
	height: 26px;
	width: 100%;
	white-space: nowrap;
	z-index: +1;
	padding: 0;
	margin: 0;
}

.menuContainerDark
{
	background-image: url('/i/dis/09.gif');
	background-repeat: repeat-x;
	font-family: arial;
	font-size:8pt;
	height: 24px;
	width: 100%;
	white-space: nowrap;
	z-index: +1;
	padding: 0;
	margin: 0;
}

.menuSubContainer
{
	font-family: arial; 
	position:relative;
	font-size:8pt;
	height: 22px;
	margin:0; 
	padding:0;
	white-space: nowrap;
	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:#313e4d; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	KhtmlOpacity: .9;
	opacity: .9;
	font-family: arial;
	font-size:8pt;
}

.ulMenuLevel20{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	
	background-color:#360c02; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	KhtmlOpacity: .9;
	opacity: .9;
	font-family: arial;
	font-size:8pt;
}

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

.liMenuLevel2 a, .liMenuLevel20 a{
 text-decoration: none;
 display:block;
 color: #ffffff;
 width:250px;
 
 padding-left: 25px;
 font-family: arial;
 font-size:8pt;
}
.liMenuLevel2 a:visited, .liMenuLevel20 a:visited {
 text-decoration: none;
 display:block;
 color: #ffffff;
 width:250px;
 
 padding-left: 25px;
 font-family: arial;
 font-size:8pt;
}
 
.liMenuLevel2 a:hover {
 text-decoration: none;border:0px solid;
 display:block;
 width:250px;
 
 background:transparent;
 background:#0b5275;
 color: #76B900;
 font-family: arial;
 font-size:8pt;
}

.liMenuLevel20 a:hover {
 text-decoration: none;border:0px solid;
 display:block;
 width:250px;
 
 background:transparent;
 background:#5b1604;
 color: #76B900;
 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
*********************************/