/* CSS Document */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
}
#dropmenudiv a:hover{ 
	/*hover background color*/
	background-color: #B29A6A;
}
.style3 {
	font-size: 14px
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 1in;
	margin-top: 0px;
	background-image: url();
	background-color: #C9B382;
}
.style6 {
	font-size: 10px
}
.style7 {	
	color:#837551;
	font-weight:900;
	font-family: Tahoma;
	font-size: 16px;
}

h1, h2 {
	font-size:12pt;
}