.side-bar1 {
/*	border-bottom: 1px solid #666666;*/
}
.side-bar1 A{
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	display: block;
	padding:5;
	height: 100%;
}
.side-bar1 A:hover{
	text-decoration: none;
	color: #e76d24;
	border: 1px solid #e76d24;
	padding:4;
}
.side-bar1 #here {
	text-decoration: none;
	background-color: #e76d24;
	color: black;
	border: 1px solid #e76d24;
	padding:5;
}
.side-bar1-fixed {
	background-color: #e76d24;
	border: 1px solid #e76d24;
}
.side-bar1-fixed A{
	text-decoration: none;
	color: black;
	border: none;
	display: block;
	padding:5;
	height: 100%;
}
.side-bar1-fixed A:hover{
	text-decoration: none;
}
/*this next is required so the side bar category and the paging bar match size*/
#bar-font-fixed {
}
.side-bar1b div {
  	display: none;
	padding-left: 15;
}

.side-bar2 A{
	font-weight: normal;
	padding:4;
	text-decoration: none;
	font-size: 8pt;
	border: none;
	display: block;
	height: 100%;
}
.side-bar2 A:hover, .side-bar2 A.here {
	border: none;
	color: white;
	background-color: #666666;
}
.side-bar2 #here {
	display: block;
}
