/* --- 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
	text-indent:50;
	/*padding: 4px;*/
	color: #39459C;
	font-weight:bold;
	
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #ffffff;
	background-image:url(../images/menu_bg_out.jpg);
}
.moover {
	text-decoration : none;
	border : 1px solid #ffffff;
	background-image:url(../images/menu_bg_over.jpg);
}


/* level 0 outer */
.mx0l0oout {
	font: bold 9px Verdana,Tahoma,sans-serif;
	text-decoration : none;
	border : 0px solid #666666;
	color: #39459C;
	background-image:url(../images/menu_bg_out.jpg);
	font-weight:bold;
}
.mx0l0oover {
	font: bold 9px Verdana,Tahoma,sans-serif;
	text-decoration : none;
	border : 0px solid #ffffff;
	color: #FE0101;
	background-image:url(../images/menu_bg_over.jpg);
	font-weight:bold;
	
}

/* level 1 outer */
.mx0l1oout {
	font: 9px Verdana,Tahoma,sans-serif;
	text-decoration : none;
	color:#ffffff;
	border : 1px solid #FFFFFF;
	background: #85AADE;
	filter: alpha(opacity=95);
	font-weight:bold;
	text-align:left;
	padding: 10px;
}
.mx0l1oover {
	font: 9px Verdana,Tahoma,sans-serif;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #85AADE;
	filter: alpha(opacity=95);
	color: #39459C;
	text-align:left;
	font-weight:bold;
	padding: 10px;
	
}
/* level 2 outer */

.mx0l2oout {
	font: 9px Verdana,Tahoma,sans-serif;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #85AADE;
	filter: alpha(opacity=95);
	color:#FFFFFF;
	font-weight:bold;	
}
.mx0l2oover {
	font: 9px Verdana,Tahoma,sans-serif;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #85AADE;
	filter: alpha(opacity=95);
	color: #39459C;
	font-weight:bold;
}
