#menuGorne {
	float: left;
	padding: 26px 0 0 0;
	height: 64px;
}
#menuGorne ul {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	float: left;
	background: url("/images/gfx/menu-gorne-przerwa.gif") no-repeat left center;
}
#menuGorne ul li {
	font-size: 11px;
	font-family: Arial;
	width: 129px;
}
#menuGorne ul li a {
	color: #FFF;
	padding: 3px 10px 3px 17px;
	width: 102px;
	display: block;
}
#menuGorne ul li a:hover {
	background-color: #590011;
	text-decoration: none;
}
#menuGorne ul li a.selected {
	background-color: #590011;
}
.menuGornePrzerwa {
	width: 1px;
	height: 58px;
	float: left;
	margin-top: 7px;
}
.menuLewe {
	float: left;
	width: 199px;
	padding: 0 0 8px 0;
}
.menuLeweGora {
	float: left;
	width: 199px;
	height: 5px;	
	background: url("/images/gfx/menu-lewe-gora.png") no-repeat;
	overflow: hidden;
} 
.menuLeweSrodek {
	float: left;
	width: 199px;	
	background: url("/images/gfx/menu-lewe-srodek.png") repeat-y;
}
.menuLeweDol {
	float: left;
	width: 199px;
	height: 5px;	
	background: url("/images/gfx/menu-lewe-dol.png") no-repeat;
	overflow: hidden;
}
.menuLeweSrodek ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 193px;
	margin: 5px 3px 8px 3px;
	/*background: url("/images/gfx/menu-lewe-pasek.gif") no-repeat top right;*/
}
.menuLeweSrodek ul li {
	width: 193px;
	font-size: 13px;
	font-family: Arial;
	background: url("/images/gfx/menu-lewe-pasek.gif") no-repeat bottom right; 
	padding: 1px 0 2px 0;
}
.menuLeweSrodek ul li a {
	display: block;
	padding: 3px 11px 3px 17px;
	width: 165px;
	color: #fff;
	text-decoration: none;
}
.menuLeweSrodek ul li a:HOVER {
	background-color: #000;
	text-decoration: none;
}
.menuLeweSrodek ul li.selected a {
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
}
.menuLeweSrodek ul li.selected ul {
	margin: 0;
	padding: 1px 0 0 0;	
	width: 193px;
}
.menuLeweSrodek ul li.selected ul li {
	width: 193px;
	font-size: 11px;
	font-family: Arial;
	background: url("/images/gfx/menu-lewe-pasek-mini.gif") no-repeat bottom right; 
	padding: 1px 0 2px 0;	
}
.menuLeweSrodek ul li.selected ul li a {
	background: #797979 url("/images/gfx/menu-lewe-strzalka.gif") no-repeat 17px 8px;
	display: block;
	padding: 3px 11px 3px 28px;
	width: 154px;
	color: #fff;
	font-weight: normal;
}
.menuLeweSrodek ul li.selected ul li a:HOVER {
	background: #434343 url("/images/gfx/menu-lewe-strzalka-sel.gif") no-repeat 17px 8px
}
.menuLeweSrodek ul li.selected ul li.selected a {
	background: #434343 url("/images/gfx/menu-lewe-strzalka-sel.gif") no-repeat 17px 8px
}