#pointermenu2{
	width:860px;
	height:37px;
	margin-left:auto;
	margin-right:auto;
	margin-top:124px;
}

#pointermenu2 ul{
margin: 0;
float: left;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color:#CCCCCC;
padding-bottom:8px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color:#CCCCCC;
}


#pointermenu2 ul li a:hover { /*hover and selected link*/

background: transparent url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#selected{ /*hover and selected link*/
background: transparent url(images/pointer.gif) bottom center no-repeat;
color:#FFFFFF;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
}


.menuItemEerste{
	height:100%;
	font-family:"Myriad Pro";
	font-size:16px;
	width:auto;
	padding-top:10px;
	float:left;
	}


.menuItem{
	margin-left:20px;
	height:100%;
	font-family:"Myriad Pro";
	font-size:16px;
	width:auto;
	padding-top:10px;
	float:left;
	}
	
.menuItemRechts{
	height:100%;
	font-family:"Myriad Pro";
	font-size:16px;
	word-spacing:6px;
	width:auto;
	padding-left:185px;
	padding-top:10px;
	float:right;
	}

.menuItemUiterstRechts{
	height:100%;
	font-family:"Myriad Pro";
	font-size:16px;
	word-spacing:6px;
	width:auto;
	padding-top:10px;
	margin-left:20px;
	float:right;
	}


