#fancymenu {
	position: relative;
	height: 57px;
	width: 900px;
	background: url('../img/nav/navbar.gif') no-repeat bottom;
	padding-top: 100px;
	margin: 0;
	overflow: hidden;
}

#fancymenu ul {
	padding: 6px 5px 0 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: right;
	list-style: none;
}

#fancymenu ul li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 0;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width: 66px;
	background: url('../img/nav/home_sm.png') no-repeat center !important;	
	background: url('../img/nav/home_sm.gif') no-repeat center;
}

#menu_about a {
	width: 70px;
	background: url('../img/nav/about_sm.png') no-repeat center !important;	
	background: url('../img/nav/about_sm.gif') no-repeat center;
}

#menu_products a {
	width: 95px;
	background: url('../img/nav/products_sm.png') no-repeat center !important;	
	background: url('../img/nav/products_sm.gif') no-repeat center;
}

#menu_services a {
	width:88px;
	background: url('../img/nav/services_sm.png') no-repeat center !important;	
	background: url('../img/nav/services_sm.gif') no-repeat center;
}

#menu_contact a {
	width: 85px;
	background: url('../img/nav/contact_sm.png') no-repeat center !important;	
	background: url('../img/nav/contact_sm.gif') no-repeat center;
}

#fancymenu li.background {
	background: url('../img/nav/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('../img/nav/bg_menu.png') no-repeat top left !important;
	background: url('../images/bg_menu.gif') no-repeat top left;
	height: 46px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
