.ddsmoothmenu{
	width:1005px;
	height:35px;
	background-image:url(../images/menu_bg.jpg);
}

.ddsmoothmenu ul{
	width:805px;
	height:35px;
	margin:0px;
	list-style:none;
	padding:0px;
	margin-left:20px;

}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/* buttons custom */

.ddsmoothmenu ul li a.home{
	display:block;
	width:105px;
	height:35px;
	background:url(../images/home_btn.jpg);
}

.ddsmoothmenu ul li a.home:hover, .ddsmoothmenu ul li a.homeActive, .ddsmoothmenu ul li a.home.selected{
	background:url(../images/home_hover_btn.jpg);
	display:block;
	width:105px;
	height:35px;
}

.ddsmoothmenu ul li a.nieuws{
	display:block;
	width:103px;
	height:35px;
	background:url(../images/nieuws_btn.jpg);
}

.ddsmoothmenu ul li a.nieuws:hover, .ddsmoothmenu ul li a.nieuwsActive, .ddsmoothmenu ul li a.nieuws.selected{
	background:url(../images/nieuws_hover_btn.jpg);
	display:block;
	width:103px;
	height:35px;
}

.ddsmoothmenu ul li a.media{
	display:block;
	width:101px;
	height:35px;
	background:url(../images/media_btn.jpg);
}

.ddsmoothmenu ul li a.media:hover, .ddsmoothmenu ul li a.mediaActive, .ddsmoothmenu ul li a.media.selected{
	display:block;
	width:101px;
	height:35px;
	background:url(../images/media_hover_btn.jpg);
}

.ddsmoothmenu ul li a.vestigingen{
	display:block;
	width:130px;
	height:35px;
	background:url(../images/vestigingen_btn.jpg);
}

.ddsmoothmenu ul li a.vestigingen:hover, .ddsmoothmenu ul li a.vestigingenActive, .ddsmoothmenu ul li a.vestigingen.selected{
	display:block;
	width:130px;
	height:35px;
	background:url(../images/vestigingen_hover_btn.jpg);
}

.ddsmoothmenu ul li a.veelgesteldevragen{
	display:block;
	width:191px;
	height:35px;
	background:url(../images/veelgesteldevragen_btn.jpg);
}

.ddsmoothmenu ul li a.veelgesteldevragen:hover, .ddsmoothmenu ul li a.veelgesteldevragenActive, .ddsmoothmenu ul li a.veelgesteldevragen.selected{
	display:block;
	width:191px;
	height:35px;
	background:url(../images/veelgesteldevragen_hover_btn.jpg);
}


.ddsmoothmenu ul li a.contact{
	display:block;
	width:108px;
	height:35px;
	background:url(../images/contact_btn.jpg);
}

.ddsmoothmenu ul li a.contact:hover, .ddsmoothmenu ul li a.contactActive, .ddsmoothmenu ul li a.contact.selected{
	display:block;
	width:108px;
	height:35px;
	background:url(../images/contact_hover_btn.jpg);
}

/* ------ end buttons ------- */



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
margin-left: 0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width: 152px;
list-style-type: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: block;
	float: none;
	border-bottom: 1px solid #fff;
	margin:0px;
	padding:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: Arial;
	width: 129px; /*width of sub menus*/
	display:block;
	padding-left: 29px;
	line-height:25px;
	margin: 0px;
	border-top-width: 0;
	background-color:#00477d;
	color:#a9a9a9;
	font-size:11px;
	text-decoration:none;
	opacity:.93; 
	filter:alpha(opacity=93);
	display: list-item;
	float: none;
	letter-spacing:1.5px;
}

.ddsmoothmenu ul li ul li a:hover{
	color:#fff;
	font-weight:bold;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
