.arrowlistmenu{
width: 224px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px tahoma;
color: #000000;
background: #AADD1A url(../images/main_menu.jpg) center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 6px 0 4px 25px; /*header text is indented 10px*/
cursor:hand;
cursor: pointer;
text-align: left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #AADD1A url(../images/main_menu.jpg) center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
font-family: tahoma;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
color: #000000;
background: #AADD1A url(../images/sub_menu.jpg) center left; /*custom bullet list image*/
display: block;
padding: 3px ;
padding-left: 35px; /*link text is indented 19px*/
text-decoration: none;
color:#FFFFFF;
font-weight:;
border-bottom: 0px;
border-bottom-style: solid;
border-bottom-color:#CCCCCC;
font-size: 12px;
text-align:left;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background: #AADD1A url(../images/sub_menu_hover.jpg) center left;
}