#fancymenu {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* 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;
	height: 27px;
	position: relative;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #B4DB70;
	text-decoration: none;
}

#fancymenu ul li a:hover, #fancymenu ul li.current a  {
	color: #0E1F0C;
}

#fancymenu li.background {
	background: url('../images/navbutton_right.jpg') no-repeat top right !important;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../images/navbutton_middle.jpg') no-repeat top left !important;
	height: 27px;
	margin-right: 10px;
}

