
@charset "utf-8";

/* 默认属性设置 ==========================================*/
	
	#导航块{
	background-color:transparent!important;
	background-image:none!important;
}

	#导航块, #导航块 a{color:black!important;}
	#导航块 .nowlink, #导航块 .nowlink a{
		color:#000!important;
		color:#056eba!important;
		background-color:transparent!important;
		background-image:none!important;
	}
	
	
	#导航块 li{
		background-color:transparent!important;
		background-image:none!important;
		line-height: normal!important;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		height:auto;
	}
	#导航块 li:hover{
		color:#000!important;
		color:#056eba!important;
		background-color: transparent!important;
		background-image: none!important;
	}
	#导航块 li:hover a{
		color:#000!important;
		color:#056eba!important;
		background-color: transparent!important;
		background-image: none!important;
	}
	
	#导航块 li a{
		padding:0.2em;
	}
	
	#导航块 li:first-of-type{
		padding-left:0px;
	}
	
	#导航块 li:last-of-type{
		border:0px;
	}
	
		
	#导航块 .nowlink a, #导航块 li:hover a{
		color:#000!important;
		color:#056eba!important;
		background-color:none!important;
		background-image:none!important;
		border-radius:0em;
		text-decoration:none;

	}
	
	#导航块 .nowlink>a, #导航块 li:hover>a{
		text-decoration:underline;

	}
