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

#nav
{
padding-left:80px;
}

#nav li {
float: left;

height:28px;
text-align:center;
}

#nav ul {
position: absolute;
width: 170px;

left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
vertical-align:middle;
height:20px;

padding-top:8px;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
cursor: pointer;
}

ul a{
font-weight: bold;
color: #000;
cursor: default;
width:101px;

}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000;
cursor: pointer;
text-align:left;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #fff;
cursor: pointer;
text-align:left;
}

ul li{
margin: 0 auto;
height:28px;
background-image:url('/images/button.jpg');
background-repeat:no-repeat;
width:101px;
}

ul li:hover{
background-image:url('/images/button_hover.jpg');
background-repeat:no-repeat;
}

#linkcheck{
background-image:url('/images/button_hover.jpg');
background-repeat:no-repeat;
}

ul ul li{
border-top: 2px solid #EAE8E8;
border-left: 0;
background:none;
width:170px;
background-color: #F8931F;

}

ul ul li:hover{
background-image:none;
}

/* IE only hack \*/
* html ul li, * html ul ul li{

}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
