/*HOOFDNAV -----------*/

#nav ul {
padding:0;
margin:0;
list-style-type:none;
}

#nav ul li {
float: left;
}

#nav ul li a,
#nav ul li a:visited {
display: block;
margin-right: 1px;
color: #0071a2;
font-size: 16px;

text-decoration: none;
padding: 4px;
padding-right: 20px;
padding-left: 20px;
}

#nav ul li a:hover {
color: #0071a2;
border-bottom: 8px solid #0071a2;
}

#nav ul li.here a,
#nav ul li.active a {
color: #0071a2;
font-weight: bold;
border-bottom: 8px solid #0071a2;
}

/*SUBNAV -----------*/

#subnav ul {
padding:0;
margin:0;
text-align: right;
list-style-type:none;
}

#subnav ul li a,
#subnav ul li a:visited {
font-size: 12px;
line-height: 34px;
color: #0071a2;
text-decoration: none;
padding: 10px;
padding-left: 50px;

background-image:url('/gfx/subnav.gif');
background-repeat: no-repeat; 
background-position: right top;
}

#subnav ul li a:hover {
background-position: right -47px;
}

#subnav ul li.here a,
#subnav ul li.active a {
font-weight: bold;
background-position: right -47px;
}
