.arrowlistmenu{
width: 146px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding:0px; /*header text is indented 10px*/
cursor: hand;
height:25px;
cursor: pointer;
margin:0px;

}

	/* .arrowlistmenu .openheader
{
	 background-color:#ffffff;
	 background-image:url(../../images/leftnav/deskdl_on.png);
	 background-repeat:no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:10.00;CSS class to apply to expandable header when it's expanded
}*/

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom:0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
/*background-image: url(menu_sub.png) no-repeat left top;
padding-bottom: 0px; /*bottom spacing between menu items*/
height:25px;
line-height:25px;
margin-bottom:1px;
background-color:#778E96;
}

.arrowlistmenu ul li a{
color: #000000;
/*background: url(menu_sub.png) no-repeat left top; /*custom bullet list image*/
display: block;
padding:0 0 0 20px;
line-height:25px;
height:25px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:11px;
margin-bottom:1px;
background-color:#778E96;
}

.arrowlistmenu ul li a:visited
{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
 background:#778E96;
 
}


.arrowlistmenu  li a:active{ /*hover state CSS*/
	color: #000000;
	background-color:#778E96;
	font-weight:bold;
}

.arrowlistmenu li a.selected
{
	color:black;  
	background-color:#778E96;
	font-weight:bold;
}
.arrowlistmenu li a.selected:hover 
{
	color:black;  
	background-color:#778E96;	
	}
