.ddsmoothmenu-v ul{
width: 170px; /* Main Menu Item widths */


}

.ddsmoothmenu-v ul li{
position: relative;

/* ap change */
margin-bottom:1px;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
/*overflow: auto;*/ /*force hasLayout in IE7 */
text-decoration: none;

}

* html .ddsmoothmenu-v ul li a {
overflow: visible;


}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
}

.ddsmoothmenu-v ul li a:hover{

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
font-weight: normal;
visibility: hidden;


}

.ddsmoothmenu-v ul li ul li a{ /* Jakob FF*/
	font-size:12px;
	line-height:12px;
	
	margin:0px;
	padding-bottom:0px;
	width:170px;

}

* html .ddsmoothmenu-v ul li ul li a{ /* Jakob  IE6 */
line-height:12px;
	/* padding:0px;
	
	width:170px;
	
	*/
	
padding-bottom:1px;
}

*:first-child+html .ddsmoothmenu-v ul li ul  { /* Jakob  IE7 */
	margin:0px;
	line-height:4px;
	/*border:1px solid red;*/
}

*:first-child+html .ddsmoothmenu-v ul li ul li { /* Jakob  IE7 */

/*	border:1px solid blue;*/

line-height:4px;
	
}

*:first-child+html .ddsmoothmenu-v ul li ul li a  { /* Jakob  IE7 */
	
	margin:0px;
	padding-bottom:1px;
/*	border:1px solid green;*/
	
}



.ddsmoothmenu-v ul li ul li { /* Jakob*/
	font-size:10px;

	left:-5px;
	
	margin:0px;
	padding:0px;
}







.ddsmoothmenu-v ul li ul { /* Jakob 2.Menü ganzer Rahmen und 3. Menü Rahmen*/
	margin:0px;
	
	padding:0px;
}


.ddsmoothmenu-v ul li ul li ul{
	position: relative;
	visibility: hidden;
}


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