#fancymenu {
	position: relative;
	height: 29px;
	width: 770px;
	/*background: url('bg.gif') no-repeat top;*/
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	clear: both;
}

#fancymenu ul {
	padding: 0;
	margin: 0;
}

#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#menu_index a {
	width: 192px;
	background: url('index.png') no-repeat center !important;	
	background: url('index.gif') no-repeat center;
}

#menu_bio a {
	width: 192px;
	background: url('bio.png') no-repeat center !important;	
	background: url('bio.gif') no-repeat center;
}

#menu_gallery a {
	width: 192px;
	background: url('gallery.png') no-repeat center !important;	
	background: url('gallery.gif') no-repeat center;
}

#menu_contact a {
	width: 192px;
	background: url('contact.png') no-repeat center !important;	
	background: url('contact.gif') no-repeat center;
}

#fancymenu li.background {
	/*background: url('bg_menu_right.png') no-repeat top right !important;
	background: url('bg_menu_right.gif') no-repeat top right;*/
	z-index: 8;
	position: absolute;
	visibility: hidden;
	border-bottom: 3px solid #fff;
}

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