﻿/*Drop Down Menu*/

#dropmenudiv{
position:absolute;
background-color: white;
border:1px solid #80A1B7;
border-bottom-width: 0;
font:normal 11px Georgia;
color: white;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #80A1B7;
padding: 3px 0;
text-decoration: none;
color: #533019;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #533019;
color: white;
}