#headernav {
	width: 500px;
	margin: 40px 0px 0px;
	padding: 0px;
}
	#headernav a {
		height:34px;
		text-decoration:none;
		float:left;
		display:block;
		background-repeat:no-repeat;
		padding:0px;
		margin:0px;
	}
	#headernav a:hover {background-image:none;}


a#link1 {
	background: url(../image/link01.gif) no-repeat;
	width: 483px;
	height: 32px;
}

a#link1:hover {
	background: url(../image/link01_hilite.gif) no-repeat;
	width: 483px;
	height: 32px;
}
	
a#link1select {
	background: url(../image/link01_active.gif) no-repeat;
	width: 483px;
	height: 32px;
	}
	
a#link1select:hover {
	background: url(../image/link01_active.gif) no-repeat;
	width: 483px;
	height: 32px;}	
	
a#link2 {
	background: url(../image/link02.gif) no-repeat;
	width: 150px;
	height: 34px;
}

a#link2:hover {
	background: url(../image/link02_hilite.gif) no-repeat;
	width: 150px;
	height: 34px;}
	
a#link2select {
	background: url(../image/link02_active.gif) no-repeat;
	width: 150px;
	height: 34px;}
	
a#link2select:hover {
	background: url(../image/link02_active.gif) no-repeat;
	width: 150px;
	height: 34px;}		
	
a#link3 {
	background: url(../image/link-otherprints.gif) no-repeat;
	width: 340px;
	height: 34px;
	}


a#link3:hover {
	background: url(../image/link-otherprints_hilite.gif) no-repeat;
	width: 340px;
	height: 34px;
	}
	
a#link3select {
	background: url(../image/link-otherprints_active.gif) no-repeat;
	width: 340px;
	height: 34px;
	}
	
a#link3select:hover {
	background: url(../image/link-otherprints_active.gif) no-repeat;
	width: 340px;
	height: 34px;
	}

#othernav {
	width: 500px;
	margin: 40px 0px 0px;
	padding: 0px;
}
	#othernav a {
		height:34px;
		text-decoration:none;
		float:left;
		display:block;
		background-repeat:no-repeat;
		padding:0px;
		margin:0px;
	}
	#othernav a:hover {background-image:none;}
