/*.arrowlistmenu{
width: 180px; 
}


.arrowlistmenu .menuheader{ 
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; 
text-transform: uppercase;
padding: 4px 0 4px 10px; 
cursor: hand;
cursor: pointer;
}
*/
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	clear: both;
	color: #414141;
	padding: 6px 0px 6px 10px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
	cursor: hand;
	cursor: pointer;
	text-transform: capitalize;
}

.arrowlistmenu .menuheader:hover{ background: #99CCFF; }

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #FFF;
background: #FFCC66;
/* background: #A9C0CE url(../images/orangegloss.png) repeat-x; */
}

.arrowlistmenu .openheader:hover{ background: #FFCC66; }

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-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 a{
color: #E0691A;
/* background: url(../images/bullet1.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 30px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
text-transform: capitalize;
}

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

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