.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:1px 0;
color: #000000;
/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
/*padding: 4px 0 4px 0px; header text is indented 10px*/
cursor: pointer;
margin:0px;
margin-left: 18px; 
padding-left: 15px;
background:url(../../images/link-earrow.jpg) left no-repeat;
border-bottom:dotted 1px #000000;
line-height:30px;
}
.menuheader a{color:#676767; line-height:30px; text-decoration:none;}
.menuheader a:hover{ color:#8abb01; line-height:30px; text-decoration:none;}
.menuheader ul{text-align:left;  margin-left: 18px; padding-left: 2px;margin-top:0px; padding-top:0px; margin-bottom:0px; padding-bottom:0px;}
.menuheader li{text-align:left; list-style:none;  padding-left: 15px;background:url(../../images/link-earrow.jpg) left no-repeat; margin-top:0px; padding-top:0px; margin-bottom:0px; padding-bottom:0px; border-bottom:dotted 1px #000000; }
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
text-align:left;  margin-left: 18px; padding-left: 2px;margin-top:0px; padding-top:0px; margin-bottom:0px; padding-bottom:0px;/*bottom spacing between each UL and rest of content*/
}
.strip-1{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#343434; font-weight:bold; text-decoration:none; padding-left:60px; background:url(../../images/inner-menubg.jpg) center top no-repeat; height:54px;}

/*CSS for sub menu*/
.categoryitems{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:25px; margin-left: 18px; padding-left: 15px;}
.categoryitems ul{text-align:left; padding-left: 5px;margin-top:0px; padding-top:0px; margin-bottom:0px; padding-bottom:0px;}
.categoryitems li{padding-left: 15px;  margin-left: 20px; background:url(../../images/bullet-green.jpg) left no-repeat; list-style:none;}
.categoryitems a{color:#676767; line-height:20px; text-decoration:none;}
.categoryitems a:hover{ color:#8abb01; line-height:20px; text-decoration:none;}




