/*P&P Company-Patrick Cleiren en Intraxxion-Thijs Creemers, versie oktober 2006*/
/* Stylesheet voor CMS webworxx Platinum Edition */

/* Dit is de algemene Stylesheet voor het menu uitklapmenu 2e en 3e nivo */

/*________________ Menu linkerkant ________________ */

/* Opmaak tot 1 nivo's diep */
#menu {
	float: left;
	width: 149px;
	height: auto;
	background: transparent;
  	padding: 0px;
  	margin: 0px;
  	line-height: normal;  	
	}

#menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#menu li {
	margin: 0px;
	padding: 0;
	list-style: none;
	text-align: left;
	}

#menu a,
#menu a:link,#menu a:visited,#menu a:active{
	color: #96a1a8 !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	display: block;
	width: 130px;
	padding-left: 12px;
	overflow: hidden;
	}

#menu a:hover,
a.selected {
	color: #ffffff  !important;
	text-decoration: none !important;
	background: url(DesignerImages/menu_f2.gif) no-repeat 2px 10px;
	font-weight: normal;
	}
	
	
/* Bouwprojecten menu - geselecteerd image 2e nivo */	
.scrollerMenu #menu a.selected {
	color: #ffffff  !important;
	text-decoration: none !important;
	background: url(DesignerImages/menu_f3.gif) no-repeat 0px 12px;
	font-weight: normal;
	}
	
/* Bouwprojecten menu - links 3e nivo */	
#menu .third a,
#menu .third a:link,#menu .third a:visited,#menu .third a:active{
	color: #96a1a8 !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	display: block;
	width: 125px;
	padding-left: 12px;
	padding-bottom: 11px;
	overflow: hidden;
	}

/* Bouwprojecten menu - geselecteerd image 3e nivo */	
#menu .third a:hover, 
#menu .third a.selected {
	color: #ffffff !important;
	text-decoration: none !important;
	background: url(DesignerImages/menu_f2.gif) no-repeat 2px 5px;
	}
