.submenu {
	position: absolute;
	width: 170px;
	height: 160px;
	top: 30px;
	left: 50px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

.submenu h3 {
	position: absolute;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #6d0404;
}

.submenu a {
	display: block;
	position: absolute;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding-left: 2px;
	border-bottom: solid 1px #998575;
	color: #7b6b5f;
	text-decoration: none;
	vertical-align: middle;
}

.submenu a:hover {
	background-color: #b7a38b;
}

#btn_1 {
	top: 23px;
	border-top: solid 1px #998575;
}

#btn_2 {
	top: 50px;
}

#btn_3 {
	top: 76px;
}

#btn_4 {
	top: 102px;
}

#btn_5 {
	top: 128px;
}

#btn_6 {
	top: 154px;
}

#btn_7 {
	top: 180px;
}

.subcontent {
	position: absolute;
	top: 30px;
	left: 300px;
	font-size: 11pt;
}

.subcontent div {
	margin-right: 40px;
	text-align: justify;
}

.subcontent a {
	color: #000000;
	text-decoration: none;
}

.subcontent a:hover {
	color: #6d0404;
	text-decoration: underline;
}