#top .logo { width: 155px; height: 69px; float: left; margin-top: 12px; }
#top .quote { width: 530px; height: 25px; float: right; margin-top: 35px; }

#navigation .left { width: 17px; height: 46px; background-image: url(../images/nav_left.png); float: left; }
#navigation .content { width: 866px; height: 46px;  background-image: url(../images/menu_bg.png);  float: left; }

#navigation .searchbar { width: 149px; height: 46px;  position:absolute; margin:0px 0px 0px 715px;}
#navigation .right { width: 17px; height: 46px; background-image: url(../images/nav_right.png); float: right; }

#navigation .searchform { position:relative; z-index:3; margin-top:-60px; }


#navigation .searchinput { 
	float: left;  
	width: 110px; 
	height: 15px; 
	background: transparent url(../images/general_input.png);  
	border: 0px; 
	color: #6d6d6d;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 6px;
	}
#navigation .searchimage { float: left; margin-left: 2px; height: 21px; }

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 300;
}

#nav a {
	float: left;
	color: black;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 5px;
	font-size: 8pt;
	color: #003374;
	font-weight: bold;
	text-transform: lowercase;
	position:relative;
	z-index:1;
}

#nav li {
	float: left;
}

#nav li ul.dropdown { 
	position: absolute;
	background-color: #f4f4f4;
	width: 210px;
	margin-top: 30px;
	left: -999em;
	line-height: 0px;
	margin-left: -1px;
}

#nav a:hover { color: black; }

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}

#nav .normal { 
	background-image: url(../images/scheiding.png); 
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 1px;
	}
	
#nav .normal .top { background-color: #f4f4f4; float: left; width: 209px; height: 6px;  }
#nav .normal .dropdownlist { width: 209px; border-left: 1px solid #dbe0ed; border-right: 1px solid #dbe0ed; text-transform: lowercase; float: left;}
#nav .normal .bottom { width: 209px; height: 1px; background-color: #dbe0ed; }
	
.dropdown-list2 {
	position:absolute;
	display:none;
}
#nav .normal .dropdownlist:hover .dropdown-list2 {
	position:absolute;
	display:block;
}
.dropdown-list2 li{
	color:#000;
	margin-left:209px;
	float:left;
	height:23px;
	width:225px;
	background:#F4F4F4;
	border-left:1px solid #dbe0ed;
	border-right:1px solid #dbe0ed;
}

