.arrowlistmenu{
	width: 220px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
 /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial, Helvetica, sans-serif;
color:#cd6703;
text-transform:uppercase;
background-image:url(../images/seo-tab.gif);
margin: 0px; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 5px; /*header text is indented 10px*/
cursor: pointer;
line-height:42px;
width: 210px;
padding-left:30px;
display:block;
background-repeat:no-repeat
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image:url(../images/seo-tab.gif);
height:42px;
color:#cd6703;
padding-left:30px;
background-repeat:no-repeat;
width:200px;
display:block;
}
.menuheader-expandable {
 width:200px;
 height:100%;
 

 }
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style:none;
margin: 0;
padding: 0 0 0 22px;
margin-bottom: 0px ; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px;
list-style:none; /*bottom spacing between menu items*/
line-height:23px;
}

.arrowlistmenu ul li a{
color: #333;
display: block;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size:10px;
line-height:23px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:180px;
list-style:none;
}
.arrowlistmenu ul li a:visited{
color:#626262;
line-height:23px;
padding-left: 0px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#0a6cd9;
padding-left:0px;
line-height:23px;
list-style:none;

}

