/* Start of CMSMS style sheet 'menu' */
/* CSS Document */

#navh {
	text-align:center;
	float: left;
	margin: 0px;
	font-size:12.5px;
}

#navh ul {
	list-style-type: none; /* wegvallen van de stipjes of bullets */
	margin: 0px;
}

#navh ul li {
	float: left; 
	margin: 0px; 
	list-style-type: none;
	width: 94px;
}

#navh ul li.currentpage h3,
#navh ul li a {
	border-right: 1px solid #00213b;
	border-bottom: none;
	padding: 5px 15px 9px 15px; 
	display: block; 
	text-decoration: none;
	font-weight: normal;
}

#navh ul li a:hover, 
#navh ul li a:active
{
	background-image: url(images/li_hover.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #1e1e1e;
	border-bottom: none;
	font-weight: normal;
	font-size:12.5px;
}

#navh ul li.currentpage h3, #navh ul li.menuactive 
{
	background-image: url(images/li_active.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #1e1e1e;
	border-bottom: none;
	font-weight: normal;
	font-size:12.5px;
}

/* End of 'menu' */

