#navList {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #6e92b6;
	overflow: visible;
	height: 21px;
	z-index:99;
	background: #124679;
}

#navList li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	border-right: 1px solid #afcddf;
	background: #124679;
}

#navList a {
	color: #fff;
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	width: 96px;
	text-align: center;
}

#navList li.hover {
	background-color: #e7eff4;
	color: #124679;
}

#navList li.hover a {
	color: #124679;
}

#navList ul {
	display: none;
	padding: 0;
	margin: 0;
	width: 114px;
	background-color: #e7eff4;
	position: absolute;
	margin-left: -2px;
	border-left: 1px solid #124679;
	border-right: 1px solid #124679;
	border-bottom: 1px solid #124679;
}

#navList ul li {
	border-top: 1px solid #afcddf;
	border-left: 0;
	border-right: 0;
	background-color: #e7eff4;
}

#navList li.more1, #navList li.more2 {
	background: #e7eff4 url("menu_arrow.png") no-repeat 104px 7px;
}

#navList ul a {
	text-align: left;
	width: 98px;
	color: #124679;
}

#navList ul li.hover {
	background-color: #1e83cd;
}

#navList ul li.hover > a {
	color: #fff;
}

#navList ul ul {
	margin-left: 114px;
	margin-top:-23px;
	border-top: 1px solid #124679;
}
