@charset "utf-8";
/* CSS Document */
body{text-align:center; margin:0px auto; border:0px; }
a{color:#000; text-decoration: none; }
a:hover{
	color:#84467b;
	text-decoration: none;
	}
img{border:0px;}
.Top{margin:0px auto; width:961px; height:180px; background-image:url(../skin/bj.gif); background-repeat:repeat-y;}
.Logo{margin:0px auto; width:950px; height:118px; background-image:url(../skin/logo.gif);}
.mainNav{margin:0px auto; width:950px; height:auto; text-align:center; margin-top:0px; padding-top:0px; border-top:0px; }
.mainNav ul{margin:0px auto; border:0px; padding:0px; text-align:center; margin-top:0px; padding-top:0px; border-top:0px; line-height:10px;}
.mainNav ul li{
	float:left;
	font-size: 14px;
	background-color: #5db1b1;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	width: 153px;
	line-height: 30px;
	text-align: center;
	margin:4px auto;
	margin-bottom: 2px; display:inline;
	padding-left:3px;
	margin-right:2px;
	margin-top:0px;
	
	}

.mainNav a{
	color: #FFFFFF;
}

.mainNav .hover{
	color:#FFF;
	background-color:#84467b;
	display: block;
	text-decoration: none;
	margin-left: 6px;
}
.mainNav li a:hover{
	color:#FFF;
	background-color:#67dbdb;
	display: block;	
	text-decoration: none;

}


