/* HORIZONTAL NAV WITH IMAGE REPLACEMENT */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	background-color: #cc0000;
}

#nav li {
	margin: 0;
	padding: 0;
    list-style-type: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 34px !important;
	height /**/:68px; /* for IE5/Win */
}

#nav a:hover {
	background-position: 0 -34px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -68px;
}
	
#nhome a  {
	width: 65px;
	background: url(../images/nav/nhome.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nabout a  {
	width: 88px;
	background: url(../images/nav/nabout.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nequip a  {
	width: 95px;
	background: url(../images/nav/nequip.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nparts a  {
	width: 66px;
	background: url(../images/nav/nparts.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nservices a  {
	width: 82px;
	background: url(../images/nav/nservices.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nfinancing a  {
	width: 92px;
	background: url(../images/nav/nfinancing.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#neducation a  {
	width: 172px;
	background: url(../images/nav/neducation.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#ncontact a  {
	width: 100px;
	background: url(../images/nav/ncontact.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

/* END NAV STYLES */
