.menuheaderHome{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px tahoma,verdana,sans-serif;
color: #ffffff;
background: url(arrow-down-titleNo.jpg) repeat-x center left;
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;
border-bottom: 1px solid #ffffff;
}
.menuheaderHome a{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px tahoma,verdana,sans-serif;
color: #ffffff;
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 #ffffff;
}
.menuheaderHome a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px tahoma,verdana,sans-serif;
color: #ffffff;
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 #ffffff;
}

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px tahoma,verdana,sans-serif;
color: #ffffff;
background: url(arrow-down-title.jpg) repeat-x center left;
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;
border-bottom: 1px solid #ffffff;
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px tahoma,verdana,sans-serif;
color: #ffffff;
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 #ffffff;
}
.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px tahoma,verdana,sans-serif;
color: #ffffff;
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 #ffffff;
}

.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 tahoma,verdana,sans-serif;
margin-bottom:0px;
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: 11px tahoma,verdana,sans-serif;	
color: #ffffff;
/*background: url(arrow-down-titleNo.jpg) no-repeat center left; custom bullet list image*/
background-color:#ADAA9F;
margin-bottom:0px;
display: block;
height: 24px;
padding: 2px 0;
padding-left: 35px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #ffffff;

}

.arrowlistmenu ul li a:visited{
 font: 11px tahoma,verdana,sans-serif;	
 margin-bottom:0px;
color: #ffffff;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
 font: 11px tahoma,verdana,sans-serif;	
color: #ffffff;
background-color: #ADAA9F;
}
