/* --------------- big meni ------------------------- */
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 990px;
	list-style: none;
	font-size: 11px;
	color:#FFF;
	z-index: 999;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-image: none;}
ul#topnav li a:hover { background-image:url(_img/_main_meni_hover.jpg);  background-repeat:repeat-x;}
ul#topnav a.home {
	width: 78px; 
}

ul#topnav a.rss,
ul#topnav a:hover.rss
{
	background: url(_img/rss.png) left center no-repeat;
	text-indent: 10px;
	float:left;
	display:inline-table;
}
ul#topnav a.crofutsal,
ul#topnav a:hover.crofutsal
{
	background: url(_img/crofutsal.png) left center no-repeat;
	text-indent: 10px;
	float:left;
	display:inline-table;
}

ul#topnav li .sub {
	position: absolute;	
	top: 30px; left: 0;
	background: #18647C url(sub_bg.png) repeat-x;
	padding: 10px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index: 999;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: auto;
	float: left;
}
ul#topnav .sub ul li {
	width: 33%;
	height: 45px;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	display:inline-block;
	height: 60px;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #FFF;
	font-weight:bold;
	font-size: 19px;
	display: inline-block;
	float:left;
	line-height: 60px;
}
ul#topnav .sub ul li h2 img{width: 57px; height: 55px; display: inline-block; float:left; border: 0px; padding-right: 20px;}
ul#topnav .sub ul li img {width: 35px; height: 35px; display: inline-block; float:left; border: 0px; padding: 8px 10px 0px 10px; }
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	line-height: 45px;
	font-weight: normal;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ; background-image:none;}
