/* style for tooltip pop-up */
#tooltip {
	font: 10/1.2em Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 150px;
	border: 2px solid #004488;
	padding: 5px;
	margin: 0;
	background-color: #FFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#tooltip ul {
	padding: 0;
	margin: 0;
}

#tooltip ul li {
	font: 10/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	margin: .2em 0 .3em 1.6em;
	padding: 0;
}

/* category navigation buttons */
#cat-nav-buttons {
	width: 550px;
	height: 97px;
	margin: 10px 0;
	padding: 0;
}

#cat-nav-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

#cat-nav-buttons li {
	display: inline;
	margin: 0;
	padding: 0;
	z-index: 1;
}

/* category navigation buttons for FOODSERVICE Industry */
#cat-nav-buttons #fryers a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-food.jpg') 0 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #fryers a:hover { background-position: 0 -97px; }

#cat-nav-buttons #ovens a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-food.jpg') -97px 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #ovens a:hover { background-position: -97px -97px; }

#cat-nav-buttons #grills a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-food.jpg') -194px 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #grills a:hover { background-position: -194px -97px; }

#cat-nav-buttons #steamtables a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-food.jpg') -291px 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #steamtables a:hover { background-position: -291px -97px; }

#cat-nav-buttons #washers a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-food.jpg') -388px 0 no-repeat;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#cat-nav-buttons #washers a:hover { background-position: -388px -97px; }


/* category navigation buttons for PLASTICS Industry */
#cat-nav-buttons #injection a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-plas.jpg') 0 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #injection a:hover { background-position: 0 -97px; }

#cat-nav-buttons #hotrunner a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-plas.jpg') -97px 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #hotrunner a:hover { background-position: -97px -97px; }

#cat-nav-buttons #extrusion a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-plas.jpg') -194px 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #extrusion a:hover { background-position: -194px -97px; }

#cat-nav-buttons #thermoforming a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-plas.jpg') -291px 0 no-repeat;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#cat-nav-buttons #thermoforming a:hover { background-position: -291px -97px; }

#cat-nav-buttons #blowmolding a {
	float: left;
	display: block;
	width: 97px;
	height: 97px;
	background: url('/img2/markets/nav-buttons-plas.jpg') -388px 0 no-repeat;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#cat-nav-buttons #blowmolding a:hover { background-position: -388px -97px; }
