.menu {
	height:67px;
	background-image: url(../images/tab_bj.gif);
	background-repeat: no-repeat;
}
.menu ul {
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu li {
	display:inline;
	line-height:23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu li a {
	color:#000000;
	text-decoration:none;
	width: 124px;
 *width: 193px;
	display: block;
	float: left;
	text-align: center;
	height: 57px;
	line-height: 35px;
	margin-right: 35px;
	margin-left: 35px;
 *margin-right: 0px;
 *margin-left: 0px;
}
.menu li a:hover { text-decoration: none; }
.menu li a.tabactive {
	position:relative;
	color: #FFFFFF;
	background-image: url(../images/tab_hover.gif);
	background-repeat: no-repeat;
	background-position: center -1px;
	text-decoration: none;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5 {
	font-size:12px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	display: block;
	width: 936px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#tabcontent1 p, #tabcontent2 p, #tabcontent3 p, #tabcontent4 p, #tabcontent5 p { margin-bottom: 20px; }
#tabcontent1 h1, #tabcontent2 h1, #tabcontent3 h1, #tabcontent4 h1, #tabcontent5 h1 {
	margin-bottom: 20px;
	font-size:14px;
	color:#333333;
}
.tabcontent_left {
	float: left;
	width: 630px;
	padding: 0px;
}
.tabcontent_right { margin-left: 650px; }
.tabdown {
	line-height: 20px;
	background-image: url(../images/tab_down.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	clear: both;
}
