#arrowSpan{
    display:block;
    margin-top:1px;
    margin-bottom:1px;
}

.dropdown {
    display: block;
    display: inline-block;
    margin: 0px 3px;
    position: relative;

}


.dropdown_pic {
background-image: url(bg/down.png) 0 0 no-repeat;
 display: block;
    position: relative;
    border: 1px solid #6f1c2e;
    cursor: pointer;
width: 12px;
height: 10px
/*margin-bottom: 0px;
    border-bottom: 0px solid #6f1c2e;*/

}


 .dropdown .dropdown_button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 0px 0px;
    border: 0px solid #6f1c2e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 2px;
    font-weight: bold;
    color: #999999;
    line-height: 8px;
    text-decoration: none !important;
 
}
.dropdown input[type="checkbox"]:checked + .dropdown_button {
    border: 1px solid #999999;
    color: white;
    background: #999999;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border-bottom-color: #999999;
}
.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    display: inline-block;
    width: 1px;
    height: 1px;
    border-top: 5px solid #999999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow {
    border-color: white transparent transparent transparent
}
.dropdown .dropdown_content {
	z-index:100;
   font: normal 10px Tahoma, Verdana, Arial, Sans-Serif;
    position: absolute;
    border: 1px solid #777;
    padding: 0px;
    background: white;
    margin: 0;
    display: none;
    right:0;
}
.dropdown .dropdown_content li {
    list-style: none;
    margin-left: 0px;
    line-height: 12px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: 0px;
    margin-bottom: 0px;
}
.dropdown .dropdown_content li:hover {
    background: silver;
}
.dropdown .dropdown_content li a {
    display: block;
    padding: 2px 7px;
    padding-right: 15px;
    color: black;
    text-decoration: none !important;
    white-space: nowrap;
}
.dropdown .dropdown_content li:hover a {
    color: black;
    text-decoration: none !important;
}

.dropdown input[type="checkbox"]:checked ~ .dropdown_content {
    display: block;
}
.dropdown input[type="checkbox"] {
    display: none;
}

.dropdown_link {
cursor:pointer;
}

.dropdown_link2 a {
    text-decoration: none;
    display: block;
color: #701c2e;
        padding: 0px 10px 0px 10px;
}
