.ddsmoothmenu {
    font: 12px Verdana;
    background:#1C1B19 url(/static/images/shining/nav_bottom.gif) repeat-x scroll center bottom;
}

.ddsmoothmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ddsmoothmenu ul li {
    text-align: left;
}
.ddsmoothmenu ul li a {
    display: block;
    border-top:1px solid #514D4E;
    padding:5px 5px 5px 15px;
    color: #999999;
    text-decoration: none;
    background:#0F0F0D url(/static/images/shining/arrow_green_double_right.gif) no-repeat scroll right center
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #999999;
    text-decoration: none;
}
.ddsmoothmenu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.ddsmoothmenu ul li ul li {
    background-image: url(/static/images/shining/subnav_arrow.gif);
    background-position: 15px 10px;
    background-repeat: no-repeat;
}
.ddsmoothmenu ul li ul li a {
    padding-left:25px;
    border-top:0px;
    background: transparent;
}