/* --- 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,Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	padding:0px 0px 4px 4px;
	vertical-align:middle;
	color: white;
	border-right:1px solid #ffffff;
	
}
.m0l0iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:0px 0px 4px 4px;
	color: white;
	vertical-align:middle;
	background: #726666;
	cursor:hand;
	border-right:1px solid #ffffff;
}

/* level 0 outer */
.m0l0oout
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	background: black;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	text-decoration: none;
}
.m0l0oover
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	background: black;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	text-decoration: none;
	background: #726666;
	cursor:hand;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration :none;
	border : 0px solid #FFFFFF;
	padding: 4px;
	color: #FFFFFF;
	background: #726666;
	cursor:hand;
}


/* level 1 outer */
.m0l1oout 
{
	text-decoration : none;
	/*border : 1px solid #A7a694;*/
	background: black;
}
.m0l1oover {
	text-decoration : none;
	/*border : 1px solid #A7a694;*/
	background: #726666;
	cursor:hand;
}

