/* CSS Document */
.arrowlistmenu{
width: 100%; /*width of accordion menu*/
float:left;
margin-top:20px;
}

h3 { margin:0; padding:0; }

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:bold 12px/12px Arial, Helvetica, sans-serif;
color: #6ea900;
/*background: url(../images/li_bg.gif) no-repeat;*/
background:url(../images/plus.gif) no-repeat 0 0;
cursor: pointer;
width:98%;
height:36px;
list-style:disc;
padding-top:8px;
padding-left:2%;
}

.arrowlistmenu .menuheader span {font-weight:normal; color:#7e7c7d; padding-top:3px; float:left;}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font:normal 13px Trebuchet MS, Arial, Helvetica, sans-serif;
color: #a59fa2;
/*background: url(../images/li_bg.gif) no-repeat;*/
cursor: pointer;
line-height:12px;
width:100%;
height:44px;
list-style:disc;
text-decoration:none;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
color:#6ea900;
line-height:12px;
width:100%;
height:44px;
display:block;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background: url(../images/li_bg.gif) no-repeat;*/
background:url(../images/plus.gif) no-repeat 0 0;
color:#6ea900;
line-height:12px;
height:44px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;
width:96%; padding:2%;


}

.arrowlistmenu ul li p{}
