#sddm
{	margin: 0;
    padding: 0}

#sddm li
{
height:60px;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

#sddm li a
{
    color: black;
    font-size:14px;
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform:uppercase;
    height: 20px;
    margin-right: 18px;
    padding: 17px 0px 0px 0px;
    margin-bottom: 5px;
    font-family:  Helvetica,  Arial, sans-serif; 
    font-weight: bold;
}

#sddm li a:hover,
#sddm li.a a
{
    color:#CF5530;
    border-bottom: 5px solid #CF5530;
    
}

#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background-color: #F6F0E0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #A3A29C;
    border-right-color: #A3A29C;
    border-bottom-color: #A3A29C;
    border-left-color: #A3A29C;
}

    #sddm div a
    {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #000000;
    background-color: #F6F0E0;
    height: 13px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family:  Helvetica,  Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

    #sddm div a:hover
    {
    background-color: #E0D7BC;
}

