#nav {
	position: absolute;
	right:0;
	bottom:0;
	margin: 0 0 25px 0;	
	padding: 0;
	width: 497px;
	height: 35px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
}

#nav ul {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style-type: none;	 
	z-index: 10;
	position: relative;
}

#nav a {
	display: block;
	color: #79481B;
	text-decoration: none;
	height: 25px
}

#nav li {
	text-align: left;
	float: left;
	padding: 0;
	margin:0 2px 0 0;
}


#nav li.index {
	background: url(../images/nav-images/home.gif);
	width: 57px;
}

#nav li.products {
	background: url(../images/nav-images/products.gif);
	width: 88px;
}

#nav li.equipment { 
	background: url(../images/nav-images/equipment.gif);
	width: 97px;
}

#nav li.distributors {
	background: url(../images/nav-images/distributors.gif);
	width: 117px;
}

#nav li.contact-us {
	background: url(../images/nav-images/contact-us.gif);
	width: 103px
}

#nav li:hover, #nav li.sfhover,
body.index #nav li.index,
body.products #nav li.products,
body.equipment #nav li.equipment,
body.distributors #nav li.distributors,
body.contact-us #nav li.contact-us {
	background-position: 0 -25px
}

/*#nav ul.arrow {
	background: #FF9C3A url(../images/arrow.gif) top right no-repeat;
}*/


#nav li span {
	display: none
}

#nav li ul {
	margin: 0 auto;
	border-width: 0;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	background: #FFF url(../images/nav-images/bg-sub.jpg) top left repeat-x;
}

#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
	border: solid #E0E0E0;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 170px;
	padding: 5px 0;
	height: 100%;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	font-weight: bold;
	background: none;
	color:#003F79;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li ul a:hover {
	color:#FEFDFB;
	background-color: #003F79;
}

/*#nav li ul ul {
	margin: -27px 0 0 190px;
	padding: 0;
	border: solid #EAE5CE;
	border-width: 1px 1px 1px 0;
}*/

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
}

#nav li li li:hover, #nav li li li.sfhover, #nav li li.sfhover, #nav li li li.sfhover{
	color:#FEFDFB;
	background-color: #003F79;
}
