.menu_bottom_table {
	width: 100%;
}

.menu_bottom_area {
	width: 100%;
	padding-left: 10px;
	padding-top: 6px;
}

.menu_bottom_link {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.menu_bottom_link:visited {
	color: #666666;
	text-decoration: none;
}

.menu_bottom_link:hover {
	color: #000000;
	text-decoration: none;
}

.menu_bottom_linkActive {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #258A6C;
}

.menu_bottom_linkActive:visited {
	color: #258A6C;
	text-decoration: none;
}

.menu_bottom_linkActive:hover {
	color: #258A6C;
	text-decoration: none;
}

.menu_bottom_separator {
	background-color: #258A6C;
	width: 1px;
	height: 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: -1px;
}