.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 #A2C8DB;
	border-left:1px solid #A2C8DB;
	border-right:1px solid #A2C8DB;
	font-weight:bold;	
}
.ddsmoothmenu-v ul li.top{
	border:none;
	border-bottom:1px solid #A2C8DB;	
}
.ddsmoothmenu-v ul li.bottom{
	border:none;
}
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto;
	padding-left:2px;
	text-decoration: none;
	padding: 5px;
}
.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/middle_menu2.png);
	color: black;
}
.ddsmoothmenu-v ul li a.selected,
.ddsmoothmenu-v ul li a:hover{
	background:#E3F0FC;
}
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 150px;
	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%; }