
/*
 * Main menu
 */
 
table.mainMenuTable {
	width: 800px !important;
	margin-left: auto;
	margin-right: auto;
}

div.menuItemContainer {
	width: 130px !important;
	height: 85px !important;
	background-position: top center;
	background-repeat: no-repeat;
	border: solid 1px transparent;
	text-align: center;
	cursor: pointer;
}

div.menuLinkContainer {
	margin-top: 68px !important;
}

a.menuLink {
	font-size: 10px;
	color: #9d0000;
	text-decoration: none;
}

a.menuLink:hover {
	text-decoration: none;
}
