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

#navigation {
padding-top: 112px;	
left: 50%;
margin-left: -280px;
position: absolute;

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

#nav li {
float: left;
}

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

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

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

ul a{
font-weight: bold;
color: #FFF;
cursor: default;
}

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

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

ul li{
color: #FFF;
}

ul ul li{
background-color: #002d27;
width: 130px;
border-left: 0;
}

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

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