.home {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	background-position: left center;
	line-height: 42px;
	text-align: left;
	text-decoration: none;
	background-image: url(home.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.home:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: normal;
	background-position: left center;
	line-height: 42px;
	text-align: left;
	text-decoration: none;
	background-image: url(home_hover.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
	display: block;
}

