.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 170px;
	list-style-type: none;
	font: 12px Verdana;
	color:green;
}
.ddsmoothmenu-v ul li{
	position: relative;
	text-align:center;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-weight:bold;	
}
.ddsmoothmenu-v ul li div{
	padding:0;
	width:auto;
}
/*.ddsmoothmenu-v ul li.top{
	border:none;
	border-bottom:1px solid black;
}*/
.ddsmoothmenu-v ul li.bottom{
	border:none;
}
.ddsmoothmenu-v ul li a{
	color:#000000;
	display: block;
	overflow: auto;
	padding-left:2px;
	text-decoration: none;
	padding: 5px;
	cursor:pointer;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background-image:url(/assets/templates/layout8/smooth_menu/gradient-red-2.gif);
	color: white;
}
.ddsmoothmenu-v ul li a.selected,
.ddsmoothmenu-v ul li a:hover{
	background:#FF9E49;
}
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 170px;
	top: 0;
	font-weight: normal;
	visibility: hidden;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
