#header .etykieta{
	width: auto;
	position: absolute;
	top: -20px;
	right: 0;
}
#header .stopka{
	display:none;
	visibility:hidden;
}
#panel_menu{
	margin:0;
	padding:0;
	background: none;
}
dl{
	margin:0;
	padding:0;
}
#header .menu{
	background:none;
	clear:both;
	float:right;
	height:50px;
	margin:0 auto;
	position:relative;
	text-align:center;
	top:0;
	width:auto;
	z-index:80;
}
.menu0 {
	background: none;
	display:inline-block;
	font-family: "Ceuntury Gothic";
	font-size:14px;
	font-style:italic;
	height:50px;
	margin:0;
	padding:0;
	position:relative;
	width:auto;
	float: left;
	text-align:center;
	border-left:0px solid white;
	border-right:0px solid red;	

}

.menu0 a {
	padding: 0 10px;
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	height:auto;
	overflow: hidden;
	display: block;	
	text-decoration: none;
	line-height:50px;	
}
.menu0 a:link, .menu0 a:visited {
	color: #f5f5f5;
}
.menu0 a:hover {
	color: silver;
	background: url(img/x_menu_active_background.png) repeat;	
}
.menu0 a.menu_link_active {
	color: #f89304;	
	background: url(img/x_menu_active_background.png) repeat;			
}


/* test */
.menu0 dl {
	position: absolute;
	clear: both;
	float: right;
	left: -15px;
	width: auto !important;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0px;
	min-width: 150px;
	border-top:none;
	border: #0CF 1px solid;
	background: #34180a;
	background: #666 url(img/x_menu_top1.jpg) left top no-repeat;
}

.menu0 dt {
	cursor: pointer;
	color: #f5f5f5;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 0;

}

.menu0 dl dt {
	color: #f5f5f5;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 0 15px 0 0;
	border: #8e7040 0px solid;
	background: url(img/x_menu_separator.jpg) left bottom no-repeat;
	margin: 0;	
	padding: 0;
	width: auto;
}

.menu0 dd  {
	margin: 0;
	padding: 0;
}

.menu0 dd.active {
	font-weight: bold;
}

.menu0 dl dd {
	position: absolute;
	float:right;
	top: 0px;
	z-index: 200;

}
.menu0 a.a_podmenu{
	padding: 0 20px 0 10px;
	background: right url("img/x_menu_submenu_arrow.png") no-repeat;
}

/* MENU TEST jQuery */

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:50px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(img/x_menu_background.png) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: auto;
	height: 30px;
	line-height: 30px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

ul#topnav li span.menu_link_active { color: #000; background-position: left bottom;}
