.MainGroup
{
	cursor: pointer;
	cursor: hand;
	width: 120px;
	vertical-align: bottom;
	
}

.MainItem, .MainItemLast, .MainItemClicked
{
	height:139px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight:bold;
	color: white;
	width: 113px;
	vertical-align: bottom;
	padding-bottom:0px;
}

.MainItemLast
{
	border-right: none;
	vertical-align: bottom;
}


.MainItemOver, .MainItemLastOver
{
	height:139px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight:bold;
	color: #012e57;
	width: 113px;
	text-align: left; 
	padding-bottom:0px;
	background-color: #8FA4C1;
	vertical-align: bottom;
}

.MainItemLastOver
{
	border-right: none;
	vertical-align: bottom;
}