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

/* level 0 inner */
.m0l0iout {
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-size:11px;
	font-weight:normal;
	color:white;
	text-decoration:normal;
	padding-left: 15px;
}

.m0l0iover {
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-size:11px;
	font-weight:normal;
	color: white;
	text-decoration:normal;
	padding-left: 15px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px none #FFFFFF;
}

.m0l0oover {
	text-decoration : none;
	border : 1px none #FFFFFF;
}

.m0l1iout {
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-size:11px;
	font-weight:normal;
	color:white;
	text-decoration:none;
	padding-top: 3px;
	padding-left: 5px;
}

.m0l1iover {
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-size:11px;
	font-weight:normal;
	color: white;
	text-decoration:none;
	padding-top: 3px;
	padding-left: 5px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #006cb7;
}

.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #003c66; 
	
}
