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

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

#nav li {
float: left;
width: 100px;
}

#nav ul {
position: absolute;
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: Papyrus, Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

ul a{
font-weight: bold;
color: #Fff;
cursor: pointer;
}

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: #C3CF49;
cursor: pointer;
}



ul ul li{
background-color: #758435;
border-top: 3px solid #fff;
border-left: 0;
}

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

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

a.g:link {
	color: #fff;
	text-decoration: none;
}
a.g:visited {
	text-decoration: none;
	color: #fff;
}
a.g:hover {
	text-decoration: underline;
	color: #cfdb4b;
}

a.g:active {
	text-decoration: none;
	color: #728135;
}

a.contact:link, active
{
color:#8B993B;
text-decoration:none;
}

a.contact:hover
{
color:#BDCC47;
text-decoration:overline underline;
}

a.contact:visited
{
color:#BDCC47;
text-decoration:line-through;
} 

.none
{
border-bottom:0px;
}


