﻿
.hp_link  a   { text-decoration: none }
.hp_link  a:hover   { text-decoration: underline }
.blauwelink  { color: #4199CC }
.wittelink  { color: #FFFFFF }


a            { color: #4199CC}
a:visited    { color: #4199CC}
a:hover      { color: #C91F30}

h1           { font-family: Arial; font-size: 14pt; font-weight: bold }

td           { font-family: Verdana; font-size: 11px } 
tdheader    { font-size: 12pt; font-family: Trebuchet MS; font-weight: bold }

#left_nav_links a {
 color: #4199CC;
 text-decoration: none
}

#left_nav_links a:hover{
 color: #FF0000;
 text-decoration: underline;
}


#menu {
	width: 100%;
	display: table;
	margin: 0;
    padding: 0;
    font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana; 
}

#menu ul {
	margin: 0; padding: 0;
	display: table-row; /* MS says WTH */
	vertical-align: middle;
	
}

#menu li {
	margin: 0; padding: 0;
	display: table-cell; /* Again, IE doesn't understand this value */
	text-align: center;
	vertical-align: middle;
	
	
}

* html #menu li { /* MacIE */
	display: inline-block;
	width: 1%; /* a white-space bug? */
	
}

/* The IE trick (hidden from MacIE) \*/
* html #menu li {
	display: inline;
	
}
/* */

#menu li a {
	display: block;
	width: 100%;
	color: black;
    padding: 5px 10px; /*padding of tabs*/
    text-decoration: none;
    background: transparent url(/nl/images/bluebg.gif) top right no-repeat;
    border-top: 1px solid #d3bdbe; /*top border style*/
    border-bottom: 3px solid #CC3366; /*thick bottom border below tabs*/
}

#menu li a#leftmostitem{ /*Extra CSS for left most menu item*/
  border-left: 1px solid #d3bdbe; /*left border style*/
}

#menu li a#rightmostitem{ /*Extra CSS for right most menu item*/
  border-right: 1px solid #d3bdbe; /*right border style*/
  background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#menu li a:visited{
 color: black;
}

#menu li a:hover{
 color: white;
 background-image: url(/nl/images/bluebghover.gif); /*background image swap on hover*/


