/* ######### Style for Drop Down Menu ######### */

.menu_lista{
  
  top: 0;
  position:absolute;
  border-bottom: 1px solid #6C8AAC;
  border-left: 1px solid #6C8AAC;
  border-right: 1px solid #6C8AAC;
  background-color: #F1F3F5;
  line-height:18px;
  visibility: hidden;
  font-weight: normal;
}

.menu_lista a {
  width: 100%;
  display: block;
  text-indent: 12px;
  padding: 3px 0px;
  text-decoration: none;
  color: #000000;
  font-size : 12px; 
  font-family : Arial, Tahoma, Verdana; 
  
}

.menu_lista a:hover{ 
 background-color: #C8D2DF;
 color: #000000;
 text-decoration: none;
 font-weight: bold;

}
