
#fancymenu {
position: relative;
height: 58px;
width: 680px;
padding:20px;
margin:0px 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: 20px;
position: relative;
overflow: hidden;
padding-right:80px;
left: 2px;
top: 5px;
 }



#menu_home a {
width: 29px;
background: url('interface/nav-home.png') no-repeat center;
}
 
#menu_portfolio a {
width: 57px;
background: url('interface/nav-packages.png') no-repeat center
}
 
#menu_contact a {
width: 47px;
background: url('interface/nav-samples.png') no-repeat center
}
 
#menu_pricing a {
width: 57px;
background: url('interface/nav-aboutus.png') no-repeat center
}

#menu_aboutus a {
width: 57px;
background: url('interface/nav-contact.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.png') 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.png') no-repeat top left;
	height: 58px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

#fancymenu a:hover {
        border-bottom: 0px;}

