/*
 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: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration : none;
	font-weight: normal ;
	margin: 0px 0 0 0px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration : none;
	font-weight: normal;
	margin: 0px 0 0 0px;
	color: #333333;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: none;
	border: 0px solid #000000;
	background-color: #cc0000;
}
.m0l0oover {
	text-decoration : none;
	background-image: none;
	background-color: #ffffff;
	border: 0px solid #000000;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial;
	font-size: 11px;
	margin: 0px 0 0 0px;
	color: #000000;
	text-decoration : none;
	font-weight: normal ; 
	vertical-align:middle;
}
.m0l1iover {
	font-family: Arial;
	font-size: 11px;
	margin: 0px 0 0 0px;
	color: #000000;
	font-weight: normal ;	
	text-decoration : underline;
	vertical-align:middle;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0; 
	-moz-opacity:.70;
    opacity:.70;		
	vertical-align:middle;
}
.m0l1oover {
	text-decoration : underline;
	background-color: #ffffff;
	background-image: none;
  	background-repeat: no-repeat;
	border: 1px solid #000000;
	padding: 0;
	vertical-align:middle;
}
