@charset "UTF-8";
/* CSS Document */
body {
	background-color: #cccc99;
	background-position: top;
	text-align: center;
}
#container{
	width: 1400px;
	height: 900px;
	color: #E3E3E3;
}

#menu{
	width: 1400px;
	height: 70px;
	background-color:#FBCD20;
	position:top;
	margin-left:100px;
	}

#ster{
	margin-left: 900px;
	margin-top: 50px;
}
#index{
	margin-top: -200px;
}
	



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

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

#nav ul {
position: absolute;
width: 200px;
left: -1400px;
}

#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: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

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

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

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

ul li{
background-color: #FFCC00;
border-left: 3px solid#cccc99;
}

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

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

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