#menutable {
	position: absolute;
	top: 116px;			 /* This would be the IE win position */
	left: 80px;
	margin: 0;
	padding: 0;
}

#menutable td {
	font-family: arial;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 0px;
	font-size: 14px;
	vertical-align: center;
}

#menutable td a { 
	margin: 0;
	padding: 1px 8px 0px 8px;
}

#menutable td a:link { color: #fff; text-decoration: none; }
#menutable td a:visited { color: #eee; text-decoration: none; }
#menutable td a:hover { background-color: #6176a1; text-decoration: none; }
#menutable td a:active { color: #eee; text-decoration: none;}

#submenu {
	visibility: hidden;
	position: absolute;
	top: 260px;				/* This would be the IE win position */
	left: 424px;			
	width: 76px;
	z-index: 2000;
	/*border: 1px #17529e solid;*/
	/*background-color: #b3b3b3;*/
	text-align: center;
	margin: 0;
	padding: 0;
}

#centring {
    position: absolute;
}

#centring>#submenu { 		/* IE Mac position, hidden from browsers that */
							/* don't understand child selectors */
	top: 261px;				
	left: 490px;			
}

/* The following would be hidden from IE\Mac 5 by this comment hack, so this
is the value meant for non-IE (hopefully consistently compliant browsers) */
#centring>#submenu {
	top: 261px;				
	left: 490px;			
}

#submenu td 
{
	margin: 0;
	/*border: 1px #17529e solid;*/
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
}

#submenu li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

/*
#submenu a:link { color: #fff; text-decoration: none; }
#submenu a:visited { color: #eee; text-decoration: none; }
#submenu a:hover { background-color: #6176a1; text-decoration: none; }
#submenu a:active { color: #eee; text-decoration: none;}
*/

#partslist th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#partslist td {
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
