@charset "utf-8";
body{
	background:url(../htmimg/bg.jpg) top left no-repeat;
}
 #nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

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

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



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

ul a{
color: #FFFFFF
cursor: default;
}

ul ul a:link, ul ul a:visited{
color: #FFFFFF;
cursor: pointer;
}

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

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

ul li{
	background: url(../htmimg/button_bg.jpg) top left no-repeat;
	border-left: 0px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	text-indent: 20px;
	letter-spacing: -1px;
	
	
}

ul ul li{
background-color: #000000;
border-top: 0px solid #FFF;
border-left: 0;
}

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

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