.dropDownMenuStyle{
position:absolute;
visibility: hidden;
border:1px solid  #acbeac;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #395951;
width: 175px;
FONT-FAMILY: "Arial","Helvetica","sans-serif";
FONT-SIZE: 0.7em;
FONT-STYLE: normal;
FONT-WEIGHT: 600;
}

.dropDownMenuStyle a{
display: block;
padding-left:10px;
border-bottom: 1px solid #acbeac;
text-decoration: none;
color: #b0c0b0;
}

.dropDownMenuStyle a:hover{ /*hover background color*/
background-color: #738673;
color: #f1f0e3;
}
