/* --- 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 {
	padding-top     : 3px;
	padding-bottom  : 3px;
	font-size       : 10pt;
	/*font-family     : Georgia, Bitstream Vera, Serif, arial;*/
	font-family     : verdana;
	text-decoration : none;	
	color           : #000000;
	text-align      : center;
}
.m0l0iover {
	padding-top     : 3px;
	padding-bottom  : 3px;
	font-size       : 10pt;
	/*font-family     : Georgia, Bitstream Vera, Serif, arial;*/
	font-family     : verdana;
	text-decoration : none;	
	color           : #000000;
	text-align      : center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background      : #c0c0c0;
}
.m0l0oover {
	text-decoration : none;
	background      : #b4b3b3;
}

/* level 1 inner */
.m0l1iout {
	padding         : 3px;
	font-size       : 10pt;
	/*font-family     : Georgia, Bitstream Vera, Serif, arial;*/
	font-family     : verdana;
	text-decoration : none;	
	color           : #000000;
	text-align      : left;
}
.m0l1iover {
	padding         : 3px;
	font-size       : 10pt;
	/*font-family     : Georgia, Bitstream Vera, Serif, arial;*/
	font-family     : verdana;
	text-decoration : none;	
	color           : #000000;
	text-align      : left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-bottom   : 1px solid #c0c0c0;
	border-left     : 1px solid #c0c0c0;
	border-right    : 1px solid #c0c0c0;
	border-top      : 1px solid #c0c0c0;
	background      : #e4e4e4;
	/*filter: alpha(opacity=85);*/
}
.m0l1oover {
	text-decoration : none;
	border-bottom   : 1px solid #c0c0c0;
	border-left     : 1px solid #c0c0c0;
	border-right    : 1px solid #c0c0c0;
	border-top      : 1px solid #c0c0c0;
	background      : #c0c0c0;
}

/* level 2 inner */
.m0l2iover {
	font-family     : verdana, Georgia, Bitstream Vera, Serif, arial;
	font-size       : 10px;
	text-decoration : none;
	padding         : 4px;
	color           : #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border-bottom   : 1px solid #c0c0c0;
	border-left     : 1px solid #c0c0c0;
	border-right    : 1px solid #c0c0c0;
	border-top      : 1px solid #c0c0c0;
	background      : #e4e4e4;
}
.m0l2oover {
	text-decoration : none;
	border-bottom   : 1px solid #c0c0c0;
	border-left     : 1px solid #c0c0c0;
	border-right    : 1px solid #c0c0c0;
	border-top      : 1px solid #c0c0c0;
	background      : #c0c0c0;
}

.m0l3oout {
	text-decoration : none;
	border-bottom   : 1px solid #c0c0c0;
	border-left     : 1px solid #c0c0c0;
	border-right    : 1px solid #c0c0c0;
	border-top      : 1px solid #c0c0c0;
	background      : #e4e4e4;
}
.m0l3oover {
	text-decoration : none;
	border-bottom   : 1px solid #c0c0c0;
	border-left     : 1px solid #c0c0c0;
	border-right    : 1px solid #c0c0c0;
	border-top      : 1px solid #c0c0c0;
	background      : #c0c0c0;
}

