.ddsmoothmenu-v {
    padding:0 0 20px;
}
.ddsmoothmenu-v ul {
    margin: 0;
    padding: 0;
    font-size:13px;
    width: 208px; /* Main Menu Item widths */
    list-style-type: none;
}
.ddsmoothmenu-v ul li { position: relative; line-height:100%;}
.ddsmoothmenu-v ul li.last {}
/* Top level menu links style */
.ddsmoothmenu-v ul li a {
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    text-decoration: none;
    padding:7px 0 7px 30px;
    color:#48422b;
    font-size:14px;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
    color:#48422b;
}
.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color:#48422b;
}
.ddsmoothmenu-v ul li a:hover {
    color: #a52626;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul {
    position: absolute;
    width: 210px; /*Sub Menu Items width */
    top: 0;
    font-weight: normal;
    visibility: hidden;
}
.ddsmoothmenu-v ul li ul li {background:#efe4ae;}
.ddsmoothmenu-v ul li ul li a {font-weight:400; background:#efe4ae url(images/arrow1.gif) no-repeat 5px 12px; padding:7px 5px 7px 15px;}
.ddsmoothmenu-v ul li ul li a:hover {background:#e6d586 url(images/arrow2.gif) no-repeat 5px 12px;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
