/****** FIRST BASE,BLOCKLEVELS ******/

#hlb1Container {
background:url(http://www.yourit.nl/netwerkt/_images/jobsearch/menuBG.png) repeat;
position: relative;
z-index: 2;
height:44px;
padding:0 20px 0 0;
}
.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist {
float: right;
}
.menulist ul {
background: #6C6E6F;
display: none;
position: absolute;
top: 1.0em; 
margin-top: 32px;
left: 0;
width: 150px;
padding: 5px 0;
}
.menulist ul ul {
top: -1px; 
margin-top: 0;
left: 148px;
}
.menulist li {
float: left;
display: block;
position: relative;
}
.menulist ul li {
float: none;
margin: 0;
}
.menulist ul>li:last-child {
margin-bottom: 1px;
}
.menulist a {
display: block;
padding: 14px 12px 14px 12px;
font-size: 14px;
color: #3b3b3b;
text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
color: #FFF;
background: URL(http://www.yourit.nl/netwerkt/_images/jobsearch/BG1pxDark.png);
}
.menulist a.highlighted {
color: #FFF;
background: URL(http://www.yourit.nl/netwerkt/_images/jobsearch/BG1pxDark.png);
}
.menulist a .subind {
display: none;
}
.menulist ul a .subind {
display: block;
float: right;
}
.menulist a {
float: left;
}
.menulist ul a {
float: none;
}
.menulist a {
float: none;
}
.menulist ul li a {
font-size: 12px;
color:#fff;
margin: 0 12px 0 12px;
padding: 10px 0 10px 10px;
border-bottom: 1px solid #fff;
}
*:first-child+html .menulist ul li {
float: left;
width: 100%;
}
* html .menulist ul li {
float: left;
height: 1%;
}
* html .menulist ul a {
height: 1%;
}
.menulist li:hover>ul {
display: block;
}