.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0px;
	width: 175px; /* Main Menu Item widths */
	list-style-type: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
/*border-bottom: 1px solid #ccc;*/
}
 
.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: white;
	text-decoration: none;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	/*background: #414141;*/ /*background of menu items (default state)*/
	color: #3b4850;
	background-image:url(../img/gif/linie01.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #45a12a;
	color: #fff;
}

.ddsmoothmenu-v ul li a:hover{
	/*background: #45a12a;*/ /*background of menu items during onmouseover (hover state)*/
	color: #fff;
	text-decoration:none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 160px; /*Sub Menu Items width */
	top: 0;
	font-size:12px;
	font-weight: normal;
	visibility: hidden;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image:url(../img/png/bg_trans01.png);
}

.ddsmoothmenu-v ul li ul li{
	height:18px;
	padding-bottom:6px;
}

.ddsmoothmenu-v ul li ul li a:link{
	color: #3b4850;
	height:18px;
	padding-bottom:6px;
	background-image:url(../img/gif/blank.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.ddsmoothmenu-v ul li ul li a:hover{
	color: #fbba00;
	text-decoration:none;
	background-image:url(../img/gif/blank.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


.ddsmoothmenu-v ul li ul li a:visited{
	background-image:url(../img/gif/blank.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.ddsmoothmenu-v ul li ul li a:active{
	background-image:url(../img/gif/blank.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
