/*--- navigatie rechts ---*/

#ul-table li a { 
background-color:#ffffff;
font: 11px Verdana;
font-weight:bold;
display:block;
line-height:24px;
}

#ul-table a:link, #ul-table a:visited, #ul-table a:active {
color: #081d73; text-decoration: none;
}

#ul-table a:hover {
background-color:#D8DEF6; 
color:navy;
text-decoration: none;
}

#ul-table {
width:507px;
text-align:center;
margin: 0px auto;
padding:0;
color: navy;
list-style-type:none;
clear:both;
}

#ul-table li {
width: 83px;
float:left;
border:1px solid navy; 
border-right:none;
text-align: center;
} 
* html #ul-table li a {
width: 100%;
} 
#ul-table li.top {
border-top:none;
} 
#ul-table li.right {
border-right:none;
}

#ul-table li.left {
border-left:1px solid navy; 
}

#ul-table li.blauw #ul-table li.blauw a:visited, #ul-table li.blauw a:active {
background-color:#000000;
} 
/*--- einde navigatie rechts ---*/


/*--- navigatie links ---*/

#left-table li a { 
background-color:#ffffff;
font: 11px Verdana;
font-weight:bold;
display:block;
line-height:24px;
}
#left-table a:link, #left-table a:visited, #left-table a:active {
color: #fc891a; text-decoration: none; 
}
#left-table a:hover {
background-color:#fedbb8; 
color:fc891a;
text-decoration: none;
}
#left-table {
width:171px;
text-align:center;
margin: 0px auto;
padding:0;
color: navy;
list-style-type:none;
clear:both;
}
#left-table li {
width: 85px;
float:left;
border:1px solid navy; 
border-right:none;
text-align: center;
} 
* html #left-table li a {
width: 100%;
} 
#left-table li.top {
border-top:none;
} 
#left-table li.right {
border-right:1px solid navy;
}

#left-table li.left {
border-left:none;
}

/*--- einde navigatie links ---*/

