ul.topmenu a, ul.topmenu a:visited
{
color:white;
}
ul.topmenu a:hover 
{
text-decoration:none;
}

ul.topmenu  
{
	list-style-type:none; 
	padding:0px; 
	height:20px; 
	margin:0px;		
	width:100%;
	border:0px;
}
ul.topmenu li.menu 
{
	border:0px solid white;
	display:block; 
	width:110px;
	height:20px; 
	float:left;
	text-align:center;

	margin-left:auto;
	margin-right:auto;	
	background-repeat: no-repeat;
	background-position:center;
}
ul.topmenu li.spacer
{
	width:16px;
	float:left;


}
ul.topmenu a 
{
	display:block; 
	width:110px; 
	left:3px;
	height:20px; 
	position:relative; 
	
	text-decoration:none;
	border-left:1px solid #246aa2;
	border-right:1px solid #246aa2;	
}
ul.topmenu a span 
{
	display:block; 
	width:110px; 
	height:20px; 
	position:absolute; 
	top:5; 
	left:0; 
	cursor:pointer;
}
/*zorgt voor de witte border bij mouseover*/
/*ul.topmenu  a:hover 
{
	border-left:1px solid white;
	border-right:1px solid white;	
}
*/
/*de volgende style zorgt er voor dat het focus kader niet zichtbaar wordt*/
ul.topmenu a:active, ul.topmenu  a:focus 
{
	width:0; 
	height:0;
	outline:0; /* for browsers that understand */
}


