.dropdown
{
}

.dropdown dd,
.dropdown dt
{
    margin:  0;
    padding: 0;
}

.dropdown ul
{
    margin: 0 0 0 0;
}

.dropdown dd
{
    position: relative;
}

.dropdown a,
.dropdown a:visited
{
    color           : #fff;
    text-decoration : none;
    outline         : none;
}

.dropdown dt a
{
    background-color : #669900;
    border           : 0;
    display          : block;
    line-height      : 10px;
    margin-top       : 2px;
    min-height       : 10px;
    overflow         : hidden;
    padding          : 5px 20px 5px 10px;
    width            : 272px;
}

.dropdown dt a span,
.multi_sel span
{
    cursor      : pointer;
    display     : inline-block;
    line-height : 110%;
}

.multi_sel
{
    margin-top : 0;
    display    : none;
}

.dropdown dd ul
{
    background-color : #669900;
    border           : 0;
    color            : #fff;
    display          : none;
    padding          : 2px 15px 2px 5px;
    position         : absolute;
    top              : 1px;
    width            : 280px;
    list-style       : none;
    overflow         : auto;
}

.dropdown span.value
{
    display : none;
}

.dropdown dd ul li a
{
    padding : 5px;
    display : block;
}

.dropdown dd ul li a:hover
{
    background-color: #fff;
}

.dropdown button
{
    background-color : #99c66b;
    width            : 302px;
    border           : 0;
    padding          : 5px 0;
    margin           : 5px 0;
    text-align       : center;
    color            : #fff;
    font-weight      : bold;
}