/****************************************/
/*                                      */
/*  Created by Verheul Communicatie     */
/*  www.verheulcommunicatie.com         */
/*                                      */
/****************************************/


#menu {
padding: 94px 0 0 262px;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
padding: 0 20px 0 0;
width: auto;
}

#nav ul {
position: absolute;
width: auto;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

ul a {
color: #bdd732;
}

ul a:hover {
color: #ffffff;
}

ul ul a {
color: #bdd732;
padding-top: 10px;
}

ul ul a:hover {
color: #000000;
}

#nav a {
display: block;
font-family: Georgia, Times, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 13px;
}