.ddsmoothmenu-v ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu-v ul li { position: relative; line-height:100%; background:#2d1607; border-bottom:#473122 1px solid;}
.ddsmoothmenu-v ul li.last {background-image:none; background-color:#2d1607;}
/* Top level menu links style */
.ddsmoothmenu-v ul li a {
	background:url(../images/icon_arrow_blue.png) no-repeat 100% 11px; padding:7px 17px 7px 7px; display:block; color:#fff;
}
.ddsmoothmenu-v ul li a:link{
	color: #fff;
}
.ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
    color: #ec4f02;
}
.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*font-weight:700;*/
}
.ddsmoothmenu-v ul li a:hover {
	color:#ec4f02; /*background of menu items during onmouseover (hover state)*/
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul {
	position: absolute;
	width: 100%; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}
.ddsmoothmenu-v ul li ul li {background:#2d1607; padding-left:5px; margin-left:2px;}
.ddsmoothmenu-v ul li ul li a {background:url(../images/icon_arrow_8.gif) no-repeat 5px 12px; padding:7px 0 7px 15px; display:block; color:#c9b9ad;}
.ddsmoothmenu-v ul li ul li a:hover {color:#c9b9ad;}
.ddsmoothmenu-v ul li ul li a.selected {color:#f38202; font-weight:400;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
	float: left;
	height: 1%;
}
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
