.menu_sec {
	width: 200px;
	float: right;
	position: absolute;
	left: 550px;
	top: 215px;
	z-index: 1;
	border-bottom: 1px ridge #E1E1E1;
	border-left: 1px ridge #E1E1E1;
	background-color: #FFFFFF;
}
.all_sec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	width: 190px;
	float: left;
	padding-left: 10px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	background-color: #EFEFEF;
}
.each_sec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	line-height: 10px;
	float: left;
	width: 190px;
	clear: both;
}
.altitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 4px;
	float: left;
	height: 20px;
	width: 740px;
	padding-left: 10px;
	margin-top: 40px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	position: static;
}
.rgt {
	float: left;
	text-align: right;
	line-height: 20px;
	position: static;
	height: 20px;
	width: 732px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


