/**
STYLE SHEET FOR Binge eating & Boulimia de Baas
Created by Hans Dubois for Intermax Interactive B.V. 2009
www.intermaxinteractive.nl
www.bingeeating.nl
www.boulimiadebaas.nl

ToC
	1. structure
	2. links
		
Notes :

This is the menu stylesheet
*/

/* --------- 1. structure  --------- */
.menu ul{
	margin 				: 0px;
	padding				: 0px;
	
	list-style-type		: none	
}

.menu ul li{
	margin				: 0px;
	padding				: 0px;
	
	padding-left		: 20px;
		
	float				: left;	
}
/* --------- 2. links 	--------- */
.menu ul li a{
	font-size			: 11px;
	color				: #2c2c2c;
	
	text-decoration 	: none;
	
}

.menu ul li a:hover{
	color				: #b83f3f;
}

.menu ul li a.active{
	font-weight			:bold;
	color				: #b83f3f;
}
