/* --- 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 {
 	text-align:center;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
        text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
        /*padding:8px;*/
	padding: 9px 0px 0px 0px;
	/*border-right: 1px solid #CCCCCC;*/
        /*border-bottom : 2px solid #666666;*/
}
.m0l0iover {
 	text-align:center;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration : none;
        text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px;
	/*border-right: 1px solid #CCCCCC;*/
        /*border-bottom : 2px solid #666666;*/
	font-weight:bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background: #767A7B;*/
        background-image: url(/multiplus/frontend/design/menu_btn.jpg);

}
.m0l0oover {
	text-decoration : none;
	border-bottom : 1px solid #888888;
	/*background: #575B5C;*/
	/*background: #767A7B;*/
        background-image: url(/multiplus/frontend/design/menu_btn.jpg);
}

/* level 1 inner */
.m0l1iout {
	font: x-small;
 	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
        font-family : Arial,Helvetica,Verdana,sans-serif;
	text-decoration: none;
	color: #000000;
	padding: 9px 4px 4px 10px;
 	text-align:left;
}
.m0l1iover {
	font: bold x-small;
 	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
        font-family : Arial,Helvetica,Verdana,sans-serif;
	text-decoration : none;
	color: #000000;
	padding: 9px 4px 4px 10px;
 	text-align:left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D0D0CE;
	filter: alpha(opacity=90);
 	text-align:left;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D7DBDC;
 	text-align:left;
}

/* level 2 inner */
.m0l2iover {
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
 	text-align:left;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
 	text-align:left;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
 	text-align:left;
}