/* CSS Document */
#fancymenu {
	position: relative;
	height: 20px;
	background: #FFFFFF;
	padding: 5px 0px 0px 90px;
	margin: 0 auto;
	overflow: hidden;
}

#fancymenu ul {
	padding: 0px;
	margin: 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  {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#336666;
	outline: none;
	text-align: center;
	top: 3px;
	text-transform: capitalize;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px; 
}

#fancymenu li.background {
/*	background: url('../images/bg_menu_right_gr.png') no-repeat top right !important;*/
	background: url('../images/bg_menu_right_gr.gif') no-repeat top right;
	/*background: #99CC99 -30px;*/
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
/*	background: url('../images/bg_menu_gr.png') no-repeat top left !important;*/
	background: url('../images/bg_menu_gr.gif') no-repeat top left;
	/*background: #99CC99;*/
	height: 30px;
	margin-right: 9px; /* 9px is the width of the rounded shape */
}