.arrowlistmenu{
width: 180px; /*width of accordion menu*/
padding-left:25px;
padding-top:10px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
border-bottom:1px dotted #6f6f6f;
background-image:url(../images/titlebar.png);
background-position:left center;
background-repeat:no-repeat;
margin: 6px 0px 0px 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 0px 0px 4px 16px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
font-size:12px;
color:#6f6f6f;
text-decoration:none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image:url(../images/titlebar-active.png);
background-position:top left;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
margin: 6px 0px 0px 0px; /*bottom spacing between header and rest of content*/
font-weight:bold;
border-bottom:1px dotted #c30005;
padding: 0px 0px 5px 16px;
text-decoration:none;
font-size:12px;
color:#c30005;
text-decoration:none;
}

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


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

.arrowlistmenu ul li a{
color: #000000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;*/
/*border-bottom: 1px dotted #dadada;*/
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*NAV ABOUT US
---------------------------------------------------*/
.arrowlistmenu-about{
width: 160px; /*width of accordion menu*/
padding-left:17px;
padding-top:5px;
}
.arrowlistmenu-about-on{
color:#c30005;
font-weight:bold;
}
.arrowlistmenu-about-off{
color:#000;
font-weight:normal;
}
.arrowlistmenu-about ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 8px 0px 8px 0px;
padding-left: 5px;
/*margin-bottom: 8px;*/ /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu-about ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu-about ul li a{
color: #000000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;*/
border-bottom: 1px dotted #dadada;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu-about ul li a:visited{
color: #000000;
}

.arrowlistmenu-about ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*END NAV ABOUT US
---------------------------------------------------*/

h3 {
padding: 0px 0px 4px 0px;
margin: 6px 0px 0px 0px;
font-weight:normal;
}
h3 a{
padding: 0px 0px 4px 0px;
margin: 6px 0px 0px 0px;
color:#6f6f6f;
text-decoration:none;
}
/*h3 a:hover{
padding: 0px 0px 4px 0px;
margin: 6px 0px 0px 0px;
font-weight:normal;
text-decoration:none;
color:#c30005;
}*/
