/*Global CSS for Frame Images*/
td.AdFrame
{
height: 25px;}

td.AdSpaceL
{
height: 90px;}

td.AdSpaceR
{
height: 90px;}

/*Contact Page CSS*/
legend, dt {
	color: #8fc2dd;
}

/*Drop Down Menu*/
#dropmenudiv{
position:absolute;
border-left:3px solid #B78B6E;
margin-top:1px;
font-family: Tahoma, Verdana, sans-serif;
font-size: small;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-right: 3px solid #B78B6E;
border-bottom:3px solid #B78B6E;
background-color:#F7F0CF;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

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