#nav {
	height: 32px; line-height: 40px; overflow: hidden; list-style-type: none;
}
#nav a {
	width: 81px; text-align: center; font-weight: bold; display: block;
}
#nav a:link {
	color: rgb(255, 255, 255); font-size: 14px; text-decoration: none;
}
#nav a:visited {
	color: rgb(255, 255, 255); font-size: 14px; text-decoration: none;
}
#nav a:hover {
	width: 81px; color: rgb(255, 255, 0); line-height: 40px; font-size: 14px; font-weight: bold; text-decoration: none; background-image: url("../2012img/btn_tit.gif"); background-color: rgb(223, 244, 255);
}
.nav1 ul li {
	width: 70px; float: left;
}
.nav1 ul a {
	width: 80px; text-align: center; font-size: 12px; font-weight: normal; display: block;
}
.nav1 ul a:link {
	color: rgb(51, 51, 51); font-size: 12px; text-decoration: none;
}
.nav1 ul a:visited {
	color: rgb(51, 51, 51); font-size: 12px; text-decoration: none;
}
.nav1 ul a:hover {
	color: rgb(0, 0, 0); font-size: 12px; font-weight: normal; text-decoration: none;
}
.nav1:hover ul {
	left: 10%;
}
.sfhover.nav1 ul {
	left: 10%;
}
#content {
	clear: left;
}
