.menuItemsContainer {
	height: 120px;
	width: 175px;
	padding-top: 3px;
	margin-top: 0px;
	margin-left: 0px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #ffffff;
	float: left;
}

.menuItem, .menuItemActive {
	
	/*font-size: 12px;*/
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 100%;
	/*float: left;*/
}

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

.menuItemActive, .menuItemActive A {
	color: #144B95;
	/*font-weight: normal;*/
	font-weight: bold;
	text-decoration: none;
}

.menuItem:hover {
	background-image: url("/content_images/default/backgrounds/background_menu_item.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

.menuItemActive {
	background-image: url("/content_images/default/backgrounds/background_menu_item.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

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

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

