
#fancymenu {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight: bold;
	position: relative;
	height: 29px;
	width: 421px;
	padding: 0px 0 40px 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	float: right;
}



#fancymenu ul {
	padding: 6px 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;
	margin-right:7px;
}

#fancymenu ul li a  {
	z-index: 10;
	display: block;
	float: left;
	height: 52px;
	position: relative;
	overflow: hidden;
	text-decoration:none;
	color:#0075A0;
	margin-top: 18px;
	padding: 0px 10px;
}



#fancymenu li.background {
	background: url('../images/bg_menu_right.gif') no-repeat bottom right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../images/bg_menu.gif') no-repeat  bottom left;
	height: 52px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

#fancymenu .current a {
	color:white;
}

#fancymenu a:hover  {
	color:white;
}