/* begin menu bar */
div#menunav UL#menu {
	padding:0px; 
	background: url(../images/menubar.gif) no-repeat center top; 
	margin: 0px; 
	width: 934px; 
	position: relative; 
	height: 54px
}
div#menunav UL#menu LI {
	padding: 0px; 
	margin: 0px auto; 
	list-style-type: none; 
	position: absolute; 
	top: 0px
}
UL#menu LI {
	display: block; 
	height: 54px
}
UL#menu A {
	display: block; 
	height: 53px
}
div#menunav UL#menu LI A {
	text-indent: -9999px; 
	text-decoration: none
}
#home {
	left: 60px; 
	width: 50px
}
#staff { 
	left: 156px; 
	width: 120px
}
#products{ /* media page */
	left: 330px; 
	width: 90px
}

#services{ /* media page */
	left: 460px; 
	width: 90px
}
#distrib{ /* media page */
	left: 600px; 
	width: 130px
}
#contact{ /* media page */
	left: 770px; 
	width: 110px
}


#home A:hover {
	background: url(../images/menubar.gif) no-repeat -60px -54px
}	
body#homeon #home {
	background: url(../images/menubar.gif) no-repeat -60px -54px
}
#staff A:hover {
	background: url(../images/menubar.gif) no-repeat -156px -54px
}
body#staffon #staff {
	background: url(../images/menubar.gif) no-repeat -156px -54px
}
#products A:hover {
	background: url(../images/menubar.gif) no-repeat -330px -54px
}
body#productson #products {
	background: url(../images/menubar.gif) no-repeat -330px -54px
}
#services A:hover {
	background: url(../images/menubar.gif) no-repeat -460px -54px
}
body#serviceson #services {
	background: url(../images/menubar.gif) no-repeat -460px -54px
}

#distrib A:hover {
	background: url(../images/menubar.gif) no-repeat -600px -54px
}
body#distribon #distrib {
	background: url(../images/menubar.gif) no-repeat -600px -54px
}
#contact A:hover {
	background: url(../images/menubar.gif) no-repeat -770px -54px
}
body#contacton #contact {
	background: url(../images/menubar.gif) no-repeat -770px -54px
}
/* end menu bar */