@import url("same.css"); 

/*************index********************/
body{background-color: #ffffff;}

.mainContent{
	float:left;
	width:225px;
	line-height:16px;
	color:#444444;
	display:inline;
	background-color: #dddddd;
}
.mainContent a:link{ color:#333333;}
.mainContent a:visited{ color:#333333;}
.mainContent a:hover{ color:#990000;}
/*****************/
.menu {
	float:left;
	width:100%;
	background-image: url(menu_bg_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:22px;
	margin-top:5px;
	font-size:12px;
	background-color: #dddddd;
}
.menu ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.menu li {
	float:left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu a {
      float:left;
      background: url(menu_bg_2.gif) no-repeat right top;
      margin-right:0px;
      text-decoration:none;
 }
.menu a span {
	float:left;
	line-height: 20px;
	display:block;
	padding-left: 14px;
	padding-right: 13px;
	color:#000000;
	background: url(menu_bg_1.gif) no-repeat left top;
}
/* End IE5-Mac hack */
.menu a:link span{
	color:#ffffff;
}
.menu a:visited span{
	color:#ffffff;
}
.menu a:hover span {
	color:#000000;
}

.menu a:hover {
 	  text-decoration: none;
      background-position:right -20px;
}
.menu a:hover span {
      background-position:left -20px;
}

.menu .current a {
      background-position:right -20px;
}
.menu .current a span {
	background-position:left -20px;
	color:#000000;
}
.menu .current a:visited span { color:#000000;}
/********end***********/
.tuijian{
	margin-top:5px;
	line-height: 22px;
	height: 130px;
}
.tuijianList{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
}
.tuijianList li{
	list-style:none;
	background:url(icon01.gif) left center no-repeat;
	padding-left:18px;
	margin-left: 5px;
}
.tg{width:100%; line-height:22px;}
.tg h5{
	font-size:12px;
	padding-left:15px;
	margin-top:3px;
	margin-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.tg li{
	list-style:none;
	background:url(icon01.gif) left center no-repeat;
	padding-left:18px;
	margin-left:6px;
}

