#nextmenu {
	position: relative;
	left: -18px;
	width: 307px; height: 21px;
	margin: 0 0 35px; padding: 0;
	background: url(images/menu-next.gif) no-repeat 0 0;
	z-index: 1200;
}
	#nextmenu li { position: absolute; margin: 0; padding: 0; list-style: none;}
	#nextmenu li, #nextmenu a { height: 21px; display: block; }
	
	#back	{ top: -2px; left: 0; width: 163px; }
	#next	{ top: -2px; left: 172px; width: 135px; }
	
	#back a:hover	{ background: #000000 url(images/menu-next.gif)    0  -20px no-repeat; }
	#next a:hover	{ background: #000000 url(images/menu-next.gif) -172px -20px no-repeat; }
