.menu2 {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0px;
	padding: 0;
	list-style: none;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu2 a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 126px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/button.gif) no-repeat center center;
}
.menu2 li em {
	font-weight: normal;
	background: url(../images/hover.gif) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
a:focus {
	outline: none;
}

#panel {
	font-size: 14px;
	text-align: left;
	color: white;
	background: #754c24;
	width: 750px;
	height: auto;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.slide {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	border-top: solid 4px #422410;
	background: url(../images/btn-slide.gif) no-repeat center top;
	width: 750px;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
#panel_ins {
	width: 350px;
}
#head {
	width: 700px;
	padding-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}