#fancymenu {
  top:200px;
	height: 30px;
	width: 262px;
	background: url('http://www.neptunusweb.nl/cdl/images/bg.gif') no-repeat top;
	padding: 0px;
	margin: 10px 0;
	overflow: hidden;
	margin-left:30px;
}

#fancymenu ul{
	padding: 0;
	margin-top: 0;
	margin-left:10px;
}

/* 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;
	text-weight:bold;	
}

#fancymenu ul li a{
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	font: 12px/29px "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: bolder;	
}

#menu_home a {
	width: 60px;
	font-weight:bold;	
}

#menu_voorbeelden a {
	width: 105px;
}

#menu_contact a {
	width: 70px;
}


#fancymenu li.background {
	/*background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('http://www.neptunusweb.nl/cdl/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('http://www.neptunusweb.nl/cdl/images/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

