a.MainMenu {
	font-family: Tahoma, Arial, System;
	font-size: 14px;
	height: 29px;
	width: 124px;
}
a.MainMenu:hover {
	background-image: url(../IMAGES/MenuButtonsRollOver.gif);
	background-repeat: no-repeat;
	float:left;
}

.MainMenuSelected {
	background-image: url(../IMAGES/MenuButtonsRollOver.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 124px;
}
a.SubMenu {
	font-family: Tahoma, Arial, System;
	font-size: 14px;
	height: 23px;
	width: 96px;
}
a.SubMenu:hover {
	background-image:url(../IMAGES/SubMenuRollOver.gif);
	background-repeat: no-repeat;
	float:left;
}
.SubMenuSelected {
	background-image:url(../IMAGES/SubMenuRollOver.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 96px;
}
a.MainMenuGoBtn {
	font-family: Tahoma, Arial, System;
	font-size: 14px;
	font-weight: normal;
	color: #996600;
	text-decoration: none;	
}
a.MainMenuGoBtn:hover {
	color:#006699;
}
