
a: link,a: visited,a: hover {
	color: #03c;
}
.red {
	color: #F00;
}
.sb_divc {
	position: absolute;
	z-index: 98;
	border: 1px solid #69c;
	border-top: 0;
	background: #fff;
	font-size: 12px;
	visibility: hidden;
}
.sb_divc li {
	list-style: none;
}
.breadcrumbs {
	height: 18px;
	line-height: 1.231;
	clear: both;
}
.breadcrumbs span {
	margin: 0 5px;
	font-family: simsun;
}
#nav {
	border: 1px solid #cae0f3;
	border-bottom: 1px solid #90b9dc;
	padding: 0 0 26px 66px;
	background: #dcedfa url(/i/nav_bg_new.gif) repeat-x;
}
#nav li {
	width: 59px;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	line-height: 18px;
	color: #90b9dc;
}
#nav a {
	width: 49px;
	float: left;
	padding: 3px 0 3px 4px;
	color: #003399;
	text-decoration: none;
}
#nav a: link,#nav a: visited,#nav a: hover {
	color: #039;
	text-decoration: none;
}
#nav .current {
	width: 57px;
	background: #fff;
	border: 1px solid #90b9dc;
	border-bottom: 1px solid #fff;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	position: relative;
	top: -4px;
	cursor: text;
}
