
#fancymenu {
	position: relative;
	height: 20px;
	width: 725px;
	background: url('/theme/xn-games/img/catnav-background.png') no-repeat top;
	padding: 15px;
	margin: 10px auto 0px auto;
	overflow: hidden;
}


#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, #pictureselect li {
	float: left;
	list-style: none;
}


#fancymenu ul li a {
	z-index: 10;
	display: block;
	float: left;
	width: .1em;
	position: relative;
	font: bold 12px arial, sans-serif;
	line-height: 10px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	padding: 7px 5px 7px;
}
#fancymenu > ul li a {width: auto;}


#fancymenu li.background {
	top: 12px;
	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: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

