a.home {
	width: 64px;
	background: url(../img/navi/about/home.gif) top left no-repeat;
}
a.about {
	width: 87px;
	background: url(../img/navi/about/about.gif) top left no-repeat;
}
a.menu {
	width: 65px;
	background: url(../img/navi/about/menu.gif) top left no-repeat;
}
a.pickup {
	width: 180px;
	background: url(../img/navi/about/pickup.gif) top left no-repeat;
}
a.press {
	width: 62px;
	background: url(../img/navi/about/press.gif) top left no-repeat;
}
a.locations {
	width: 94px;
	background: url(../img/navi/about/locations.gif) top left no-repeat;
}
a.jobs {
	width: 55px;
	background: url(../img/navi/about/jobs.gif) top left no-repeat;
}
a.contact {
	width: 173px;
	background: url(../img/navi/about/contact.gif) top left no-repeat;
}



#navi {
	border-bottom: 5px solid #ff6e00;
}
#banner {
	border-bottom: 5px solid #ff6e00;	
}
div.lineitem, div.leftnavi {
	border-top: 1px solid #ff6e00;
}
div.lineitem h3 {
	color: #ff6e00;
}






a:link {
	color: #ff6e00;
	text-decoration: underline;
}
a:visited {
	color: #ff6e00;
	text-decoration: underline;
}
a:hover {
	color: #dddddd;
	text-decoration: underline;
}
a:active {
	color: #ff6e00;
	text-decoration: underline;
}
