html>body {font-size:small;}
#headmenu {
	/*float:left;*/
	width:auto;
	margin:0 19px;
	background:#DAE0D2 url("../img/bg.png") repeat-x bottom;
	font-size:86%;
	line-height:normal;
	clear:both;
}

#headmenu ul {
	margin:0 auto;
	padding:0 0 0 9px;
	/*co by ie wyhaczyc*/
	*padding:0;
	*margin: 0 -9px 0 9px;
	list-style:none;
	width:100%;
}
#headmenu li {
	float:left;
	background:url("../img/left_both.png") no-repeat left top;
	margin:0 0 0 1px;
	padding:0 0 0 6px;
}
#headmenu a {
	float:left;
	display:block;
	width:.1em;
	background:url("../img/right_both.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#39372a;
	/*rozmiar fonta*/
        font-size: 140%;
}
#headmenu > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headmenu a {float:none;}
/* End IE5-Mac hack */
#headmenu a:hover {
	color:#fff;
}

#headmenu li:hover, #headmenu li:hover a {
	background-position:0% -100px;
	color:#fff;
}
#headmenu li:hover a {
	background-position:100% -100px;
}

#headsub {
	/*float:left;*/
	width:auto;
	margin:0 15px;
	background: url("../img/menu/candy_bg.png") repeat-x 0px 0px;
	font-size:83%;
	line-height:normal;
}

#headsub ul {
	margin:0 auto;
	padding:0;
	padding-left:15px;
	list-style:none;
	background: url("../img/menu/candy_left.png") no-repeat;
	float:left;
}
#headsub li {
	float:left;
	margin:0.3em 1em;
	padding:0;
}
#headsub a {
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	/*rozmiar fonta*/
        font-size: 120%;

}
#headsub a:hover {
	text-decoration:underline;
}
#headsub div {
	background:url("../img/menu/candy_right.png") no-repeat right top;
	margin:0;
	float:right;
	width:350px;
}
#headsub span {
	float:right;
	padding:0;
	margin: .3em 1em;
}	
#headsub div a{
	float:right;
	width:auto;
	margin:0 1em;
}

#headbottom {
	width:auto;
	margin:0 15px;
	background: url("../img/menu/candy_bottom.png") repeat-x;
	font-size:1px;
	height:13px;
	line-height: 1px;
}
#lcrn{
	background: url("../img/menu/candy_bottom_left.png") no-repeat;
	float:left;
	width:10px;
	height:13px;
}
#rcrn{
	background: url("../img/menu/candy_bottom_right.png") no-repeat;
	float:right;
	width:10px;
	height:13px;
}
.sub-active a{font-weight: bold !important;}
/* path */
#path {
	clear: left;
	height: 15px;
	font-size: 10px;
	margin: 0;
	padding: 2px 0px 0px 20px;
	list-style: none;
}
#path li {
	float: left;
	margin-right: 3px;
	z-index: 30;
	width: auto;
}
#path li a {
	float: left;
	color: #626262;
}
#path li a:hover {
	font-weight: normal;
	color: #0a2871;
	text-decoration: none;
}
