a:link, a:visited {
	text-decoration: underline;
	color: #943038;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #943038;
}

a.navLink:link, a.navLink:visited {
	width: 155px;
	padding-bottom: 5px;
	padding-top: 6px;
	display: block;
	border-top-color: #808090;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-left: 15px;
	font-size: 13px;
	text-decoration: none;
	color: black;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

a.navLink:hover {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../img/lihover.jpg);
	text-decoration: none;
	background-color: white;
}

body.home a#homeLink:link, body.home a#homeLink:visited, body.nce a#nceLink:link, body.nce a#nceLink:visited, body.ncmhce a#ncmhceLink:link, body.ncmhce a#ncmhceLink:visited, body.purchase a#purchaseLink:link, body.purchase a#purchaseLink:visited, body.help a#helpLink:link, body.help a#helpLink:visited, body.admin a#adminLink:link, body.admin a#adminLink:visited, body.account a#accountLink:link, body.account a#accountLink:visited {
	background-position: right center;
	background-image: url(../img/liactive.jpg);
	background-repeat: no-repeat;
}
a.subLink:link, a.subLink:visited {
	line-height: 20px;
	padding-left: 30px;
	color: black;
	text-decoration: none;
}

a.subLink:hover {
	background-color: white;
	color: #943038;
	text-decoration: none;
}

