@charset "utf-8";
/* CSS Document */

#navBox {
	height: 34px;
	background-image: url(https://www.htsag.com/images/nav/navbar.gif);
	background-repeat: no-repeat;
	margin-left: 94px;
}
#navBox ul {
	list-style-type: none;
	text-align: left;
}

#navBox li{
	float: left;
	list-style-type: none;
	text-indent: -9000px;
}

#navBox .one a, .two a, .three a, .four a, .five a, .six a{
	display: block;
	height: 34px;
	background-repeat: no-repeat;
}

#navBox .one a:hover, #navBox .two a:hover, #navBox .three a:hover, #navBox .four a:hover, #navBox .five a:hover, #navBox .six a:hover{
	background-position: bottom;
	}

#navBox .one a{
	width: 56px;
	background-image: url(https://www.htsag.com/images/nav/home.gif);
	}

#navBox .two a{
	width: 151px;
	background-image: url(https://www.htsag.com/images/nav/agPrecision.gif);
	margin-left: 3px;
}
#navBox .three a{
	width: 163px;
	background-image: url(https://www.htsag.com/images/nav/agClassifieds.gif);
	margin-left: 3px;
}
#navBox .four a{
	width: 74px;
	background-image: url(https://www.htsag.com/images/nav/customerService.gif);
	margin-left: 3px;
}
#navBox .five a{
	width: 100px;
	background-image: url(https://www.htsag.com/images/nav/eNewsletters.gif);
	margin-left: 3px;
}
#navBox .six a{
	width: 86px;
	background-image: url(https://www.htsag.com/images/nav/contactUs.gif);
	margin-left: 3px;
}

