/***fancy menu***/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#fancymenu{
display:inline;
clear:both;
margin:4px 0 0 0px;
position:relative;
height:32px;
width:850px;
overflow:hidden;
float:left;
}

#fancymenu ul{padding:0; margin-left:5px; margin-top:0px; margin-right:0px;}
  
#fancymenu ul li{float:left;list-style:none;}

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

#menu_principal a{width:83px;background:url('../images/menu_principal.png') top left no-repeat;}
#menu_home a{width:100px;background:url('../images/menu_home.png') top left no-repeat;}
#menu_overons a{width:85px;background:url('../images/menu_overons.png') top left no-repeat;}
#menu_bedrijfsproces a{width:119px;background:url('../images/menu_bedrijfsproces.png') top left no-repeat;}
#menu_contact a{width:90px;background:url('../images/menu_contact.png') top left no-repeat;}
#menu_actueel a{width:90px;background:url('../images/menu_actueel.png') top left no-repeat;}
#menu_extra a{width:82px;background: url('../images/menu_extra.png') top left no-repeat;}
#menu_links a {width:85px;background: url('../images/menu_links.png') top left no-repeat; }
#menu_onderdelen a{width:110px;background: url('../images/menu_onderdelen.png') top left no-repeat;	}

#fancymenu li.background {
background:url('../images/bg_menu_right.jpg') no-repeat top right;
z-index:8;
position:absolute;
visibility:hidden;}
  
#fancymenu .background .left {
background:url('../images/bg_menu.jpg') no-repeat top left;height:32px;}
