/* CSS Document */
.style1 {
	font-family: Arial, Myriad, Verdana;
	font-size: 12px; color:#F71E1E
}
.style2 {
	font-family: Arial, Myriad, Verdana;
	font-size: 12px; color:#FFFFFF; font-weight:bold;
}
.style3 {
	font-family: Arial, Myriad, Verdana;
	font-size: 12px; color:#003300
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style7 {font-size: 10px}
#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}



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

#nav ul {
position: absolute;
width: 120px;
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, Myriad, Verdana;
font-size: 12px;
}

ul a{
font-weight: normal;
color: #FEFAFA;
cursor: default;
}

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

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

ul li{
background-color: #003300;
border-left: 3px solid #FEFAFA;
}

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

body {
background-color: #FEFAFA;

}

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

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

