.menuheaderHome{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px arial;
color: #B6B6B6;
background: url(arrow-down-titleNo.jpg) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 7px 0 6px 12px; /*header text is indented 10px*/

cursor: hand;
cursor: pointer;

/*border-bottom: 1px solid #464646;*/
}
.menuheaderHome a{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px arial;
color: #B6B6B6;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 7px 0 6px 12px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;

text-decoration:none;
/*border-bottom: 1px solid #464646;*/
}
.menuheaderHome a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px arial;
color: #B6B6B6;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 12px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
/*border-bottom: 1px solid #464646;*/
}

.arrowlistmenu{
width: 215px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px arial;
color: #B6B6B6;
background: url(arrow-down-title.jpg) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 7px 0 6px 12px; /*header text is indented 10px*/

cursor: hand;
cursor: pointer;
/*border-bottom: 1px solid #464646;*/
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px arial;
color: #B6B6B6;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 12px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
/*border-bottom: 1px solid #464646;*/
}
.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px arial;
color: #B6B6B6;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 12px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
/*border-bottom: 1px solid #464646;*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(arrow-up-title.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px;  /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font: 11px arial;
margin-bottom:0px;
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: 12px arial;	
color: #B6B6B6;
/*background: url(arrow-down-titleNo.jpg) no-repeat center left; custom bullet list image*/
background-color:#2E2E2F;
margin-bottom:0px;
display: block;
height: 20px;
padding: 0px 0;
padding-top:6px;
padding-left: 35px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #464646;*/

}

.arrowlistmenu ul li a:visited{
 font: 12px arial;	
 margin-bottom:0px;
color: #696969;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
 font: 12px arial;	
color: #B6B6B6;
background-color: #4B4B4D;
}

