@charset "utf-8";
/* WebdesignWijzer.nl - menu */

/* --- Menu stijlen --- */
#ul_navigatie{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 894px;
	list-style-type: none;
	background-image:url(../images/image-navigatieBg.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
}

#ul_navigatie a:hover{
	font-weight: bold;
}

.li_actief{
	font-weight: bold;
}

#ul_navigatie li{	
	text-align: center;
	line-height: 30px;
	height: 30px;
	float: left;
}

#ul_navigatie li a{
	height: 30px;
	width: 150px;
	color: #fff;
	text-decoration: none;	
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

/* --- Buttons -- */
#li_orientatie{
	width: 177px;
	display: inline-block;
}

#li_techniek{
	width: 180px;
	display: inline-block;	
}

#li_design{
	width: 180px;
	display: inline-block;	
}

#li_inhoud{
	width: 166px;
	display: inline-block;
	margin-right: 21px;
}

#li_bureau{
	width: 170px;
	display: inline-block;	
}