.dropdown {
float:left; 
/*padding-right:5px*/
}


.dropdown dt, .dropdown2 dt, .dropdown3 dt  {
height:31px; 
font-weight:bold; 
cursor:pointer; 
background:url(../img/header.gif);
width:182px;
}

.dropdown dt:hover {
background:url(../img/header-hover.gif);}


.dropdown dd {
	text-align: left;
	position:absolute;
	overflow:hidden;
	width:182px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	visibility: visible;
}


.dropdown ul {
width:182px; 
/*border:2px solid #9ac1c9;  */
list-style:none; 
border-top:none;}


.dropdown li {
display:inline;
padding:0px 0px;}


#three-ddcontent a, #three-ddcontent a:active, #three-ddcontent a:visited,
#two-ddcontent a, #two-ddcontent a:active, #two-ddcontent a:visited {
display:block; 
padding:5px; 
color:#333; 
text-decoration:none; 
background:#eaf0f2; 
width:194px;
}


#three-ddcontent  a:hover , #two-ddcontent  a:hover {
background:#d9e1e4; }

#three-ddcontent  .underline , #two-ddcontent  .underline {
border-bottom: 1px solid #b9d6dc}

/* hieronder dropform2!!! */

.dropdown2, .dropdown3 {
float:left; 
}



.dropdown2 dt:hover, .dropdown3 dt:hover {
background:url(../img/header-hover.gif);}


.dropdown2 dd, .dropdown3 dd {
position:absolute; 
overflow:hidden; 
width:208px; 
display:none; 
background:#fff; 
z-index:200; 
opacity:0;}


.dropdown2 ul, .dropdown3 ul {
width:204px; 
list-style:none; 
border-top:none;
}


#one-ddheader a, #one-ddheader a:active, #one-ddheader a:visited, #two-ddheader a, #two-ddheader a:active, #two-ddheader a:visited, #three-ddheader a, #three-ddheader a:active, #three-ddheader a:visited, #four-ddheader a, #four-ddheader a:active, #four-ddheader a:visited,  #five-ddheader a, #five-ddheader a:active, #five-ddheader a:visited  {
display: block;
color:#333; 
text-decoration:none; 
width:166px;
padding:8px;
}




