.menu_item {
	position:relative;
	float:left;
	height:100%;
	width: 100px;
	text-align:center;
	padding-top: 8px;
}

.item_text {
	border-right: 1px solid white;
}


a.menu_item_link:link {
	
	color:white;
	font-family: Arial;
	font-weight: bold;
	font-size:10pt;
	font-width: 90%;
	text-decoration: none;
}

a.menu_item_link:visited {
	
	color:white;
	font-family: Arial;
	font-weight: bold;
	font-size:10pt;
	font-width: 90%;
	text-decoration: none;
}

a.menu_item_link:hover {
	
	color:black;
	font-family: Arial;
	font-weight: bold;
	font-size:10pt;
	font-width: 90%;
	text-decoration: none;
}

.menu_item_link_active {
	
	color:black;
	font-family: Arial;
	font-weight: bold;
	font-size:10pt;
	font-width: 90%;
	text-decoration: none;

}


