.ddsmoothmenu-v ul{
	margin: 0;
	margin-top:2px;
	margin-bottom:2px;
	padding: 0;
	width: 170px;
	list-style-type: none;
}

/* First level menu items */
.ddsmoothmenu-v ul li 
{
	position: relative;
}

.ddsmoothmenu-v ul li a 
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 2px;
	margin:1px;
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	border-right:1px solid transparent;
} 

.ddsmoothmenu-v ul li a.selected 
{
	background: white; 
	color: black;
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	margin:0px;
}

.ddsmoothmenu-v ul li a:hover 
{
	background: white; 
	color: black;
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	margin:1px;
}

/* Second level menu items */
.ddsmoothmenu-v ul li ul
{
	margin-top:-1px;
	position: absolute;
	width: 200px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	z-index:100;
	background:white;
	color:Black;
	border:1px solid black;
	padding:2px;
}

.ddsmoothmenu-v ul li ul li a
{
	border: 0px !important;
	margin-left:5px !important;
}

.ddsmoothmenu-v ul li ul li a:hover
{
	border: 0px !important;
}

.ddsmoothmenu-v ul li ul li a
{
	border: 0px !important;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */