@charset "UTF-8";
/* YELLOW */

a:link {
	color: #58595B;
	background-color: #FFF200;
	text-decoration: none;
	}
a:visited {
	color: #58595B;
	background-color: #FFF200;
	text-decoration: none;
	}
a:hover {
	color: #58595B;
	text-decoration: underline;
	background-color: #FFF685;
	}
a:active {
	color: #58595B;
	background-color: #FFF200;
	text-decoration: none;
	}

#subnavleft {
	background-color: #FFF200;
}

#subnavleft li.lite {
	background-color: #FFF685;
}

#subnavleft li.lite a {
	background-color: transparent;
}

#subnavleft a:link {
	font-weight: bold;
	color: #58595B;
	text-decoration: none;
}

#subnavleft a:visited {
	font-weight: bold;
	color: #58595B;
	text-decoration: none;
}

#subnavleft a:hover {
	font-weight: bold;
	color: #58595B;
	text-decoration: underline;
}

#subnavleft a:active {
	font-weight: bold;
	color: #58595B;
	text-decoration: none;
}

#headimage a {
	background-color: transparent;
}
