@charset "utf-8";
/* CSS Document */

#navszb {
	background-image: url(../nav_bg.gif);
	height: 49px;
	font-size: 18px;

}
#navszb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navszb ul li {
	float: left;
}
#navszb ul li a {
	line-height: 49px;
	width: 150px;
	display: block;
	text-align: center;
	height: 49px;
	font-size: 18px;
	font-family: "微软雅黑 Light";
	font-weight: bold;
	color: rgb(255,255,255);
}
#navszb ul li ul {
	background-color: #0093C8;
	display: none;
	position: absolute;
	z-index: 100;
}
#navszb ul li a:hover {
	background-color: rgb(0,141,194);
	color: rgb(57,61,0);
	text-decoration: none;
	/* [disabled]border-bottom-width: 2px; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-color: rgb(246,153,27);
	background-image: url(../nav_hover.gif);
}
#navszb ul li:hover ul {
	display: block;
	background-color: rgb(0,143,197);
	font-size: 14px;
}
#navszb ul li ul li {
	/* [disabled]float: none; */
}
#navszb ul li #current {
	font-weight: bold;
	/* [disabled]color: #A2A2A2; */
	/* [disabled]background-color: #0080B6; */
}
