.arrowlistmenu{
width: 185px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background: url(titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	margin: 0px;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
	background: url(titlebar2.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	margin: 0px;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.menuheader a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
        color: #375700;
        text-decoration:none;
}

.menuheader a:hover {
color: #9dbc0a;
}

.menuheader2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
        color: #375700;
        text-decoration:none;
}

.menuheader2 a:hover {
color: #9dbc0a;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu a:hover{
color: #000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
background: #f6f2be;
list-style-type: none;
margin: 0;
padding: 0;
padding-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
padding-left: 20px;

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
padding-left: 20px;
}

.arrowlistmenu ul li a{
color: #829e00;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:active{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #5a6d00;
background: #f9f084 url(arrowonly.png) no-repeat center left;
}

.arrowlistmenu ul li a.subexpandable{ 
margin-left: 0px;
background: url(arrowdown.png) no-repeat center left;
display: block;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
margin-left: 0px;
background: #f9f084 url(arrowdown.png) no-repeat center left;
display: block;
color: #375700;
}

.arrowlistmenu ul li a.subexpandable2{
background: url(arrowdownonly.png) no-repeat center left;
display: block;
margin-left: 10px
}

.arrowlistmenu ul li li a{
background: url(arrowonly.png) no-repeat center left;
}

.arrowlistmenu ul li li a:hover{
background: #f9f084 url(arrowonly.png) no-repeat center left;
color: #5a6d00;
}

.arrowlistmenu ul li li a:active{
color: #000;
}

.arrowlistmenu ul li li li a{
margin-left: 20px;
background: url(arrowonly.png) no-repeat center left;
}

.arrowlistmenu ul li li li a:hover{
margin-left: 20px;
background: #f9f084 url(arrowonly.png) no-repeat center left;
color: #5a6d00;
}

.arrowlistmenu ul li li li a:active{
color: #000;
}