/* --- 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:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#035378;
	height:25px;
	background:#C5C5C5 url(/common/images/menu_bg.gif);
	text-align:center;
	padding-top:3px;
	/*text-transform: uppercase;*/
}
.m0l0iover {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFF33;
	height:25px;
	background:#C5C5C5 url(/common/images/menu_bg.gif);
	text-align:center;
	padding-top:3px;
	/*text-transform: uppercase;*/
}

/* level 0 outer */
.m0l0oout {
	background-image: url(/common/images/arrow_menu.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration : none;
}
.m0l0oover {
	background-image: url(/common/images/arrow_menu.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#035378;
	height:20px;
	background:#A9C3D0;
	padding-top:0px;
	padding-left:3px;
}
.m0l1iover {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFF33;
	height:20px;
	background:#A9C3D0;
	padding-top:0px;
	padding-left:3px;	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #EFEFE9;
	background: #B6B6A9;
	filter: alpha(opacity=100);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #EFEFE9;
	background: #929280;
}

/* level 2 inner */
.m0l2iover {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFF33;
	height:20px;
	background:#A9C3D0;
	padding-top:0px;
	padding-left:3px;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #EFEFE9;
	background: #D9D9CF;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #EFEFE9;
	background: #B3B3A4;
}
