#top #nav {
	height: 56px;
	position: relative;
	top: 18px;
	background-color: #5C5C5C;
}

#top table {
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

#top tr {

}

#top table td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 26px;
	background-color: #888888;
}

#top table td a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 26px;
	height: 26px;
	width: 100%;
	display: block;
}

#top table .active {
	background-color: #393939;
}

#top table .active:hover {
	background-color: #393939;
}

#top table td:hover {
	background-color: #393939;
}

#top table td:hover a, #top table .active a {
	color: #FFFFFF;
}


#top_menu {
	width: 708px;
	margin-left: auto;
	margin-right: auto;
	background-color: #578777;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 47px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#top_menu a {
	color: #FFFFFF;
	margin-left: -1px;
	padding-left: 12px;
	padding-right: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #FFFFFF;
}

#top_menu a:hover {
	color: #FFFFFF;
	background-color: #477063;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 8px;
}

#top_menu .active {
	color: #888888;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 8px;
}