#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px "times new roman";
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #95601f;
}

.pageTitle {
font-weight: bold;
}