/* menu gorne */
#menu {
	float: left;
	width: 653px;
	background: url("/images/gfx/menu.gif") repeat-x;
}
#menu ul {
	height: 51px;
	background: url("/images/gfx/menu-prawo.gif") no-repeat right top;
	margin-left: -50px;
	position: relative;
}
#menu ul li {
	float: left;
	list-style: none;
	background: url("/images/gfx/menu-separator.gif") no-repeat right 0px;
	padding: 0 5px 0 6px; 
}
#menu ul li a {
	color: #68101b;
	font-weight: bold;
	font-size: 13px;
	height: 51px;
	float: left;
	cursor: pointer;
}
#menu ul li a .menuLewo {
	float: left;
	width: 3px;
	height: 51px;
}
#menu ul li a .menuSrodek {
	float: left;
	padding: 13px 16px 0 30px;
	background: url("/images/gfx/menu-a-znak.gif") no-repeat 15px 17px;
}
#menu ul li a .menuPrawo {
	float: left;
	width: 3px;
	height: 51px;
}
#menu ul li a:hover, #menu ul li.selected a {
	text-decoration: none;
	color: #ece8da;
	background: url("/images/gfx/menu-a-srodek.gif") repeat-x;
}
#menu ul li a:hover .menuLewo, #menu ul li.selected a .menuLewo {
	background: url("/images/gfx/menu-a-lewo.gif") no-repeat;
}
#menu ul li a:hover .menuSrodek, #menu ul li.selected a .menuSrodek {
	background: url("/images/gfx/menu-a-znak-ho.gif") no-repeat 15px 17px;
}
#menu ul li a:hover .menuPrawo, #menu ul li.selected a .menuPrawo {
	background: url("/images/gfx/menu-a-prawo.gif") no-repeat;
}

/* menu gorne podstrona */
.menuPage {
	width: 1000px !important;
	background: url("/images/gfx/menu.gif") repeat-x;
	position: relative;
	z-index: 2;
}
.menuPage ul {
	float: right;
	padding: 0 15px 0 0;
}
#menuLewo {
	float: left;
	width: 5px;
	height: 48px;
	background: url("/images/gfx/menu-lewo.gif") no-repeat;
}
.menuPage ul {
	margin-left: 347px;
}

/* oferta menu */
ul.oferta {
	list-style: none;
	background: url("/images/gfx/menu-oferta-linia.gif") no-repeat left top;
	padding-top: 1px;
	margin-top: -20px;
	
}
ul.oferta li {
	width: 226px;
	padding-bottom: 1px;
	background: url("/images/gfx/menu-oferta-linia.gif") no-repeat left bottom;
}
ul.oferta li a {
	font-size: 13px;
	font-weight: bold;
	color: #1a1a1a;
	display: block;
	width: 226px;
	padding: 6px 0 6px 0;
}
ul.oferta li a span {
	background: url("/images/gfx/wiecej-czerwone.gif") no-repeat 22px 4px;
	padding: 0 5px 0 44px;
}
ul.oferta li a:hover, ul.oferta li.selected a {
	background: #ac031a url("/images/gfx/menu-lista-prawo.gif") no-repeat right;
	text-decoration: none;
	color: #fff;
}
ul.oferta li a:hover span, ul.oferta li.selected a span {
	background: url("/images/gfx/wiecej-biale.gif") no-repeat 22px 4px;
}
ul.oferta li ul {
	list-style: none;
	padding-bottom: 0 !important;
}
ul.oferta li ul li {
	padding-bottom: 0 !important;
	padding-top: 1px !important;
	background: url("/images/gfx/menu-oferta-linia2.gif") no-repeat left top !important;
	width: 218px;
}
ul.oferta li ul li a {
	padding: 3px 0 3px 0;
	font-size: 12px;
	background: #dbd2b7 !important;
	width: 218px;
	color: #1a1a1a !important;	
}
ul.oferta li ul li a:hover, ul.oferta li ul li.selected a {
	color: #ac031a !important;
}
ul.oferta li ul li a span {
	background: url("/images/gfx/menu-oferta-czarne.gif") no-repeat 36px 5px !important;
	padding: 0 5px 0 44px;
}
ul.oferta li ul li a:hover span, ul.oferta li ul li.selected a span {
	background: url("/images/gfx/menu-oferta-czerwone.gif") no-repeat 36px 5px !important;
}

/* menu dolne */
.menuDolne {
	float: left;
	width: 162px;
	padding: 25px 0 15px 35px;
}
.menuDolne h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 7px 0;	
}
.ascot h3 {
	color: #f7f6f2;	
}
.genesi h3 {
	color: #ac031a;	
}
.menuDolne ul {
	list-style: none;	
}
.menuDolne ul li {
	background: url("/images/gfx/menu-kropki.gif") repeat-x bottom;	
}
.menuDolne ul li a {
	color: #000;
	display: block;
	width: 148px;
	padding: 4px 0 4px 14px;	
	background: url("/images/gfx/wiecej-czarne.gif") no-repeat left 6px;	
}
.ascot ul li a {
	background: url("/images/gfx/wiecej-biale.gif") no-repeat left 6px;
}
.genesi ul li a {
	background: url("/images/gfx/wiecej-czerwone.gif") no-repeat left 6px;
}
.menuDolne ul li a:hover {
	color: #ac031a;
	text-decoration: none;
} 
