/*	Style sheet to get round IE non-compliance */

#nav {
	position: relative;
	top: -3px;										/* to overcome space inserted by IE Win below images */
	background: #333;
	width: 678px;
	padding: 2px 0 3px 80px;
	text-align: center;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}

.lPrntr a {
	padding: 15px 10px 20px 28px;
	list-style: none;
	background: url(../Buttons/printer24.gif) no-repeat 0 60%;
}


.lPrntr a:hover {
	background: url(../Buttons/printer24over.gif) no-repeat 0 60%;
}

.ijPrntr a {
	height: 24px;
	padding: 15px 10px 20px 24px;
	background: url(../Buttons/inkjet.gif) no-repeat 0 60%;
}

.ijPrntr a:hover {
	background: url(../Buttons/inkjetOver.gif) no-repeat 0 60%;
}

.adbRdr a {
	height: 24px;
	padding: 15px 10px 20px 28px;
	background: url(../Buttons/acrobat.gif) no-repeat 0 60%;
}

.adbRdr a:hover {
	background: url(../Buttons/acrobatOver.gif) no-repeat 0 60%;
}

