#topbar{
	height: 24px;
	background: url('images/topbar.png') top left repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS";
	color: #383838; 
}

#topbar #center{
	margin-left: auto;
	margin-right: auto;
}

/* IE6 ONLY */
* html #topbar{
	_background: url('images/topbar_IE.gif') top left repeat-x;
}

#topbar{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-shadow: #b5b5b5 1px 1px 0px;
}

#topbar ul, #topbar li{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#topbar ul{
	list-style-type: none;
	font-size: 12px;
}

#topbar ul li{
	display: block;
	float: left;
	height: 15px;
	_height: 24px;
	padding-top: 3px;	
	padding-bottom: 3px;
	font-size: 12px;
}

#topbar ul li:hover{
	background-color: #242424;
	font-size: 12px;

}

#topbar ul li.nohover:hover{
	background-color: transparent;
	font-size: 12px;
}

#topbar ul li a{
	color: black;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 12px;
}

#topbar ul li:hover a{
	color: #dcdcdc;
	text-shadow: #000 1px 1px 0px;
	font-size: 12px;
}

#topbar h4{
	font-size: 12px;
	float: left;
	margin-right: 15px;
	color: #383838;
	font-size: 12px;
}

#topbar ul.partneri{
	float: right;
	font-size: 12px;
}

#topbar ul.partneri li a{
}