#navcontainer ul
{
	list-style-type: none;
	color: #999999;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
}
.navBorder {
	border-top-color: #666666;
	border-bottom-color: #FF0000;
}

li {
	display: inline;
}

li a:link
{
	text-decoration: none;
	color: #999999;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

li a:visited
{
	text-decoration: none;
	color: #999999;
	padding-right: 1em;
	padding-left: 1em;
}

li a:hover
{
color: #FFFFFF;
}
li a:active
{
color: #FF0000;
}

.prev {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-image: url(/img/arroP.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	background-color: #666666;
}
.prev a:link {
text-decoration: none; color: #FFFFFF}
.prev a:visited {
text-decoration: none; color: #FFFFFF}
.prev a:hover {
	text-decoration: none;
	color: #4DADCC;
}
.prev a:active {
text-decoration: none}

.next {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	background-image: url(/img/arroN.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	background-color: #666666;
}
.next a:link {
text-decoration: none; color: #FFFFFF}
.next a:visited {
text-decoration: none; color: #FFFFFF}
.next a:hover {
	text-decoration: none;
	color: #4DADCC;
}
.next a:active {
text-decoration: none}
.pageNum {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	word-spacing: 5px;
	padding: 5px 0px 0px;
}
.pageNum a:link {
text-decoration: none; color: #4DADCC}
.pageNum a:visited {
text-decoration: none; color: #4DADCC}
.pageNum a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.pageNum a:active {
}
