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

.menuItem, .menuItemActive {
	/*font-size: 12px;*/
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.menuItem A {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.menuItemActive, .menuItemActive A {
	color: #FFFFFF;
	/*font-weight: normal;*/
	font-weight: bold;
	text-decoration: underline;
}

.menuItem A:hover, .menuItemActive A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

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