/* CSS Document */

#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font-family: High Tower Text;
font-size: 15px;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid white;
padding: 5px 0;
text-decoration: none;
font-family: High Tower Text;
font-weight: bold;
font-size: 15px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 5f7648;
}
