#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-top: 0px;
	height: 12px;
	padding-top:4px;
	
}

#nav li { 
	list-style: none;
}

#nav ul li { 
	list-style: none;
}

.nav_area li ul li {
	list-style: none;
}


.nav_area li {
	list-style: none;
}

#nav a { /* all links */
	display: block;
	width: 9em;
	width:141px;
}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
	width:141px;

}

#nav li ul { /* second-level lists */
	position: relative;
	background: grey;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image:url(create_subback.jpg);  /* dit is alleen een achtergrond voor create  */
	background-repeat:no-repeat;
    height:71px;
	font-size:12px;
    text-align:left;
	padding-top: 2px;
	margin-left:1px;
	z-index: 1000;	
}

#nav li ul.green {
	background-image:url(images/create_subbackgreen.jpg); 
}

#nav li ul.orange {
	background-image:url(images/create_subbackorange.jpg); 
}

#nav li ul.blue{
	background-image:url(images/create_subbackblue.jpg); 
}

#nav li ul a{ /* the specific links in the second-level lists */
	/* color:#000000; */
		color:#fff;
	/* text-decoration:none; */
	margin-left:20px; /* shift all the links an x number of pixels to the rigth*/ 
	padding:1px;
	list-style: circle;
}


#nav li ul li a{ 
	list-style: circle;
}




#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: transparent;
	background-repeat:no-repeat;
}

#nav li:hover ul.green, #nav li.sfhover ul.green {
		background-image:url(images/create_subbackgreen.jpg); 
}

#nav li:hover ul.orange, #nav li.sfhover ul.orange {
		background-image:url(images/create_subbackorange.jpg); 
}

#nav li:hover ul.blue, #nav li.sfhover ul.blue {
		background-image:url(images/create_subbackblue.jpg); 
}

#content {
	clear: left;
	color: #ccc;
}

.parentlink{
	height: 33px;
	width:141px;
	line-height: 30px;
}





nav_area
{
float:left;
width:138px;
}
.nav_area1
{
float:left;
color:#fff;
width:138px;
}
.nav_area a
{
color:#fff;
text-decoration:none;
}
.nav_area a:hover
{
color:#000;
}
.nav_area ul
{
padding-left:15px;
}
.nav_area li
{
padding-bottom:2px;
}




