/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	
	
}
.miouter {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: ECEFF2;
	font-weight: normal;
	
}
/* all levels outer */
.moout {
	text-decoration : none;
	background: #F0F3FF;
	border-top: thin solid #5D8EC5;
	border-right: thin solid #5D8EC5;
	border-bottom: thin solid #5D8EC5;
	border-left: thin solid #5D8EC5;
	
	
}

.moout2 {
	text-decoration : none;
	background: #F0F3FF;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
	
	
}
.moover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E6EBFF;
	
}
