#top {
	position: absolute;
	top: 156px;
	left: 0;
	width: 100%;
	height: 36px;
	background: #FFFFFF;
}

#top-menu {
	position: relative;
	height: 29px;
	background: #FFFFFF;
	margin: 6px 24px 0 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e6399;
}

#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-menu ul a, #top-menu ul .cur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	line-height: 26px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	border-color: #2e6399;
	padding: 0 12px;
	margin: 0;
	color: #2e6399;
}

#top-menu ul a:hover, #top-menu ul .act a {
	color: #00ab4e;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2e6399;
}

#top-menu li {
	float: left;
	margin: 0;
	padding: 0;
}
