#menuBottom {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	height: 32px;
	margin-top: 30px;
	margin-right: 20px;
}


.menu_bottom_link {
	font-weight: normal;
	text-decoration: none;
	color: #cccccc;
	white-space: nowrap;
}

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

.menu_bottom_link:hover {
	text-decoration: underline;
}

.menu_bottom_linkActive {
	font-weight: normal;
	text-decoration: underline;
	color: #cccccc;
	white-space: nowrap;
}

.menu_bottom_linkActive:visited {
	text-decoration: underline;
	color: #cccccc;
}

.menu_bottom_linkActive:hover {
	text-decoration: underline;
}

.menu_bottom_area img {
	border: 0px;
}

.menu_bottom_separator {
	background-color: #98bddb;
	width: 1px;
	height: 8px;
	margin-left: 6px;
	margin-right: 6px;
}