#navHome  {
	color: Blue;
	background-image: url(images/nav_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

#navHome .chev {
	font-size: smaller;
	width: 1.8em;
	color: Blue;
	text-align: left;
}

#navHome .chevR {
	font-size: smaller;
	width: 2em;
	color: Blue;
	text-align: right;
}

