/* --- 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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
	padding: 4px;
	color : #9900CC;
	z-index : 0;
	display : block;
}
.m0l0iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ff33cc;
	z-index: 0;
	display : block;

}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #FFFFFF;
	border : 0px solid #c6c6c6;
	z-index : 0;
	display : block;
	background-image: url('images/mbg3.png');
/*	background-position:left center; 
	background-repeat:no-repeat; */
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #c6c6c6;
	background: #f7f7f7;
	z-index: 0;
	display : block;
	background-image: url('images/mbg4.png');
/*	background-position:left center; 
	background-repeat:no-repeat; */
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
	padding: 4px;
	color : #FFFFFF;
	z-index : 99;
	display : block;
}
.m0l1iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
	z-index: 100;
	display : block;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #9900CC;
	border : 0px solid #c6c6c6;
	z-index : 99;
	display : block;
	filter: alpha(opacity=85);
	background-image: url('images/menuh1.png');
	background-position:left center; 
	background-repeat:no-repeat;
}
.m0l1oover {
	text-decoration : none;
	border : 0px solid #c6c6c6;
	background: #ff33cc;
	z-index: 99;
	display : block;
	background-image: url('images/menuh21.png');
	background-position:left center; 
	background-repeat:no-repeat;
}
