/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
position:relative;
top:130px;


/*background-color: #E4D1B5;*/
#background:transparent url(../jDienstverlening_images/menub g.jpg);
height:40px;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	
}


/***************Menu***********************/
ul.menu{					text-align:center;
							list-style:none; 
							margin:0; 
							padding:0;
							font-size:75%;
							font-weight:bold; 
							background:transparent url(../jDienstverlening_images/menu bg.jpg);
							font-family: Arial, Helvetica, sans-serif;	
}
ul.menu * { 	margin:0; 
							padding:0; 
							line-height:40px;
							}
ul.menu a {		display:block;
					 		color: #334d55;
							text-decoration:none;
							border-left:1px solid #cccccc; 
							height:40px;}
							
ul.menu li {	position:relative;
					 		float:left; 
							margin:0;							
							width:157px;}
							
ul.menu ul {	position:absolute;
 					 		left:0; 
							display:none; 
							list-style:none;			
							top:40px; /*background-color:#E4D1B5;*/  
}
							
ul.menu ul li { 		
					 		position:relative;  
							margin:0; 										
							width:159px;
}
							
ul.menu ul li a {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	display:block;
	padding:0px 4px 0px;
	background-color:#E4D1B5;
}
							
ul.menu ul li a:hover {	
					 		/*background-color:#cccccc;*/ 											
							/*border-left:5px solid #E0C852;*/
}
							
ul.menu ul ul {			
					 		top:-1px;															
							left:135px; }
							
ul.menu .menulink {  	
							padding:0 5px 0 5px;
							font-weight:bold; 								
							/*border-left:5px solid #E0C852;*/	
							font-family: Arial, Helvetica, sans-serif;	
}
							
ul.menu .menulink:hover, ul.menu .menuhover { 
							color:#E4D1B5;
							/*border-left:5px solid #E0C852;*/
}
																						
ul.menu .menulink2 {  	
							padding:0 5px 0 5px;
							font-weight:bold; 							
							line-height:20px;	
							/*border-left:5px solid #E0C852;*/	
							font-family: Arial, Helvetica, sans-serif;		
}
							
ul.menu .menulink2:hover, ul.menu .menuhover { 
							color:#E4D1B5;
							/*border-left:5px solid #E0C852;*/
}
							
ul.menu .sub {		
						  line-height:40px;	 
							background:#E4D1B5 url(../jDienstverlening_images/arrow.gif) 125px 16px no-repeat}
							
ul.menu .topline {}


