.pagebar {
      position: relative;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	background: #232323;
	text-decoration: none;
      left:10px;
      border-right: 1px solid #464646;
      border-top: 1px solid #464646;
      border-left: 1px solid #000000;
      border-bottom: 1px solid #000000;
}

.pagebar a,.pageList .this-page {
	border-right: 1px solid #797979;
      border-top: 1px solid #797979;
      border-left: 1px solid #000000;
      border-bottom: 1px solid #000000;
	text-decoration: none;
	padding: 0.2em 0.5em;
      background: #3c3c3c;
}

.pagebar a:visited {
	border-right: 1px solid #797979;
      border-top: 1px solid #797979;
      border-left: 1px solid #000000;
      border-bottom: 1px solid #000000;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
		      border: 1px solid #dec7aa;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #680003;
	color: #dec7aa;
}

.pagebar a:hover {
	border-color: #dec7aa;
}

.pagebar .inactive
{
   border: 1px solid #dec7aa;
	 color: #dec7aa;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
