.ddsmoothmenu {
    font: bold Arial, Helvetica, sans-serif;
    background: none;
    width: 100%;
    position: relative;
    z-index: 999;
}

.ddsmoothmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ddsmoothmenu ul li {
    position: relative;
    display: inline;
    float: left;
    height: 41px;
}

.ddsmoothmenu ul li a {
    display: block;
    background: none;
    color: #463a2b;
    padding: 12px 15px 13px 15px;
    text-decoration: none;
}

* html .ddsmoothmenu ul li a {
    display: inline-block;
    float: left;
}

.ddsmoothmenu ul li a:link,
.ddsmoothmenu ul li a:visited {
    color: #463a2b;
}

.ddsmoothmenu ul li a.selected {
    background: #DBD6B6;
    color: #6c1515 !important;
}

.ddsmoothmenu ul li a.current {
    background: #DBD6B6;
    color: #6c1515 !important;
}

.ddsmoothmenu ul li a:hover {
    background: #DBD6B6;
    color: #6c1515;
}

.ddsmoothmenu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
}

.ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
    height: auto;
}

.ddsmoothmenu ul li ul li ul {
    top: 0px !important;
}

.ddsmoothmenu ul li ul li a {
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 160px;
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #DECF94;
    background: #A69372;
    color: #fff !important;
}

.ddsmoothmenu ul li ul li a:hover {
    color: #6c1515 !important;
}

* html .ddsmoothmenu {
    height: 1%;
}

.downarrowclass {
    position: absolute;
    top: 17px;
    right: 7px;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}

.downarrowclass {
    position: absolute;
    top: 17px;
    right: 7px;
    visibility: hidden;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
    visibility: hidden;
}

.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
    visibility: hidden;
}

.toplevelshadow {
    opacity: 0.8;
    visibility: hidden;
}

li.homeicon {
    position: absolute !important;
    top: 11px;
    left: 0px;
    z-index: 999;
}