@charset "utf-8";
/* CSS Document */

/*topnav*/
.topnav{
	width: 900px;
	height: 69px;
	margin: 20px auto;
	border-bottom: 2px solid #b0b0b0;
}
.topnav a{
	font-size: 18px;
	color: #b9b9b9;
	font-weight: bold;
	float: left;
	display: block;
	height: 44px;
	line-height: 42px;
	text-align: center;
	width: 100px;
	background: url(../images/topnavbtma.png) no-repeat;
	margin-top: 20px;
}
.topnav .logo{
	height: 69px;
	width: 190px;
	margin-right: 16px;
	background: none;
	margin-top: 0px;
}
.topnav a:hover{
	color: #428bca;
}
.topnav .a1{
	width: 102px;
	background: url(../images/topnavbtma1.png) no-repeat;
}
.topnav .a7{
	width: 92px;
	background: url(../images/topnavbtma7.png) no-repeat;
}
.topnav .activea1{
	background: url(../images/topnava1.png) no-repeat;
	color: #fff;
}
.topnav .activea{
	background: url(../images/topnava.png) no-repeat;
	color: #fff;
}
.topnav .activea7{
	background: url(../images/topnava7.png) no-repeat;
	color: #fff;
}
.topnav .activea1:hover{
	color: #fff;
}
.topnav .activea:hover{
	color: #fff;
}
.topnav .activea7:hover{
	color: #fff;
}
/*content*/















