@charset "utf-8";
* {
	margin:0;
	padding:0;
}
.HtmlTop {
    width:899px;
	height:80px;
	background:url(../images/menubg.gif);
}
.HtmlTop .logo {
	float:left;
	height:80px;
}
.TopMenu {
	float:left;
	margin-top:34px;
}
.TopMenu dl{
	float:left;
	margin-left:35px;
	margin-right:3px;
}
.TopMenu dd{
	position:absolute;
}
.TopMenu dd ul{
	list-style:none;
}

.TopMenu a {
    font-size:13px;
	text-decoration:none;
}
.TopMenu dt {
	width:84px;
	height:34px;
	line-height:22px;
	text-align:center;
}
.TopMenu dd ul li{
	margin:0px;
	width:166px;
	text-align:left;
}

.TopMenu dd ul li a {
    font-size:12px;
    color:#ffffff;
	height:31px;
	line-height:31px;
	display:block;
	background:url(../images/btn11.gif);
}
.TopMenu dd ul li a:hover {
	background:url(../images/btn12.gif);
}

.TopMenu dd ul li span a {
	height:33px;
	line-height:33px;
	display:block;
	background:url(../images/btn21.gif);
}

.TopMenu dd ul li span a:hover {
	background:url(../images/btn22.gif);
}

.TopMenu .myOver dt {
	background:url(../images/btn02.gif);
}
.TopMenu .myOver dt a{
	color:#ffffff;
}
.TopMenu .myOut dt {
	background:url(../images/btn01.gif);
}
.TopMenu .myOut dt a{
	color:#000000;
}
.TopMenu .myOver dd {
	display:block;
}
.TopMenu .myOut dd {
	display:none;
}
.home{
	letter-spacing: 10px;
}
