#fancymenu {
			position: relative;
			height: 80px;
			width: 500px;
			background: url('images/bg.gif') no-repeat top;
			margin:0px 0 0 123px;
			padding-top:27px;
			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 {
			text-indent: -500em;
			z-index: 10;
			display: block;
			float: left;
			height: 80px;
			position: relative;
			overflow: hidden;
			background-position:center center;
			background-repeat:no-repeat;
			padding-top:30px;
		}

		#onas a {
			width: 58px;
			background-image: url('images/onas.png') !important;	
			background-image: url('images/onas.gif');
		}


		#galerie a {
			width: 68px;
			background-image: url('images/galerie.png') !important;	
			background-image: url('images/galerie.gif');
		}

		#wideo a {
			width: 63px;
			background-image: url('images/wideo.png') !important;	
			background-image: url('images/wideo.gif');
		}

		#oferta a {
			width: 60px;
			background-image: url('images/oferta.png') !important;	
			background-image: url('images/oferta.gif');
		}
		
		#kontakt a {
		    width: 69px;
		    background-image: url('images/kontakt.png') !important;	
		    background-image: url('images/kontakt.gif');
		}


		#fancymenu li.background {
			background: url('images/bg_menu_right.png') no-repeat top right !important;
			background: url('images/bg_menu_right.gif') no-repeat top right;
			z-index: 8;
			position: absolute;
			visibility: hidden;
		}

		#fancymenu .background .left {
			background: url('images/bg_menu.png') no-repeat top left !important;
			background: url('images/bg_menu.gif') no-repeat top left;
			height: 110px;
			margin-right: 9px; /* 7px is the width of the rounded shape */
		}

