
#menu_gorne {
	height: 25px;
	background: url(/templates/krs/images/menubg.png) repeat-x;position: relative;
}


#naw li.active_menu a {
	background: url(/templates/krs/images/toolbar-select.png) 50% 0 no-repeat;
}


#naw {
	background: url(/templates/krs/images/menudiv.png) 0 0 no-repeat;
}

#naw li {
	background: url(/templates/krs/images/menudiv.png) 100% 0 no-repeat;
}

#naw li a {
	font-family:verdana;
	font-size:11px;
	color: #fff;
}

#naw a:hover {
	font-family:verdana;
	font-size:11px;
	color: #444444;
}

#naw {
	margin: 0 0 0 20px;
	padding: 0;
	height: 25px;
}

#naw ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}

#naw li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#naw a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#naw li.on li.on a {
	text-decoration: underline;
}

#naw li a {
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	padding: 0 15px;
}

