.menuItemsContainer {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.menuItem, .menuItemActive {
	height: 19px;
	font-family: "Arial Black", Arial, Helvetica, Verdana, "Century Gothic", Tahoma, Times, "Trebuchet MS", Serif, Courier;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}

.menuItem A {
	text-decoration: none;
	color: #636466;
	font-weight: normal;
}

.menuItemActive, .menuItemActive A {
	color: #8E9294;
	background-color: #ffffff;
	/*font-weight: normal;*/
	font-weight: normal;
	text-decoration: none;
}

.menuItem A:hover, .menuItemActive A:hover {
	color: #8E9294;
	text-decoration: none;
}

.menuItemSpacer {
	/*font-size: 12px;*/
	color: #8E9294;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

