﻿body {
}

/*body,div,ul,li{
 padding:0;
 text-align:center;
}
body{
 font:12px "宋体";
 text-align:center;
}
a:link{
 color:#00F;
 text-decoration:none;
}
a:visited {
 color: #00F;
 text-decoration:none;
}
a:hover {
 color: #c00;
 text-decoration:underline;
}
ul{ list-style:none;}
选项卡1*/
#Tab{
width:240px;
margin:0px;
padding:0px;
margin:0 auto;
}
/*菜单class*/
.Menubox {
 width:300px;
 height:26px;
 line-height:26px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li
{
	float: left;
	display: block;
	cursor: pointer;
	width: 71px;
	height: 27px;
	text-align: center;
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../image/anniu.jpg);
	background-repeat: no-repeat;
}
.Menubox li.hover{
 padding:0px;
 width:71px;
 color:#ff0000;
 font-size:13px;
 height:26px;
 background-image:url(../image/a.jpg);
 line-height:26px;
}
.Menubox_on {
 padding:0px;
 width:71px;
 color:#ff0000;
 font-size:13px;
 height:26px;
 line-height:26px;
  background-image:url(../image/a.jpg);
 }
.Contentbox
{
 clear:both;
 margin-top:10px;
 border-top:none;
 width:345px;
 height:160px;
 _height:165px;
 text-align:left;
 padding-top:8px;
 font-size:13px;
}
.a_map:link {color:#0071b5; text-decoration:none;}
.a_map:hover {color:#ff0000; text-decoration:none;}
.a_map:visited {color:#0071b5; text-decoration:none;}
