
/* Home Link */
a.homeLink {
	color: #000000;
	text-decoration: none;
}
a.homeLink:hover{
	color: #6C773D;
	text-decoration: none;
}

/* Event Link */
a.eventLink {
	color: #000000;
	text-decoration: none;
}
a.eventLink:hover {
	color: #B0C198;
	text-decoration: none;
}

/* Dining Link */
a.diningLink {
	color: #000000;
	text-decoration: none;
}
a.diningLink:hover {
	color: #ADD398;
	text-decoration: none;
}

/* Entertainment Link */
a.entertainmentLink {
	color: #000000;
	text-decoration: none;
}
a.entertainmentLink:hover {
	color: #76A592;
	text-decoration: none;
}

/* Resources Link */
a.resourcesLink {
	color: #000000;
	text-decoration: none;
}
a.resourcesLink:hover {
	color: #5276AA;
	text-decoration: none;
}

/* Leisure Link */
a.leisureLink{
	color: #000000;
	text-decoration: none;
}
a.leisureLink:hover {
	color: #4C7C87;
	text-decoration: none;
}

/* Discounts Link */
a.discountsLink {
	color: #000000;
	text-decoration: none;
}
a.discountsLink:hover {
	color: #636777;
	text-decoration: none;
}

/* Sports Link */
a.sportsLink {
	color: #000000;
	text-decoration: none;
}
a.sportsLink:hover {
	color: #777777;
	text-decoration: none;
}

/* Directory Link */
a.directoryLink {
	color: #000000;
	text-decoration: none;
}
a.directoryLink:hover {
	color: #A59953;
	text-decoration: none;
}

/* About Us Link */
a.aboutusLink {
	color: #000000;
	text-decoration: none;
}
a.aboutusLink:hover {
	color: #CEC55B;
	text-decoration: none;
}

/* ////////////// NAV MENU ////////////// */
tr.menu {
	margin: 0;
	padding: 0;	
	height: 30px;
	text-decoration: none;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td.selected{
	color: #6C773D;
}