.ddsmoothmenu-v ul {
	margin: 0px;
	padding: 0px;
	width: 115px; /* Main Menu Item widths */
	list-style-type: none;
	font: normal 12px Verdana;
}

.ddsmoothmenu-v ul li {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	z-index: 40;
}

.ddsmoothmenu-v ul li.hoofditem_home {
	position: relative;
	list-style-type: none;
	background-image: url("/images/menu/home_off.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_home_over {
	position: relative;
	cursor: pointer;
	list-style-type: none;
	background-image: url("/images/menu/home_on.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_overons {
	position: relative;
	list-style-type: none;
	background-image: url("/images/menu/over_off.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_overons_over {
	position: relative;
	cursor: pointer;
	list-style-type: none;
	background-image: url("/images/menu/over_on.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_pro {
	position: relative;
	list-style-type: none;
	background-image: url("/images/menu/professionals_off.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_pro_over {
	position: relative;
	cursor: pointer;
	list-style-type: none;
	background-image: url("/images/menu/professionals_on.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_portfolio {
	position: relative;
	list-style-type: none;
	background-image: url("/images/menu/portfolio_off.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_portfolio_over {
	position: relative;
	cursor: pointer;
	list-style-type: none;
	background-image: url("/images/menu/portfolio_on.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_nieuws {
	position: relative;
	list-style-type: none;
	background-image: url("/images/menu/nieuws_off.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_nieuws_over {
	position: relative;
	cursor: pointer;
	list-style-type: none;
	background-image: url("/images/menu/nieuws_on.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_contact{
	position: relative;
	list-style-type: none;
	background-image: url("/images/menu/contact_off.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li.hoofditem_contact_over {
	position: relative;
	cursor: pointer;
	list-style-type: none;
	background-image: url("/images/menu/contact_on.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 104px;
	width: 115px;
	padding: 0px;
	margin: 0px;
}



/*Sub level menu items */
.ddsmoothmenu-v ul li ul {
	position: absolute;
	height: 95px;
	width: 90px; /*Sub Menu Items width */
	top: 0px;
	left: 0px;
	visibility: hidden;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu-v ul li ul li {
	padding: 7px 0px;
	margin: 0px;
	border: 0px;
}

.ddsmoothmenu-v ul li ul li a: {
	padding: 7px 0px;
	margin: 0px;
	border: 0px;
	color: #FFFFFF;
}

.ddsmoothmenu-v ul li ul li a:link				{ color: #FFFFFF; text-decoration: none; padding: 7px 0px; margin: 0px; border: 0px;}
.ddsmoothmenu-v ul li ul li a:visited			{ color: #FFFFFF; text-decoration: none; padding: 7px 0px; margin: 0px; border: 0px;} 
.ddsmoothmenu-v ul li ul li a:hover				{ color: #d9dadb; text-decoration: underline; padding: 7px 0px; margin: 0px; border: 0px;}
.ddsmoothmenu-v ul li ul li a:active			{ color: #FFFFFF; text-decoration: none;padding: 7px 0px; }

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
	float: left;
	height: 1%;
}

* html .ddsmoothmenu-v ul li a {
	height: 1%;
}
*
End
*
/
