.ddsmoothmenu-v ul{
	margin: 0;
	width: 256px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}

.submenu {
	background-color: #FFFFFF;
	background-image: url(../images/menu-lewe.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #008457;
	text-decoration: none;
	height: 29px;
	padding-top: 16px;
	padding-left: 20px;
	margin-bottom: -1px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: #008457;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #008457;
	width: 285px;
	height: 29px;
	margin-bottom: -1px;
}
.ddsmoothmenu-v  ul  li  a.selected:hover  {
	color: #FF0000;
	width: 285px;
	height: 29px;
	margin-bottom: -1px;
	background-image: url(../images/menu-lewe-lewel1-hover.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.ddsmoothmenu-v ul li a:hover{
	color: #FF0000;
	background-image: url(../images/menu-lewe-sublevel--hover.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 286px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	text-align: center;
	border: 1px solid #006600;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
.ddsmoothmenu-v ul li ul a {
	padding-left: 0px;
	background-image: url(../images/menu-lewe-sublevel.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
}
.ddsmoothmenu-v ul li ul a:hover {
	padding-left: 0px;
	background-image: url(../images/menu-lewe-sublevel--hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
}
