/* CSS Document */
.style1 {
	font-family: Arial, Myriad, Verdana;
	font-size: 13px; color:#000A5B;
	line-height: 17pt
}
.style2 {
	font-family: Arial, Myriad, Verdana;
	font-size: 13px; color:#FFFFFF; font-weight:bold;
	line-height: 17pt
}
.style3 {
	font-family: Arial, Myriad, Verdana;
	font-size: 13px; color:#003300;
	line-height: 17pt
}
.style4 {
	font-family: Arial, Myriad, Verdana;
	font-size: 11px; color:#F71E1E;
	line-height: 12pt; font-style:italic
}
.style5 {
	font-family: Arial, Myriad, Verdana;
	font-size: 11px; color:#000A5B;
	line-height: 12pt; font-style:italic
}

a:link {
	color: #D80707;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D80707;
}
a:hover {
	text-decoration: none;
	color: #D80707;
}
a:active {
	text-decoration: underline;
	color: #D80707;
}

.tekst { padding-right:30px; text-align:justify;
font-family: Arial, Myriad, Verdana;
	font-size: 13px; color:#000A5B;
	line-height: 17pt;
}

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

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

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

body {
background-color: #FEFAFA;
}

body{
   scrollbar-face-color: #0099FF; /*/ obviously change this to whatever you want /*/
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-highlight-color: #FFFBF0;
   scrollbar-3dlight-color: #F2F2ED;
   scrollbar-shadow-color: #FFFBF0;
   scrollbar-darkshadow-color: #F2F2ED;
   scrollbar-track-color: #F2F2ED;
}

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

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

