#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.submenu { /* all lists */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;	
}
.bekje {
	font-size: 9px;
	letter-spacing: -0.1em;	
}
#nav a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #8f5523;
	font-weight:bold;
}


#nav a:hover {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

#nav a p {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#nav ul li a:hover {
	background-color: #fdf4ed;
	width: 150px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 150px;
	background: #ffffff;
	/*opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;*/
	z-index: 1;
	top: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	width: 150px;
	line-height: 24px;
}

#content {
	clear: left;
	color: #ccc;
}

#nav li:hover ul li a p, #nav li.shover ul li a p, #nav li ul li a p 
{
	line-height: 24px;
	width: 150px;
	cursor: hand;
}
#menu2 {
	position: relative;
	left: 15px;
}
#menu3 {
	position: relative;
	left: 30px;
}
#menu4 {
	position: relative;
	left: 45px;
}
#menu5 {
	position: relative;
	left: 60px;
}
#menu6 {
	position: relative;
	left: 75px;
}
#menu7 {
	position: relative;
	left: 90px;
}
#menu8 {
	position: relative;
	left: 105px;
}
#menu9 {
	position: relative;
	left: 120px;
}
#menu10 {
	position: relative;
	left: 135px;
}