/*/////////////////////////////////////////

///////////////// MENU ///////////////////

/////////////////////////////////////////*/

#fancymenu {
	position: relative;
	height: 33px;
	width: 610px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px;
	overflow: hidden;
	float:right;
}
#fancymenu ul {
	padding: 0px;
	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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
	font-weight:bold;
	margin:0px 6px;
	text-decoration:none;
	font-size:11px;
	padding:4px 7px 4px 6px;
}
#fancymenu ul li a:link,  #fancymenu ul li a:visited {
	color:#FFF;
}
#fancymenu ul li a:hover {
	color:#fff;
	z-index: 10;
}
#fancymenu ul li.current a,  #fancymenu ul li.current_page_item a {
	color:#fff;
	z-index: 10;
}
#fancymenu li.background {
	background:url(../images/bg_menu_right.gif) no-repeat top right;
	z-index: 1;
	position: absolute;
	visibility: hidden;
}
#fancymenu .background .left {
	background: url(../images/bg_menu.gif) no-repeat top left;
	height: 25px;
	z-index: 1;
	margin-right:9px; /* 7px is the width of the rounded shape */
}
