@charset "utf-8";
/* CSS Document */



html,body{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}



ul{
	margin:0;
	padding:0;
	width:100%;
}

ul li{
	width:100%;
	height:30px;
	background-color: #6FC1E6;
	border-bottom:1px solid #CAEFF7;
}

ul a{
	color:#42413c;
	list-style: none;
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
}

ul a:hover, ul a:active, ul a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	background-color: #A2DFEE;
	color: #FFF;
}



