.hoverbot {voice-family:inherit; font-style:normal; font-variant:normal; font-weight:normal;
	font-size:10px; font-family:verdana, helvetica, arial, sans-serif; position: relative;
	padding-left:voice-family; padding-right:voice-family; padding-top: 0px; padding-bottom: 0px; z-index: 2;}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#hoverbot {width:103px;}

.hoverbot a {width: 103px; height: 22px; z-index: 1; 
	display: block; text-align: center; font: .9em verdana, helvetica, arial, sans-serif; 
	text-decoration: none; color: white; padding: 0px; margin: 0px 0px 1px;}

a#home {background: 0px 0px url("http://www.nelsonpub.com/New_Nelson/pages/menu.jpg") no-repeat;}
a#about {background: -103px 0px url("http://www.nelsonpub.com/New_Nelson/pages/menu.jpg") no-repeat;}
a#publications {background: -206px 0px url("http://www.nelsonpub.com/New_Nelson/pages/menu.jpg") no-repeat;}
a#services {background: -309px 0px url("http://www.nelsonpub.com/New_Nelson/pages/menu.jpg") no-repeat;}
a#subscribe {background: -412px 0px url("http://www.nelsonpub.com/New_Nelson/pages/menu.jpg") no-repeat;}
a#contact {background: -515px 0px url("http://www.nelsonpub.com/New_Nelson/pages/menu.jpg") no-repeat;}
a#careers {background: -618px 0px url("http://www.nelsonpub.com/New_Nelson/pages/menu.jpg") no-repeat;}

a#home:hover {background-position: 0px -22px;}
a#about:hover {background-position: -103px -22px;}
a#publications:hover {background-position: -206px -22px;}
a#services:hover {background-position: -309px -22px;}
a#subscribe:hover {background-position: -412px -22px;}
a#contact:hover {background-position: -515px -22px;}
a#careers:hover {background-position: -618px -22px;}



a#health {background: 0px 0px url("http://www.nelsonpub.com/New_Nelson/pages/sections.jpg") no-repeat;}
a#tech {background: -103px 0px url("http://www.nelsonpub.com/New_Nelson/pages/sections.jpg") no-repeat;}
a#man {background: -206px 0px url("http://www.nelsonpub.com/New_Nelson/pages/sections.jpg") no-repeat;}

a#health:hover {background-position: 0px -22px;}
a#tech:hover {background-position: -103px -22px;}
a#man:hover {background-position: -206px -22px;}