@charset "utf-8";
/* CSS Document */

.arrowlistmenuabout{
	width: 270px; /*width of accordion menu*/
	margin-top: 90px;
	margin-left: 10px;
}

.arrowlistmenuabout .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	margin-top: 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.arrowlistmenuabout .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

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

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

.arrowlistmenuabout ul li a{
	color: #FFF; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}

.arrowlistmenuabout ul li a:visited{
	color: #FFF;
}

.arrowlistmenuabout ul li a:hover{ /*hover state CSS*/
	color: #C0D72F;
}




.arrowlistmenu{
	width: 270px; /*width of accordion menu*/
	margin-top: 150px;
	margin-left: 10px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	margin-top: 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

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

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

.arrowlistmenu ul li a{
	color: #FFF; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}

.arrowlistmenu ul li a:visited{
	color: #FFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #C0D72F;
}
