/*首页选项卡CSS*/
#con {
	WIDTH: 380px;
	background-image: url(images/d3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#tags {
	MARGIN: 0px;
	WIDTH: 380px;
	padding: 0px;
}
#tags LI {
	FLOAT: left;
	LIST-STYLE-TYPE: none;
	HEIGHT: 23px;
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #6c6a6a;
	text-decoration: none;
	background-image: url(../images/an02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 119px;
	margin-left: 10px;
}
#tags LI A {
	FLOAT: left;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 20px;
	HEIGHT: 23px;
	TEXT-DECORATION: none;
	background-image: url(../images/an2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 119px;
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
}

#tags LI.selectTag {
	BACKGROUND-POSITION: left top;
	POSITION: relative;
	HEIGHT: 27px;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/an2.jpg);
	background-repeat: no-repeat;
}
#tags LI.selectTag A {
	BACKGROUND-POSITION: left top;
	COLOR: #ffffff;
	LINE-HEIGHT: 20px;
	HEIGHT: 23px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
	background-image: url(../images/an02.jpg);
	width: 119px;
}
.tagContent {
	DISPLAY: none;
	WIDTH: 380px;
	COLOR: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	font-weight: lighter;
	text-decoration: none;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
.tagContent a:link {
	color: #7f7f7f;
	text-decoration: none;
}
.tagContent a:visited {
	color: #7f7f7f;
	text-decoration: none;
}
.tagContent a:hover {
	color: #1f9321;
	text-decoration: underline;
}
.tagContent a:active {
	color: #1f9321;
	text-decoration: underline;
}
#tagContent DIV.selectTag {
	DISPLAY: block;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
