.mainGroup
{
	width: 300px;
}

.navImage
{
	cursor: pointer;
	cursor: hand;
}

.mainNav
{
	background-image: url(../images/navBg.gif);
	background-repeat: repeat-y;
	font-family: Trebuchet MS, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ADAEB0;
}

.mainNavOn
{
	background-color: #626366;
	font-family: Trebuchet MS, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #626366;
	cursor: pointer;
	cursor: hand;
}