a.menu:visited {
	font-family: "Trebuchet MS", "MS Outlook", Arial, "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	background-image: url(imgs/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

a.menu:link {
	font-family: "Trebuchet MS", "MS Outlook", Arial, "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(imgs/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
a.menu:hover {
	font-family: "Trebuchet MS", "MS Outlook", Arial, "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(imgs/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.menu:active {
	font-family: "Trebuchet MS", "MS Outlook", Arial, "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(imgs/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

