﻿#sddm
{
    margin: 0;
    padding: 0;
    z-index: 30;
    float: right;
}

#sddm td
{
    margin: 0;
    float: left;
    text-align: left;
}

.spacer
{
    color: #fff;
    padding: 0;
}

#sddm td a
{
    display: block;
}

#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #EAEBD8;
    border: 1px solid #F3A103;
    z-index: 1;
}

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #EAEBD8;
    color: #6F2313;
    font: 11px arial;
}

#sddm div a:hover
{
    background: #3366CC;
    color: #FFF;
}

a.upper, a.upper:visited
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    height: 18px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    margin: 0px;
    vertical-align: middle;
}

a.upper:hover
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    height: 18px;
    background-color: #3366CC;
}

