#fancymenu {
	position: relative;
	height: 55px;
	width: 890px;
	background: url('images/virgo_19.jpg') no-repeat top;
	padding-top: 5px;
	padding-left:10px;
	overflow: hidden;
}

#fancymenu ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a  {

	z-index: 10;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	display:block;
}

#menu a {
	padding-right: 20px;
	padding-left: 20px;
	padding-top:17px;
	color:#FFFFFF;
	text-decoration: none;
}


/*prawy*/
#fancymenu li.background {
	
	background: transparent url('images/menu_bg.png');
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('images/menu_bg.png') no-repeat top left;
	height: 50px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}