.hyperlink {
	display: none;
}

div#nav_container {
	width: 771px;
	height: 35px;
	background-color: #000000;
	padding-bottom: 3px;
}

div#navmenu {
	background-color: #000000;
	width: 768px;
	height: 35px;
	margin: 0px;
}

ul#nav {
    height: 34px;
	padding-left: 2px;
	margin: 0;
}

ul#nav li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	text-decoration:none;
	display:block;
	background:url(../images/navmenu.jpg);
}

/* Products */
li#products a {
	width: 80px;
	height: 35px;
}

li#products a:link, li#products a:visited {
	background-position:0px 0px;
}

li#products a:hover, li#products a:focus {
	background-position:0px -35px;
}

/* User's Manuals */
li#manuals a {
	width: 112px;
	height: 35px;
}

li#manuals a:link, li#manuals a:visited {
	background-position: -80px 0px;
}

li#manuals a:hover, li#manuals a:focus {
	background-position: -80px -35px;
}

/* Success Stories */
li#stories a {
	width: 111px;
	height: 35px;
}

li#stories a:link, li#stories a:visited {
	background-position: -192px 0px;
}

li#stories a:hover, li#stories a:focus {
	background-position: -192px -35px;
}

/* Customer Service */
li#service a {
	width: 123px;
	height: 35px;
}

li#service a:link, li#service a:visited {
	background-position: -303px 0px;
}

li#service a:hover, li#service a:focus {
	background-position: -303px -35px;
}

/* Financing */
li#financing a {
	width: 84px;
	height: 35px;
}

li#financing a:link, li#financing a:visited {
	background-position: -426px 0px;
}

li#financing a:hover, li#financing a:focus {
	background-position: -426px -35px;
}

/* About us */
li#about a {
	width: 80px;
	height: 35px;
}

li#about a:link, li#about a:visited {
	background-position: -510px 0px;
}

li#about a:hover, li#about a:focus {
	background-position: -510px -35px;
}

/* Contact us */
li#contact a {
	width: 91px;
	height: 35px;
}

li#contact a:link, li#contact a:visited {
	background-position: -590px -35px;
}

li#contact a:hover, li#contact a:focus {
	background-position: -590px -35px;
}

/* Blank */
li#blank a {
	width: 85px;
	height: 35px;
}

li#blank a:link, li#blank a:visited {
	background-position: -681px 0px;
}

