.ddsmoothmenu-v ul {
	margin: 0;
	padding: 0;
	font-size:13px;
	width: 220px; /* Main Menu Item widths */
	list-style-type: none;
}
.ddsmoothmenu-v ul li { position: relative; line-height:100%; border-top:#4d4d4d 1px solid;}
/* Top level menu links style */
.ddsmoothmenu-v ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #fff;
	font-weight:400;
	text-decoration: none;
	background:url(../images/bullet2.png) no-repeat 10px 10px;
    padding:7px 3px 8px 22px;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
	color: #fff;
}
.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #ea8501;
}
.ddsmoothmenu-v ul li a:hover {
	color: #ea8501;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul {
	position: absolute;
	width: 200px; /*Sub Menu Items width */
	top: 0;
	font-weight: 400;
	visibility: hidden;
}
.ddsmoothmenu-v ul li ul li {background:#515151; border-bottom:#797979 1px solid;}
.ddsmoothmenu-v ul li ul li.last {border-bottom:#797979 0px solid;}
.ddsmoothmenu-v ul li ul li a {font-weight:400; background:url(../images/arrow_4.gif) no-repeat 10px 10px; padding:7px 0 7px 22px; color: #FFF;}
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active {
    color: #fff;
}
.ddsmoothmenu-v ul li ul li a:hover {color: #e39601;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
	float: left;
	height: 1%;
}
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
