﻿#drop-down-menu-container
 {
    position: absolute;
    z-index: 1040;
    display: block;
    width: 270px;
    box-shadow: 2px 2px 2px #bdbdbd;
    border: #bdbdbd solid 1px;
    display: none;
    overflow: hidden;
    background-color: #494944;
}
#arrow-container {
    display: block;
    width: 270px;
    text-align: center;
    padding: 2px;
}
#drop-down-menu-body
 {
    /*position: absolute;
    z-index: 1040;*/
    display: block;
    width: 270px;
    border: #bdbdbd solid 1px;
    /*display: none;*/
    overflow: hidden;
    background-color: #494944;
}

#drop-down-menu {
    color: #bf2d2b;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto Slab;
    margin-top: 5px;
    padding: 0;
    line-height:45px;
    width: 285px;
    overflow: scroll;
    overflow-x: hidden;
}

#drop-down-menu li {
  padding: 0;
  display: block;
}

#drop-down-menu li a {
    color: #ffffff;
    display: block;
}

/*.top-menu {
  margin-left: -185px;
  margin-top: 0;        
}
.bottom-menu {
  margin-left: -215px;
  margin-top: 5px;    
}*/
#drop-down-menu li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#drop-down-menu li:hover {
    background-color: #bf2d2b;
    color: #ffffff;
}

#drop-down-menu li a span {
    padding: 0 15px;
}

#drop-down-menu hr {
    margin: 10px 15px;
    border: 0;
    border-top: 1px solid #ffffff;
}

