/* --- 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 2px 8px;
	color: #000000;

}
.m0l0iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 8px;
	color: #FFFFFF;
	text-align: center;
	

}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-top : 2px solid #c1521c;
	border-bottom : 2px solid #c1521c;
	background: #cccccc;
	text-align: center;

}
.m0l0oover {
	text-decoration : none;
	top:auto;
	border-top : 2px solid #c1521c;
	border-bottom : 2px solid #c1521c;
	background: #999999;
	text-align: center;

}

/* level 1 inner */
.m0l1iout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #000000;
	background-position: center;

}
.m0l1iover {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #ffffff;
	background-position: center;

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #cccccc;
	filter: alpha(opacity=85);
		padding: 2px;
		position: absolute; z-index: 1;
		
}
.m0l1oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #666666;
		position: absolute; z-index: 1;
}

/* level 2 inner */
.m0l2iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	background-position: center;
		position: absolute; z-index: 1;
		
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #cccccc;
		position: absolute; z-index: 1;
}
.m0l2oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #666666;
		position: absolute; z-index: 1;
}