/* --- 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: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	text-decoration: none;
	padding: 3px;
        background-image: url("http://www.hofa.ru/images/Button.gif");
			/* кнопки меню первого уровня */
	height:16px;
	
}
.m0l0iover {
		/*  меню первого уровня с наведением*/
	font: 10px Arial, Helvetica, sans-serif;
		color: #034581;
	text-decoration: none;
	padding: 3px;
	background-image: url("http://www.hofa.ru/images/BUT_BGws.GIF"");
					/* кнопки меню первого уровня */
	cursor : pointer;
	height:10px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;

	background: #2c71b6;
	height:16px;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FFFFFF;
	height:10px;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000099;
	/* filter: alpha(opacity=85);
	-moz-opacity: 85%; */

}
.m0l1iover {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: Blue;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #CCCCCC;
	background: #ffffcc;
	/* filter: alpha(opacity=85);
	-moz-opacity: 85%; */

}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #CCCCCC;
	background: #ffccff;
}

/* level 2 inner */
.m0l2iover {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}