/* --- 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, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: white;
	font-weight:bold;
/*border: 1px solid #336699;*/
/*	width:inherit;
	height:24px;
	 background-image : url(../obrazy/l_menu_stred-trans.png); background-repeat : y-repeat; 
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='obrazy/l_menu_stred-trans.png',sizingMethod='scale');
 _background: transparent;*/

}
.m0l0iover {
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #1AA7D4;
	font-weight:bold;
	background-color: #3F3F3F;
	
}

/* level 0 outer */
.m0l0oout {
color:red;
	text-decoration : none;
/*	background-image: url(img/lev0_bg1.gif);*/
	border-right: 1px solid silver;
	background-color: #3F3F3F;
	filter: alpha(opacity=50);
	-moz-opacity:.5;
	

}
.m0l0oover {
	text-decoration : none;
/*	background-image: url(img/lev0_bg2.gif);*/
		background-color: #3F3F3F;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	
	
}
.m0l1iover {
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color:#1AA7D4;
	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
		border-right: 1px solid silver;
		border-left: 1px solid silver;
	background-color: #3F3F3F;
	filter: alpha(opacity=80);
	-moz-opacity:.8;
	padding: 0;
  
}
.m0l1oover {
	text-decoration : none;
	background-color: #3F3F3F;
/*	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;*/
	
	border-left: 1px solid #1AA7D4;
	border-right: 1px solid #1AA7D4;
	padding: 0;
}
