.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
	position:relative;
	z-index:10;
}
 
.ddsmoothmenu-v ul li{
	position:relative;
	display:block;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding:6px 5px;
	border-bottom: 1px solid #dedede;
	border-top:1px #fff solid;
	font:12px/18px Arial, Helvetica, sans-serif;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color:#151515;
}


.ddsmoothmenu-v ul li a.selected {
	color:#151515;
}

.ddsmoothmenu-v ul li a:hover{
	background:#eeeeee;
	color:#ff6c00;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width:180px; /*Sub Menu Items width */
	top:0;
	visibility: hidden;
	border:1px #ddd solid;
	background:#f8f8f8;
}
.ddsmoothmenu-v ul li ul li{
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */