@charset "gb2312";
.ctrl-navigation {
	width: 100%;
}
.ctrl-navigation ul {
	position: relative;
	float: left;
	width: 110px;
	z-index: 999;
}
.ctrl-navigation .navMainBtn a {
	display: block;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #000;
	text-align: center;
	cursor: pointer;
}
.ctrl-navigation .navMainBtn .navMainBtnHover {
	background-color: #904e09;
	color: #ffc555;
}
.ctrl-navigation .navListBtn {
	border-top: 5px solid #ffc555;
	background-color: #6a3906;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(106,57,6,0.8)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.ctrl-navigation .navListBtn a {
	display: block;
	height: 40px;
	line-height: 39px;
	border-bottom: 1px solid #6a3906;
	font-size: 14px;
	color: #ffc555;
	text-align: center;
}
.ctrl-navigation .navListBtn a:hover {
	background-color: #ffc555;
	color: #6a3906;
}