﻿#RegionsDropDown
{
    position:absolute; 
    right:49px; 
    top:210px; 
    background-color:white; 
    width:167px; 
    border:1px solid white;
   display:none; 
}

#RegionsDropDown a
{
   font-family:Arial;
   font-size:11px;
   display:block;
   background-color: #eedada; 
   border:1px solid white;
   border-bottom:none;
   color:#92160e;
   text-decoration:none;
   height:20px;
   line-height: 20px;
   text-indent: 10px;
}

#RegionsDropDown a:hover
{
    color:white;
   background-color:#900e05; 
   font-weight:bold;
}