/*
 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 0px 0px 10px;
	color: #p94997;
	font-weight: bold;
	text-align: left;
	
}
.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 0px 0px 10px;
	color: #094997;
	font-weight: bold;
	text-align: left;
		
}


.m0l0oout {
	text-decoration : none;
	border: 0px dashed #EEEDED;
	background-color:  #EEEDED;
	
}
.m0l0oover {
	text-decoration : none;
	border: 0px dashed #EEEDED;
	background-color: #BFE3FC;
	
}


.m0l1iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	color: #094997;
	font-weight: bold;
	text-align: left;
}
.m0l1iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 2px 0px 0px 5px;
	color: #094997;
	font-weight: bold;
	text-align: left;
	
}

.m0l1oout {
	text-decoration : none;
	border: 1px solid  #E0F2FE;
	background-color: #BFE3FC;
	filter: alpha(opacity=100)

}
.m0l1oover {
	text-decoration : none;
	border: 1px solid #BFE3FC;
	background-color: #E0F2FE;
}