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

<style type="text/css">

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #FFF; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: thin ridge #333;
	background-color: black;
	background-image: url(../menu/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	cursor: default;
}

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

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	margin-bottom: 1px; /*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: #A70303; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	background-image: url(../menu/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 158px;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #000;
}

.twoColElsLtHdr #container #sidebar1 .arrowlistmenu {
	color: #A70303;
	background-color: #DAC37F;
}
.arrowlistmenu h3 .menuheader {
	color: #FFF; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: thin ridge #333;
	background-color: black;
	background-image: url(../menu/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	cursor: default;
}
.arrowlistmenu .menuheader a  {
	color: #FFF; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../menu/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	text-decoration: none;
}
</style>
