#fancymenu {
	height: 60px;
	width:650px;
	float:left;
	overflow: hidden;
	position: relative;
}

#fancymenu ul {
	
}


#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, #pictureselect li {
	float: left;
	list-style: none;
}

#fancymenu ul li a, #pictureselect li a  {
	z-index: 10;
	display: block;
	float: left;
	width:65px;
	height: 60px;
	position: relative;
	overflow: hidden;
	line-height:65px;
	color:white;
	text-align:center;
	font-size: 12px;
}



#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: 60px;
}

	li#menu_who a {
		width: 60px;
		background: url('../images/menu_who.gif') no-repeat center;
	}

