.arrowlistmenu{
width: 147px; padding-left:0px; margin-left:30px;/*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial, Eurostile, Verdana, Helvetica, sans-serif; 
background:url(pic.gif);
/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding:4px 0px 8px 26px; /*header text is indented 10px*/
text-align:left; vertical-align:middle;
cursor: hand;
cursor: pointer;
}
.menuheader a{color: #000; 	text-decoration: none; 	font-weight:bold;  }
.menuheader a:hover{color: #000; 	text-decoration: none; 	font-weight:bold; }

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(pic_down.gif);}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none; margin: 0px; padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/ }

.arrowlistmenu ul li{
padding-bottom: 1px; /*list-style-type: disc;
bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000; display: block; padding: 2px 10px; padding-left: 19px; text-decoration: none;
font-size: 10px; background-color: #d6d6d6; font-weight:normal; }

.arrowlistmenu ul li a:visited{
color: #000; display: block; padding: 2px 10px; padding-left: 19px; text-decoration: none;
font-size: 10px; background-color: #d6d6d6; font-weight:normal; }

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000; display: block; padding: 2px 10px; padding-left: 19px; text-decoration: none;
font-size: 10px; background-color: #d5d5d5; font-weight:normal;
 }

.textmargen{ margin-left:0px; margin-top:3px; text-align:left;}
