#menu
{
	position: relative;
	display: block;
	min-height: 184px;
	max-height: 184px;
	font-size: 18px;
	
	text-align: left;
	
	min-height: 94px;
	max-height: 94px;
	
	display: none;
}


.menuItem
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 11px;
	margin-left: 0px;
	
	color: white;
	background-color: rgb(157, 39, 40);
	/*
width: 140px;
	height: 140px;
*/
	padding: 9.6px;
	
	text-align: center;
	
	cursor: pointer;
}


.menuItemContent
{
	position: relative;
	display: block;
	
	margin-top: 10px;
	
	font-size: 40px;
	
	
}

.menuItemContentContent
{
	display:inline-block;
	position: relative;
	vertical-align: middle;
	word-wrap: break-word;
	width: auto;
	height: auto;
}

#publicationsMenuItem .menuItemContent
{
	color: rgb(176, 176, 176);
}

#investorMenuItem, #aboutMenuItem, #publicationsMenuItem
{
	display: none;
}