<!--
/* CSS Tabs */
table.menu_tabel {
	border-top-width: 22px;
	border-top-color: #000;
	border-top-style: solid;
 	height: 64px;
}

#navcontainer 
{
	background: #626262;
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
}
ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #626262;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;

}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #FFFFFF;
	border-right: 1px dashed #d1e3db;
	text-decoration: none;
}

ul#navlist li#active a{
	background-color: #a1a1a1;
	color: #fffc05;
}
#navlist a:hover {
        color: #ffffff;
        background-color: #a1a1a1;
}
td.menu {
	color: #fffc05;
	background-color: #626262;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}

<!--
.clearer {
	CLEAR: left;
	DISPLAY: block;
	FONT-SIZE: 1px;
	MARGIN: 0px;
	HEIGHT: 20px;
	padding: 0px;
}
.navigatie 
{
	float:left;
	width:200px;
	font-size:14px;
	line-height:normal;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 0;
	margin-right: 20px;
}
.blok#navigatielijst h2 {
	float: none;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 9px;
	text-align: left;
	background-color: #626262;
}	
.blok#navigatielijst ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
.blok#navigatielijst li {
	float: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	text-align: left;
}
.blok#navigatielijst a, #navigatielijst a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #000000;
	text-decoration: none;
}

.blok#navigatielijst li#active a{
	color: #000000;
	font-weight: bold;
}
.blok#navigatielijst li#active {
	background-color: #fffc05;
}
.blok#navigatielijst li:hover {
        background-color: #999999;
}
.blok#navigatielijst a:hover {
        color: #ffffff;
        background-color: #999999;		
}
-->
