/* Start of CMSMS style sheet 'headermenu' */
					
/************************************/
/* TOP TOP MENU */
/* alinga */
/************************************/

#headerline {
        margin:34px 21px 0 3px;
        background-image: url(uploads/images/topbg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#headermenu {
	padding-top: 3px;
	margin: 0 0;
	width:910px;
	font-family:"Lucida Grande", "Gill Sans Light", "Trebuchet MS";
        font-size:11px;
        font-weight:normal;
}

#headermenu ul {
	margin: 0;
	padding: 0;
	white-space : nowrap;
}
#headermenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}
#headermenu ul li a {
	color : #fff;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border: none;
}
#headermenu ul li a {
	background: url(uploads/images/menu_item.jpg) no-repeat;
	height: 26px;
	width: 111px;
	line-height: 26px;
	padding-top: 7px;
}
#headermenu ul li a span {
	color : #fff;
	display: block;
}
#headermenu ul li a:hover, #headermenumenu ul li a:active {
	background: url(uploads/images/menu_item.jpg) no-repeat 0px -33px;
	height: 29px;
	width: 111px;
	line-height: 29px;
	padding-top: 4px;
}
#headermenu ul li.actief a {
	background: url(uploads/images/menu_item_actief.jpg) no-repeat;
	height: 26px;
	width: 120px;
	line-height: 26px;
	padding-top: 7px;
}
#headermenu ul li.actief a:hover, #headermenu ul li.actief a:active {
	background: url(uploads/images/menu_item_actief.jpg) no-repeat 0px -33px;
	height: 29px;
	width: 120px;
	line-height: 29px;
	padding-top: 4px;
}
					
/* End of 'headermenu' */

