﻿.dropdown
{
    z-index: 15;
    margin: 2px;
}
.dropdown dd, .dropdown dt, .dropdown ul
{
    margin: 0px;
    padding: 0px;
}
.dropdown dd
{
    position: relative;
}
.dropdown a, .dropdown a:visited
{
    color: #816c5b !important;
    text-decoration: none !important;
    outline: none;
}
.dropdown a:hover
{
    color: #5d4617;
}
.dropdown dt a:hover
{
    color: #5d4617;
    border: 1px solid #d0c9af;
}
.dropdown dt a
{
    /*background: #e4dfcb url(images/arrow.png) no-repeat scroll right center;*/
    background-color: #e4dfcb;
    display: block;
    padding-right: 20px;
    border: 1px solid #d4ca9a;
    width: 150px;
}
.dropdown dt a span
{
    cursor: pointer;
    display: block;
    padding: 5px;
}
.dropdown dd ul
{
    background: #e4dfcb none repeat scroll 0 0;
    border: 1px solid #d4ca9a;
    color: #C5C0B0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 2px;
    width: auto;
    min-width: 170px;
    list-style: none;
}
.dropdown span.value
{
    display: none;
}
.dropdown dd ul li a
{
    padding: 5px;
    display: block;
}
.dropdown dd ul li a:hover
{
    background-color: #d0c9af;
}
