/*$$$$$$-TABLE OF CONTENTS (TOC)-$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.TOCheader
{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: white;
background: black url(images/toc.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 4px; 
/*cursor: hand;*/
/*cursor: pointer;*/
}

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

.TOCarrowlist ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

/*.arrowlistmenu ul li a{*/
.TOCarrow a{

background: url(images/tocarrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;

font-family: Verdana, Arial, Helvetica, sans-serif; /*Bookman Old Style, Times New Roman;*/
font-size: 10px;
font-weight: bold;
color: #C01501;	/*#800517" size="6" face="Bookman Old Style, Times New Roman*/
text-indent: 20px;
text-decoration: none;
/*text-transform: uppercase;*/

padding-left: 19px; /*link text is indented 19px*/
padding: 2px 0;

border-bottom: 1px solid #dadada;
}

.TOCarrow  a:visited{
/*.arrowlistmenu ul li a:visited{
*/
color: #800517;	/*A70303;*/
}

.TOCarrow a:hover{ /*hover state CSS*/
/*.arrowlistmenu ul li a:hover{*/
color: #800517;	/*A70303;*/
background-color: #F3F3F3;
}
/*$$$$$$-TABLE OF CONTENTS (TOC)-$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$-end-$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/