#fancymenu {
	position: relative;
	float:right;
/*	height: 29px;
	width: 421px;
	background: url('/css-images/lavamenu/bg.gif') no-repeat top;
	padding: 15px;
	margin: 10px 0;*/
	overflow: hidden;
	padding:0 20px;
	width:590px;
	\width:630px;
	w\idth:590px;
	margin:10px 0 0 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: 30px;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width: 69px;
	background: url('/css-images/lavamenu/menu_home.gif') no-repeat center;
}

#menu_services a {
	width: 87px;
	background: url('/css-images/lavamenu/menu_services.gif') no-repeat center;
}

#menu_order a {
	width: 75px;
	background: url('/css-images/lavamenu/menu_order.gif') no-repeat center;
}

#menu_customerservice a {
	width: 165px;
	background: url('/css-images/lavamenu/menu_customerservice.gif') no-repeat center;
}

#menu_faq a {
	width: 59px;
	background: url('/css-images/lavamenu/menu_faq.gif') no-repeat center;
}

#menu_contact a {
	width: 124px;
	background: url('/css-images/lavamenu/menu_contact.gif') no-repeat center;
}

#fancymenu li.background {
	background: url('/css-images/lavamenu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('/css-images/lavamenu/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
