.home a {
	display:block;
	width: 85px;
	height: 22px;
	background: url("../images/navbar/home.gif") 0 0 no-repeat;
}
.home_alt a {
	display:block;
	width: 85px;
	height: 22px;
	background: url("../images/navbar/home_alt.gif") 0 0 no-repeat;
}
.home a:hover {	
	background: url("../images/navbar/home_alt.gif") no-repeat;
}

.application a {
	display:block;
	width: 125px;
	height: 22px;
	background: url("../images/navbar/application.gif") 0 0 no-repeat;
}
.application_alt a {
	display:block;
	width: 125px;
	height: 22px;
	background: url("../images/navbar/application_alt.gif") 0 0 no-repeat;
}
.application a:hover {	
	background: url("../images/navbar/application_alt.gif") no-repeat;
}

.about a {
	display:block;
	width: 112px;
	height: 22px;
	background: url("../images/navbar/about.gif") 0 0 no-repeat;
}
.about_alt a {
	display:block;
	width: 112px;
	height: 22px;
	background: url("../images/navbar/about_alt.gif") 0 0 no-repeat;
}
.about a:hover {	
	background: url("../images/navbar/about_alt.gif") no-repeat;
}

.routes a {
	display:block;
	width: 94px;
	height: 22px;
	background: url("../images/navbar/routes.gif") 0 0 no-repeat;
}
.routes_alt a {
	display:block;
	width: 94px;
	height: 22px;
	background: url("../images/navbar/routes_alt.gif") 0 0 no-repeat;
}
.routes a:hover {	
	background: url("../images/navbar/routes_alt.gif") no-repeat;
}

.faq a {
	display:block;
	width: 258px;
	height: 22px;
	background: url("../images/navbar/faq.gif") 0 0 no-repeat;
}
.faq_alt a {
	display:block;
	width: 258px;
	height: 22px;
	background: url("../images/navbar/faq_alt.gif") 0 0 no-repeat;
}
.faq a:hover {	
	background: url("../images/navbar/faq_alt.gif") no-repeat;
}

.contact a {
	display:block;
	width: 127px;
	height: 22px;
	background: url("../images/navbar/contact.gif") 0 0 no-repeat;
}
.contact_alt a {
	display:block;
	width: 127px;
	height: 22px;
	background: url("../images/navbar/contact_alt.gif") 0 0 no-repeat;
}
.contact a:hover {	
	background: url("../images/navbar/contact_alt.gif") no-repeat;
}