#fancymenu {
	position:relative;
	top:30px;
	margin-right:20px;
	width:400px;
	height:70px;
}

/*
#fancymenu {
	position:relative;
	top:30px;
	left:0px;
	margin-right:20px;
}
*/

#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;
	display: block;
	float: left;
	position: relative;
	
	margin:6px 0px 0px 0px;
	padding:0px 20px 0 20px;	

	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:14px;	
	text-decoration:none;
}

#fancymenu ul li a:hover {
	text-decoration:none;
}

#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: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
