/*Tab导航*/
.a-main {
	clear: both;
	padding: 4px;
}

#a-tabs0 {
	display: inline;
	width: 238px;
	height: 150px;
}

.a-menu0 {
	width: 238px;
}

.a-menu0 li {
	display: block;
	float: left;
	width: 119px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #9c9c9c;
	padding-top: 9px;
	background-color: # CCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e3e3e3;
	height: 23px;
}

.a-menu0 li.hover {
	background: #D8D8D8;
	height: 23px;
	font-weight: bold;
	color: #3c3c3c;
	text-align: center;
}

#a-main0 ul {
	display: none;
}

#a-main0 ul.block {
	display: block;
}