*{
margin:0;
padding:0;
}

#main_menu{
position:relative;
float:left;
background: url(../images/main_menu/menu_tlo.png);
z-index:2;
}
		
#podmenu{
position:relative;
top:-4px;
height:30px;
display:none;
float:left;
text-align:center;
background:#94a9c6;
z-index:1;
}
ul.menu{
    margin: 0;
	list-style:none;
	width:960px;
	height:37px;
	font-size:17px;
	line-height:35px;
	color:#000000;
}
ul.menu li{
	float: left;
	width:154px;
	height:37px;
	text-align: center;
	
}
ul.menu li a{
	color: #000000;
    width: 154px;
	text-decoration:none;
}
 
ul.menu  li  a:hover{
	color: #FFFFFF;
	background: url(../images/main_menu/menu_btn_akt.png);
	display: block;
	width:154px;
	height:37px;
	
}
#main_menu  li.active  a{
	color: #FFFFFF;
	background: url(../images/main_menu/menu_btn_akt.png);
	display: block;
	width:154px;
	height:37px;
	font-weight:bold;
}
#podmenu  li.active_r  a{
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/main_menu/podmenu_btn_akt.png);
	display: block;
	width:154px;
	height:30px;
}
ul.next{
    list-style: none;
	width:960px;
	height:30px;
	font-size:13px;
	line-height:30px;
}
ul.next li{
	float: left;
	width:154px;
	height:30px;
}
ul.next li a{
	color: #000000;
	text-align: center;
	text-decoration:none;
}
 
ul.next li a:hover{
	color: #FFFFFF;
	font-weight:bold;
	background:url(../images/main_menu/podmenu_btn_akt.png);
	display: block;
	width:154px;
	height:30px;

}