.ddsmoothmenu-v ul
{margin: 0;
padding: 0;
width: 241px; /* Main Menu Item widths */
height: 25px;
list-style-type: none;
font: 15px 'Lucida Grande',Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0px solid #000000;
} 

.ddsmoothmenu-v ul li
{position: relative;}

/* Top level menu links style */
.ddsmoothmenu-v 
ul li a{display: block;
overflow: auto; 
/*force hasLayout in IE7 */
color: white;
text-decoration: none;
border-bottom: 0px solid #000000;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-top: 0px solid #000000;
text-align: left;
padding: 0 0 0 25px;
}

.ddsmoothmenu-v ul li a:link, 
.ddsmoothmenu-v ul li a:visited, 
.ddsmoothmenu-v ul li a:active
{/*background of menu items (default state)*/
color:#994400; 
border-bottom: 0px solid #778;}

.ddsmoothmenu-v ul li a.selected
{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color: #ffffff; 
color: #e47916;}
.ddsmoothmenu-v ul li a:hover
{background-color: #ffffff; /*background of menu items during onmouseover (hover state)*/
color: #e47916;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul
{position: absolute;
width: 170px; 
height: auto;
background-color: #ffdec3;
border: 1px;
border-style: solid;
border-color: #520212;
/*Sub Menu Items width */
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%; }/* End */
