#fancymenu {
	position: relative;
	width: 960px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#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, #fancymenu ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
	z-index: 10;
	display: block;
	height: 20px;
	overflow: hidden;
	position: relative;
	padding: 8px 20px 5px 20px;
	text-align: center;
	text-decoration: none;
}

#fancymenu ul li a:hover {
	color: #333;
}

#fancymenu ul li a.current {
	color: #333;
}

#fancymenu li.background {
	/*background: url('../images/menu/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../images/menu/bg_menu_right.png') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('../images/menu/bg_menu.png') no-repeat top left !important;*/
	background: url('../images/menu/bg_menu.png') no-repeat top left;
	height: 40px;
	margin-right: 13px; /* 13px is the width of the rounded shape */
}