.menu{
	background: url(../pic/menu_backgr.jpg) repeat-x;
	width: 100%;
	height: 30px;
}

.menu .sportbibliotheek{
	margin-top: -29px;
	width: 179px;
	height: 29px;
	background: url(../pic/menu_sportbibliotheek.jpg?v=3);
	cursor: pointer;
	position: absolute;
	right: 21px;	
}
.menu .sportbibliotheek:hover{
	background: url(../pic/menu_sportbibliotheek_on.jpg?v=3);	
}

.menu ul{
	padding: 0px;
	margin: 0px;
}

.menu li{
	margin:0px; 
	padding:0px;
	list-style-type: none;
	float: left;
	background: url(../pic/menu_lijn.jpg) right top no-repeat;	
}

.menu a{
	color: #5F5F5F;
	font-size: 13px;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 11px;
	font-weight: normal;
	height: 21px;
	padding-top: 9px;
	margin-right: 1px;
	font-family: 'Cabin';
	display: block;
	font-family: 'Conv_Museo-500';
	text-transform: uppercase;
}
.menu a img{
	margin-right: 5px;
	float: left;
	margin-top: 1px;
}

.menu a:hover{
	background: url(../pic/menu_over.jpg);
	color: #FFF;
}
.menu .over{
	background: url(../pic/menu_over.jpg);
	color: #FFF;
}

.menu a.selected{
	background: url(../pic/menu_on.jpg) center top;
	color: #FFF;
}
.menu li:first-child a:hover{
}
.menu li:first-child a.selected{
}



.headermenu{
	z-index: 2;
}
.headermenu ul{
	padding: 0px;
	margin: 0px;
	right: 0px;
	margin-top: 0px;
}

.headermenu li{
	margin:0px; 
	padding:0px;
	list-style-type: none;
	background-image: none;
	float: left;
	display: block;
}

.headermenu a{
	font-size: 12px;
	color: #000;
	margin-left: 20px;
}

.headermenu a:hover{
	text-decoration: underline;
}
.headermenu .over{
	text-decoration: underline;
}

.headermenu a.selected{
	text-decoration: underline;
}




.footermenu{
	height: 25px;
}
.footermenu ul{
	padding: 0px;
	margin: 0px;
	right: 0px;
	margin-top: 0px;
}

.footermenu li{
	margin:0px; 
	padding:0px;
	list-style-type: none;
	background-image: none;
	float: left;
	display: block;
}

.footermenu a{
	font-size: 12px;
	color: #666666;
	margin-right: 20px;
}

.footermenu a:hover{
	text-decoration: underline;
}
.footermenu .over{
	text-decoration: underline;
}

.footermenu a.selected{
	text-decoration: underline;
}
