.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #fff;
	background-color: #0e9dd2;
	border: 1px solid #a0a0a0;
}
.arrowlistmenu ul li a {
	color: #fff; /*custom bullet list image*/
	display: block;
	margin-bottom: 3px;
	padding-left: 35px;
	text-decoration: none;
	font-size: 12px;
	background-color: #6ec1e0;
	border: 1px solid #a0a0a0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	width: 202px;
	background-image: url(../images/arrow_fish.gif);
	background-repeat: no-repeat;
	background-position: 21px 5px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #0e9dd2;
	border: 1px solid #a0a0a0;
	background-color: #FFFFFF;
	font-weight: bold;
}


.arrowlistmenu ul li a.active{ /*hover state CSS*/
	color: #0e9dd2;
	border: 1px solid #a0a0a0;
	background-color: #FFFFFF;
	font-weight: bold;
}

.arrowlistmenu ul li a.active:hover{ /*hover state CSS*/
	color: #0e9dd2;
	border: 1px solid #a0a0a0;
	background-color: #FFFFFF;
	font-weight: bold;
}
#sidebarNav h1 {
	font-size: 21px;
	color: #0e9dd2;
	padding-top: 0;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 7px;
} 
