ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor: pointer;
}

ul li {
	display: block;
	float:left;
	position: relative;
	width: 121px;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	background-color:#943634;
}

ul li ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
}
ul li ul li {
	width: 115px;
	height: auto;
	padding: 3px;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDD9C3;
}
ul li > ul {
	top: 22px;
	left: 0px;
}
ul li:hover ul
{ 
	display: block;
}
.submenu_a {
	width: 115px;
	height: auto;
	padding: 3px;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDD9C3;
}
.submenu_b {
	width: 115px;
	height: auto;
	padding: 3px;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #C4BC96;
}
.submenu_a:hover, .submenu_b:hover {
	width: 115px;
	height: auto;
	padding: 3px;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #A29B7D;
}
.top {
	background-color: #A80000;
	height: 120;
	padding-bottom: 4px;
}
.menu {
	background-color: #AA3737;
}
.main {
	background-color: #A80000;
	border: 4px solid #A80000;
	height: 440px;
	text-align: center;
	vertical-align: bottom;
}
.main_frame_footer {
	background-color: #FFFFFF;
	height: 43px;
	text-align: left;
}
.footer {
	height: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #A80000;
	text-align: center;
	vertical-align: top;
}
.title_text {
	color: #A80000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 4;
}
.header_text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.body_text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}
