/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	border-right: 1px gray dotted;
	text-align: center;
	padding: 5px;
	height: 18px;
	color: #2E70A9;
	background-image: url('../img/menu_prechod_v20.png');
}
.m0l0iover {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	border-right: 1px gray dotted;
	text-align: center;
	padding: 5px;
	height: 18px;
	background-image: url('../img/menu_prechod_v20.png');
	color: #D2181D;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

/* level 0 outer */
.m0l0oout {

	}
.m0l0oover {	
	}

/* level 1 inner */
.m0l1iout {
	background-color: #F5F5F5;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	height: 11px;
	border-bottom: 1px gray dotted;
	border-left: 1px gray dotted;
	border-right: 1px gray dotted;
	color: #2E70A9;
}
.m0l1iover {
	background-color: #E4E4E4;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	height: 11px;
	border-bottom: 1px gray dotted;
	border-left: 1px gray dotted;
	border-right: 1px gray dotted;	
	color: #D2181D;
}

/* level 1 outer */
.m0l1oout {

	}
.m0l1oover {
	}
