.menuItemsContainer {
	height: 34px;
	/*width: 132px;*/
	padding-top: 3px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

.menuItem, .menuItemActive {
	height: 32px;
	width: 132px;
	text-align: center;
	/*font-size: 12px;*/
	margin-left: 0px;
	margin-right: 2px;
	padding-top: 10px;
	float: left;
}

.menuItem A {
	color: #0054A4;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

.menuItem {
	background-image: url('/content_images/default/menu/off/background_menu.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.menuItemActive {
	background-image: url('/content_images/default/menu/on/background_menu.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}