#mainlevel {
	height:36px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 900;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}

#mainlevel ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

* html #mainlevel {height:1%}

/*PARENT MENU*/

#mainlevel a {
	float: left;
	text-decoration: none;
	display: block;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px 0px 10px;
    text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#mainlevel a ul, #mainlevel a:link ul {
	color: #ffffff;
	}
	
#mainlevel a:active, #mainlevel li.active, #mainlevel li.active a:active, #mainlevel a:hover, mainlevel a:focus {
	background: #203B10;	
}

/*PARENT MENU ITEM HOVER*/



/*ALL LISTS*/

#mainlevel li {
	float: left;
	padding: 0;
	position: relative;
}

#mainlevel li:hover ul {
	background: #203B10;
	left: auto;
	width: 120px;
	}
	
#mainlevel li.iehover ul {
	background: #203B10;
	margin-left: -70px;
	color: #ffffff;
	display: block;
	top: 100%;
	width: 120px;
	}

#mainlevel li li:hover ul {
	background: #203B10;
	color: #ffffff;
	}

#mainlevel li li.iehover ul {
	background: #203B10;
	margin-left: 0px;
	}

#mainlevel li ul ul {
	margin: -25px 0 0 120px;
	position: absolute;
	width: 120px;
	float: left;
}


/*PARENT ITEM SEPARATOR*/


/*DEFINE HOVER COLORS*/


#mainlevel li a:hover, #mainlevel li a:iehover, #mainlevel li:hover ul, #mainlevel li:hover {
	color: #fff;
}



/*SUBLEVEL STYLES*/

/*SUBLEVEL TEXT STYLES*/

#mainlevel li li a {
	font-weight: normal;
	padding: 0;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
}

#mainlevel ul a {
	display: block;
	text-decoration: none;
	text-transform: none;
	width: 120px;
	text-align: left;
}

#mainlevel ul ul a {
	display: block;
	text-decoration: none;
	background: #203B10;
}


/*SUBLEVEL POSITIONING*/



#mainlevel li:hover, #mainlevel li.iehover {
	position: relative;
}

/*SUBLEVEL HOVER STYLES*/

#mainlevel ul ul a:hover {
	background: none;
	height: 25px;
	line-height: 25px;
}


#mainlevel li ul {
	top: 25px;
	position: absolute;
	left: -999em;
	font-weight: normal;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #203B10;
}


/* HIDE OTHER LISTS FROM IE */

#mainlevel li:hover ul ul, 
#mainlevel li:hover ul ul ul,
#mainlevel li:hover ul ul ul ul,  
#mainlevel li.iehover ul ul, 
#mainlevel li.iehover ul ul ul, 
#mainlevel li.iehover ul ul ul ul {
	left: -999em;
}

#mainlevel li:hover ul, 
#mainlevel li li:hover ul, 
#mainlevel li li li:hover ul, 
#mainlevel li li li li:hover ul,
#mainlevel li.iehover ul, 
#mainlevel li li.iehover ul, 
#mainlevel li li li.iehover ul,
#mainlevel li li li li.iehover ul {
	left: auto;
}

/* BECAUSE IE DOESNT UNDERSTAND CSS EVEN IN 2007 */

#mainlevel li.iehover ul li.iehover {
	background: #203B10;
}

/* @end */
