ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
width: 145px;
zoom: 1;
position: relative;
z-index: 3000;
}

ul.dropdown li {
position: relative;
padding: 1px 0px 1px 0px;
}

ul.dropdown a {
color: #fff;
width: auto;
padding: 2px 10px 2px 22px;
margin-left: 0px;
display: block;
text-decoration: none;
font-weight: bold;
zoom: 1;
}

ul.dropdown a:hover {
color: #00466C;
text-decoration: none;
} 

ul.dropdown li ul{
background-color: #FFFFFF;
position: absolute;
padding: 0px;
margin: 0px;
margin-top: 1px;
left: 145px;
top: 0;
display: none;
list-style: none;
border-top: 1px solid #C5DEE2;
border-bottom: 1px solid #C5DEE2;
border-right: 1px solid #C5DEE2;
z-index: 3000;
}

ul.dropdown li ul li {
background-color: #FFFFFF;
border-left: 1px solid #C5DEE2;
width: 145px;
padding: 1px 0px 3px 0px;
margin: -2px 0px 0px 0px;
position: relative;
display:inline-block;
z-index: 97;
}

ul.dropdown li ul li a {
color: #00466C;
width: auto;
display:inline-block;
position: relative;
z-index: 97;
}

li.dropdown_hoofd_nor {
background: url(/images/dropdown/bg_dropdown_nor_hoofd.jpg) no-repeat 10px 2px; 
color: #fff;
}

li.dropdown_hoofd_nor a:hover {
color: #E4F2F4;
text-decoration: underline;
}

li.dropdown_nor_hoofd_hover {
background: url(/images/dropdown/bg_dropdown_nor_hoofd_hover.jpg) no-repeat;
}

li.dropdown_nor_hoofd_hover a {
color: #00466C;
}

li.dropdown_nor {
background: url(/images/dropdown/bg_dropdown_nor.jpg) no-repeat 8px 2px;
}

li.dropdown_nor a:hover {
text-decoration: underline;
}

li.dropdown_sub {
background: url(/images/dropdown/bg_dropdown_sub.jpg) no-repeat 8px 1px;
}

li.dropdown_sub_hover {
background: url(/images/dropdown/bg_dropdown_sub_hover.jpg) no-repeat;
height: 18px;
}