#fancymenu {
	position: relative;
	height: 25px;
	width: 421px;
	/*background: url('/images/top/bg.gif')  top;*/
	padding: 0px;
	margin: 0px 0;
	 
}
#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: 25px;
	position: relative;
 
}

#menu_home a {
	width: 70px;
	height:25px;
	
	background: url('/images/top/menu_home.gif') no-repeat center;
}

#menu_products a {
	width:100px;
		height:25px;
	
	background: url('/images/top/menu_products.gif') no-repeat center;
}

#menu_whynox a {
	width: 100px;
		height:25px;
	
	background: url('/images/top/menu_whynox.gif') no-repeat center;
}

#menu_contact a {
	width: 110px;
		height:25px;
	
	background: url('/images/top/menu_contact.gif') no-repeat center;
}

#fancymenu li.background {
	/*background: url('/images/top/bg_menu_right.png') no-repeat top right !important;*/
	background: url('/images/top/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
		height:25px;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('/images/top/bg_menu.png') no-repeat top left !important;*/
	background: url('/images/top/bg_menu.gif') no-repeat top left;
	
	height: 25px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

