.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
background:#ED6530;
min-width:150px;
display: none;
position: absolute;
top: 1.0em;
margin-top:41px;
left: -1px;
white-space:nowrap;
padding:5px 0 10px;
}
.menulist ul ul {
top: -1px;
margin-top: 0;
left:140px;
padding:0;
}
.menulist li {
float: left;
position: relative;
}
.menulist ul li {
float: none;
min-width:150px;
margin: 0;
margin-bottom: -1px;
}
.menulist a {
display: block;
padding:19px 11px;
color:#D2CAC8;
text-transform:uppercase;
text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
background:#2A2723 url("http://www.jopportunity.nl/_images/menuArrow.gif") no-repeat center bottom;
}
.menulist a.highlighted {
background:#2A2723 url("http://www.jopportunity.nl/_images/menuArrow.gif") no-repeat center bottom;
}
.menulist a .subind {
display: none;
}
.menulist ul a .subind {
display: block;
float: right;
}
.menulist ul li a{
background:none;
padding:5px 10px;
text-transform:none;
}
.menulist ul li a:hover{
color:#ED6530;
}
.menulist a {
float:left;
}
.menulist li li a {color:#fff;}
.menulist li li a:hover {color:#fff;}
.menulist ul a {
float:none;
}
.menulist ul a:hover{
background:#2A2723 !important;
}
.menulist a {
float:none;
}
*: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;
}