#Enjoy {
	margin:0 auto;
	width:980px;
}


#Menu dl, #Menu dt, #Menu dd, #Menu ul, #Menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Menu {
	position: relative;
	top: 0;
	left: 0;
	right:0;
	z-index:100;
}
#Menu dl {
	float: left;
	width:85px;
}
#Menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border: 1px solid gray;
	margin: 1px;
}
#Menu dd {
	display: none;
	border: 1px solid gray;
	background:#ffffff;
}
#Menu li {
	text-align: left;
	background: #fff;
}
#Menu li a, #Menu dt a {
	font-size:12px;
	color: #6D7347;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 100%;
	border: 0 none;
	padding: 0px 5px 0px 5px;
}
#Menu li a:hover, #Menu dt a:hover {
	background:#F5F5F5;
	color: #8F4640;
}

div#textelong
	{
		height:170;
		font-size:11px;
		margin-left:8pt;
		margin-right:8pt;
		margin-top:2pt;
		padding:2pt;
		text-align:justify;
		overflow:auto;
	}

