@charset "utf-8";
/* CSS Document */

}

li:hover {
	display: block;
	
}

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

#nav li {
float: left;
width: 130px;
padding: 0px;
margin: 0px;
text-align: center;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
padding: 0px;
margin: 0px;
} 

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

#nav a {
display: block;
} 

#nav a {
display: block;
margin: 2px 5px 5px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

ul a{
font-weight: bold;
color:#FFFFFF;
font-size: 16px;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #FFFFFF;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFFFFF;
cursor: pointer;
}

ul li{
background-color: #514a3c;
border: 0px solid;
}

ul li:hover{
background-color: #F9F9F9;
border: 0px solid;
color: #514a3c;
}

ul ul li{
background-color: #514a3c;
border: 0px;
color: #FFFFFF;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

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