
#fancymenu {
position: relative;
height: 72px;
width: 785px;
padding:15px;
margin:10px 0;
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 {
float: left;
list-style: none;
}
 
#fancymenu ul li a {
text-indent: -500em;
z-index: 10;
display: block;
float: left;
height: 21px;
position: relative;
overflow: hidden;
padding-right:25px;
 }



#menu_home a {
width: 60px;
background: url('interface/images/navi-home.png') no-repeat center;
}
 
#menu_portfolio a {
width: 76px;
background: url('interface/images/navi-portfolio.png') no-repeat center
}
 
#menu_whatido a {
width: 90px;
background: url('interface/images/navi-whatido.png') no-repeat center
}
 
#menu_profile a {
width: 62px;
background: url('interface/images/navi-profile.png') no-repeat center
}

#menu_contact a {
width: 74px;
background: url('interface/images/navi-contact.png') no-repeat center
}
 
#menu_pricing a {
width: 65px;
background: url('interface/images/navi-pricing.png') no-repeat center
}

#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: 73px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

#fancymenu a:hover {
        border-bottom: 0px;}
