#navi-bar { 
	/*background-color: white; background-image: url(../images/navgrad-normal.png);*/
	background:linear-gradient(0deg, silver, #e5e5e5, #f5f5f5);
	 margin:0 auto; padding:0; position:fixed; top:0; width: 100%; height: 27px; z-index: 1; max-width: 1250px; white-space: nowrap; }
.navibar-item { font-size: 10px; background-image: url(../images/tri.gif); background-repeat: no-repeat; background-position: right top; height: 22px; padding-right: 18px; line-height:25px  ; padding-left: 15px; }.navibar-prev { background-image: url(../images/navi-previous16.gif); 
		background-repeat: no-repeat; background-position: left top; margin: 0 0.5em 0 1em; padding: 0 0 2px 18px; }
.navibar-next { background-image: url(../images/navi-next16.gif); background-repeat: no-repeat; background-position: right top; margin-right: 0; margin-left: 0.5em; padding: 0 18px 2px 0; }
.prev-next-item { background-color: white; text-align: right; margin: 0; padding: 5px 20px 5px 0; }
.prev-next-item a, .prev-next-item a:visited { color: gray; text-decoration: none; }
.prev-next-item a:hover { color: black; text-decoration: none; }
