* {margin:0; padding:0}

.menu {
	position: relative;
	height: 40px;
	width: 400px;
	font-size: 13px;
	font-weight: bold;
}
.menu ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	width: 483px;
	height: 65px;
	left: 1px;
}
.menu li {
	float:left;
	width:142px;
	height:40px;
	text-align: center;
}
.menu a, .menu a:visited {
	text-decoration: none;
	color: #FFF;
	width: 140px;
	height: 20px;
	padding-bottom: 20px;
	padding-top:14px;
	padding-right: 5px;
	background-image: url(../images/butt_1.png);
	background-repeat: no-repeat;
	position: absolute;
	line-height: 10px;
}
.menu a:hover {
	background-image: url(../images/butt_2.png);
	color: #FFF;
}

.current {
	background-image: url(../images/butt_2.png) !important;
	color: #FFF !important;

}

#slide {
	position:absolute;
	bottom:0;
	height:4px;
	z-index:10;
	background-color: #F04C62;
}



	.text_fiel{
	color:#000;
	letter-spacing:-1px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	width: 290px;
	height:22px;
	background-color: #FFF;
	text-indent: 3px;
	border: 1px solid #CCC;
}


.text_fiel2{
	color:#000;
	letter-spacing:-1px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	background-color: #FFF;
	width: 280px;
	height:70px;
	opacity:0.8;
	border: 1px solid #CCC;
}
