.ddmenustyle, .ddmenustyle ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    list-style-type: none;
    border: 1px solid black;
    visibility: hidden;
    display: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #FFF;
}

.ddmenustyle li {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.ddmenustyle li a {
    display: block;
    width: 160px; /*width of menu (not including side paddings)*/
    color: #000;
    text-decoration: none;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    background-color: #FBEBB5;
    margin: 0px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

* html .ddmenustyle li { /*IE6 CSS hack*/
    display: inline-block;
    width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddmenustyle li a:hover, .ddmenustyle li.selected > a {
    background-color: #F0CE7D;
    color: #900;
}

.rightarrowclass {
    position: absolute;
    top: 5px;
    right: 5px;
}

