html, body { /*always specify at the beginning of a style sheet */
	padding: 0;}

div#menu {voice-family:inherit; font-style:normal; font-variant:normal; font-weight:normal; 
	font-size:10px; font-family:verdana, helvetica, arial, sans-serif; 
	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>#menu {width:113px;}

div#menu a {position: absolute; width: 113px; height: 15px; 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;
	background: transparent 0 0 no-repeat;}
div#menu a:hover {background-position: -113px 0;}

div#row1 a {background: url("http://www.evaluationengineering.com/images/menu_row1.jpg");}
div#row2 a {background: url("http://www.evaluationengineering.com/images/menu_row2.jpg");}
div#row3 a {background: url("http://www.evaluationengineering.com/images/menu_row3.jpg");}
div#row4 a {background: url("http://www.evaluationengineering.com/images/menu_row4.jpg");}