#fancymenu {
	position: relative;
	height:50px;
	padding:10px 0px 0px 25px;
	 margin: 0 auto;
	width: 953px;
}
#fancymenu ul, #pictureselect {
	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;
	height: 26px;
	position: relative;
	padding:3px 15px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#01433e;
	text-decoration:none;
	text-transform: uppercase;
}
#fancymenu ul li a:hover, #fancymenu ul li.current a  {
	color:#ffffff;
}
#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:26px;
	margin-right:19px;
	/* 7px is the width of the rounded shape */
}

