/**

Menu STYLE SHEET FOR Ambieer Zoetermeer
Created by Hans Dubois for Redmax Technology B.V. 2009
www.ambieer-zoetermeer.nl
www.redmax.nl

ToC

	1. defaults
	2. structure
	
	Notes : 
	Menu dimensions : 56h x 725
	Width of item : 82px
*/

.menu ul{
	margin				: 0px;
	padding				: 0px;
	
	margin-top			: 17px;
	margin-left			: 14px;
	
	list-style-type 	: none;
	
	width				: 740px;
	height				: 35px;  
}

.menu ul li{
	margin				: 0px;
	padding				: 0px;
	
	height				: 35px;
	width				: 82px;
	
	text-align			: center;
	
	margin-left			: 10px;	
	
	display				: block;
	
	float				: left;
}

.menu ul li.first{
	padding 			: 0px;
	margin-left			: 10px;	
}

.menu ul li a{
	text-decoration 	: none;
	font-weight			: bold;
	outline				: none;	
}

.menu ul li a:hover,
.menu ul li.selected a{
	color				: #FFED00;	
}

.menu ul li.short{
	line-height			: 30px;	
}


