ol {
	list-style: disc url(../img/bullet.gif) outside;
	line-height: 120%;
	text-indent: 0px;
	padding-left: 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.arrowlistmenu{
	width: 258px; /*width of accordion menu*/
	background-color: #2E8BC1;
	padding: 3px;
	margin-top: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 0.9em;
	color: #FFFFFF;
	background: #15669C url(../img/titlebar.png) repeat-x left center; /*bottom spacing between header and rest of content*/
	padding: 5px 0 8px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin-bottom: 2px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #FFFFFF;
	background: url(../img/trig.png) no-repeat left center; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 12px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #15669C;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: "Century Gothic", sans-serif;
}

.arrowlistmenu ul li a:visited{
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #15669C;
	font-family: "Century Gothic", sans-serif;
}
