﻿/*Instellingen voot het headermenu*/
.clheadermenu
{
	list-style-type: none;
	margin: 0;
	padding:0;
}
.clheadermenu li
{
	display:inline;
}
.clheadermenu a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.clheadermenu a:hover {
	text-decoration: none;
}



/*Instellingen voot het linker menu*/
#left ul, #left li { /* using a list for menu */
list-style-type: none;  /* cleaning up the list */
margin:0;
padding:0;
}

#left ul {
position: absolute; /* positionning for IE5 et IE5.5 */
padding-top:10px;
left: 0px;
top: 0px;
width: 200px;
text-align: center;
}

#left li {
display: inline; /* correction for IE5 et IE5.5 */	
background-image: url(golfje.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#left li a
{
	/* buttons dimensions and definition */
	display: block; /* block for <a> to give it its dimensions */
	height: 35px;
	width: 200px;
	line-height: 35px; /* height of line to avoind paddings */
	font-size: 16px;
	font-family: Verdana, georgia, serif;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-image: url(menuknop.gif);
	background-repeat: no-repeat;
	background-position:  30px center;

}


#left .selected
{
	color:#003466;
}

#left li a:hover, #menu a.selected 
{
	background: transparent url(golfje_hover.gif);
	background-repeat: no-repeat;
	background-position:  center center;
	
}


