/*
 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: Verdana;
	font-size: 12px;
	text-decoration: none;
	margin: 8px 0 0 8px; 
	
	color: #FFFFFF;
	text-align:center;
 font-weight:normal;
}
.m0l0iover {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	
	background-color:Transparent;
}
.m0l0oover {
	text-decoration : none;
	background-color:Transparent;
	cursor:hand;
	
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana;
	font-size: 11px;
	margin-left:7px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Verdana;
	font-size: 11px; 
	margin-left:7px;
	
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: DimGray;
	/* background-image:url(MyImages/4.jpg);*/
	 text-align:left;
	 background-repeat:repeat-x;
	border: 1px solid #000000;
	padding: 1;
}
.m0l1oover {
	text-decoration : none;
	background-color: Gray;
	text-align:left;
	border: 1px solid #000000;
	padding: 1;
}
