/* --- 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	
font-size: 11px;
	
text-decoration: none;
	
margin: 4px 0 0 8px;
	
color: white;


}


.m0l0iover {
	
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	
font-size: 11px;
	
text-decoration: underline;
	
margin: 5px 0 0 8px;
	
color: 	#999999
;

}



/* level 0 outer */
.m0l0oout {
	
	font-family: Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-size:   11px;
	font-weight: bold;
	text-decoration : none;
	
color: #FFCCFF;



	background-color: transparent;

}



.m0l0oover {
	
	font-family: Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-size:   11px;
	font-weight: bold;
	text-decoration : underline;
	
color: 	#999999
;

	background-color: transparent;

}



/* level 1 inner */

.m0l1iout {
	
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	
margin: 4px 0 0 17px;
	
background-color: white;
 
FILTER: progid:dximagetransform.microsoft.alpha(opacity=90); moz-opacity: 0.90;
color: #FFFFFFF;

}


.m0l1iover {
	
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	
margin: 4px 0 0 17px;
	
color: #999999
;


}



/* level 1 outer */

.m0l1oout {
	
text-decoration : none;
	
background-color: white;
 
FILTER: progid:dximagetransform.microsoft.alpha(opacity=90); moz-opacity: 0.90;
BORDER-RIGHT: #CCCCCC 1px solid; 
BORDER-TOP: #CCCCCC 1px solid; 
BORDER-LEFT: #CCCCCC 1px solid; 
BORDER-BOTTOM: #CCCCCC 1px solid;
padding: 0;

}


.m0l1oover {
	
text-decoration : none;
	
background-color: white;


background-repeat: no-repeat;
	
border: 1px solid #CCCCCC;

color: #999999
;

	
padding: 0;
}

