/**

MENU STYLE SHEET FOR Nederlandse Aardappel Organisatie
Created by Hans Dubois for Intermax Interactive B.V. 2009
www.intermaxinteractive.nl
www.nao.nl

ToC
	1. menu structure and links

Notes :

Maximum menu width : 690px;

**/

/* --------- 1. menu structure --------- */
.menu ul{
	z-index						: 100;
	
	padding						: 0px;
	margin						: 0px;

	list-style-type				: none;	
	
	position 					: absolute;
	top							: 31px;
	left						: 40px;
	
	width						: 654px;
	
	clear						: both;
}

.menu ul li{
	display						: block;
	float						: left;
	
	height						: 37px;
	
	line-height					: 50px;	
	
	position 					: relative;
	
	text-align					: center;
}

.menu ul li a{

	display						: block;
	
	background-image			: url("/images/nederlandse-aardappel-organisatie/menuVerticalLine.png");
	background-repeat			: no-repeat;
	background-position 		: right;
	
	width						: 93px;
	
	color						: #FFFFFF;	
	text-decoration 			: none;
}

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

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

.menu ul li ul{
	display						: none;	

	width						: 185px;
	
	position 					: absolute;
	top							: 37px;
	left						: 0px;
	
	padding						: 0px;
	margin						: 0px;
}

.menu ul li ul li{
	display						: block;
	
	width						: 185px;
	height						: auto;	
	
	line-height					: 31px;
	
	border-top					: #ABB4CD 1px solid;
	
	background-image			: none;
}

/* --------- 2. menu links globals --------- */
.menu ul li ul li a{
	color						: #FFFFFF;	
	text-decoration 			: none;
	
	padding-left				: 24px;
	padding-right				: 24px;
	
	font-size					: 13px;
	
	outline						: none;
}

.menu ul li ul li a{
	width						: 155px;
	
	padding-left				: 15px;
	padding-right				: 15px;
	margin						: 0px;
	
	display						: block;
	
	line-height					: 31px;
	
	background-color			: #213F8D;
	background-image			: none;
	
	text-align					: left;
}



.menu ul li ul li a:hover{
	background-color			: #4F659D;	
}


.menu ul li:hover ul{
	display						: block;
}



