﻿.menuItem
{
	margin-right: 20px;
	font-family:Verdana;
	font-size: 9pt;
	cursor: hand;
	color: Black;
	text-decoration: none;
}

.menuItem:hover {color:Red}
