#nav, #nav li ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#nav li ul.sub{
list-style-type: none;
margin: 0;
padding: 0;
background:#F1C48B;
color:white;
margin-left: 2px; /* stelt de marge in van submenu */
}

#nav li{
position: relative;
}

#nav li a{
font-size:14px;
color:#7D3F21;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none;
padding-left:30px;
}

#nav li a:hover{
color:#7D3F21;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none;
background:#E5C38D;
width:180px;
padding-left:30px;
}

#nav li a.link{
	color:#7D3F21;
	padding-left:30px;
	text-transform:uppercase;
}
#nav li a.link:hover
/*  #nav li a#activeMenu  */
{
	background: #E5C38D;
	width:170px;
}
#nav li a#activeMenu:hover 
{
	background: #E5C38D;
	width:170px;
}



#nav li ul{ /*SUB MENU STYLE*/
position: absolute;
left: 0;
top: 0;
display: none;
}

#nav li ul li{
float: left;
}

#nav li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

#nav .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}


#nav li a:hover{
}

#nav ul.sub a.subLink:hover {
	color: #000;
	background: url('../layout/default/gfx/menu_border.gif') no-repeat bottom;
}



/* Holly Hack for IE \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */