/* CSS Document */

/*Drop Menu Formatting */
#dropmenudiv{
text-align: left;
position:absolute;
width: 202;
background-color: #684720;
border:1px solid black;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
font-size: 12px;
background-color: #684720;
color: #FFFFFF;
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 0px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C68C46;
color: #fff;
}

#dropmenudiv .menuheading {
background-color: #684720;
text-align: center;
margin: auto;
padding-top: 3px;
padding-bottom: 3px;
}