/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/




/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px; text-decoration:none;
	margin: 4px 0 0 0px; 
		color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0 0 0px;
	color: #FFFFFF;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 0 ;
	background-color: #7b7b7b;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #7b7b7b;
	border: 0px 
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 3px 0 0 17px;
	color: #FFFFFF;
	
	
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 3px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #7b7b7b;
	border-top: 2px solid #8e8e8e;
	border-bottom:0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0; 
}

.m0l1oover 
{
	text-decoration : none;
	background-color: #2b90d4;
	border-top: 2px solid #8e8e8e;
	border-bottom:0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0;
}


