.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}
.arrowlistmenu a{text-decoration:none; }

.arrowlistmenu h3{
margin-top:0;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:0.9em;
font-weight: bold;
color: #0085D2; /*blue link */
background: #fff url(titlebar.jpg) repeat-x center right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 7px 0 7px 7px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border:0;
}
.arrowlistmenu .menuheader a, .arrowlistmenu a:hover{
color: #0085D2; /*blue link */
text-decoration:none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(titlebar-active.jpg) repeat-x center right;
color: #D66034; /* orange link */
}

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

.arrowlistmenu ul li{
padding-bottom: 0; /*bottom spacing between menu items*/
margin-bottom:0;
#margin-bottom:5px;
_margin-bottom:0px;
_margin-top:5px;
padding-left:10px;
margin-left:-8px;
}

.arrowlistmenu ul li a{
color: #0085D2; /* blue link */
background: url(li_submenu.gif) no-repeat 0px 8px !important;
_background: url(li_submenu.gif) no-repeat 0px 0px;
display: block;
padding: 3px 0;
padding-left: 12px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 0px solid #dadada;
font-size: 13px;
margin:0;
}

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

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

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
.arrowlistmenu a:hover h3{
	text-decoration:none;
	color: #D66034; /*orange link */
}
/* IE Hack */
.arrowlistmenu  ul.categoryitems li, .arrowlistmenu ul li a{
	#padding-top:0;
	_padding-top:0;
	#margin-top:0;
	_margin-top:0;
	#line-height:14px;
	_line-height:9px;
}
.arrowlistmenu ul li.current a{
	color: #666;
	font-weight:bold;
}
