#sidebar1 .sbpl {
	background-image: url(images/sbplmid.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar1 .sbpl div.sbpltop {
	background-image: url(images/sbpltop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 2px;
	display: block;
}

#sidebar1 .sbpl div.sbplmid {
	display: block;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}

#sidebar1 .sbpl div.sbplbot {
	background-image: url(images/sbplbot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
	display: block;
}


.twoColFixRtHdr #outerCont #container #sidebar1 ul.menu {
	margin-left: 6px;
	padding-left: 6px;
}

.twoColFixRtHdr #outerCont #container #sidebar1 ul.menu ul.menu ul.menu {
	margin-left: 0px;
	padding-left: 0px;

}

.twoColFixRtHdr #outerCont #container #sidebar1 .menu li.expanded {
	list-style-type: none;
	list-style-image: none;
	padding: 0.2em 0.5em 0 0; /* LTR */
	margin: 0;
}
.twoColFixRtHdr #outerCont #container #sidebar1 .menu li.collapsed {
	list-style-type: none;
	list-style-image: none;
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}


#sidebar1 ul.menu li a.active {
 	color:#00769b;
	font-weight:600;
}
 
#sidebar1 .menu .collapsed a.active, #sidebar1 .menu .expanded a.active, #sidebar1 .menu .leaf a.active {
	color: #00769b;
	font-weight:600;
}
 
#sidebar1 .menu .collapsed a, #sidebar1 .menu .expanded a, #sidebar1 .menu .leaf a {
	color: #00A5D9;
}

#sidebar1 .menu a:hover {
 	color: #00A5D9;
}