.arrowlistmenu{
width: 266px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../img/titlebarn.jpg) repeat-x center left;
margin-bottom:0px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding: 8px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
height:19px;
}

.arrowlistmenu .expandable{ /*CSS class for menu headers in general (expanding)*/
font: bold 14px Arial;
color: white;
background: black url(../img/titlebar.jpg) repeat-x center left;
margin-bottom:0px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding: 8px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
height:19px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/titlebarminus.jpg);
}

.arrowlistmenu h4 a{ /*CSS class for menu links*/
color: white;
text-decoration:none;
}

.arrowlistmenu h4.active{ /*CSS class for menu active links*/
color:#3F799F;
background:#fff;;
}

.arrowlistmenu h4.active a{ /*CSS class for menu active links*/
color:#3F799F;
background:#fff;;
}

.arrowlistmenu h4.title{ /*CSS class for menu title links*/
color:#fff;
background:#027ab7;
}


.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{
padding:0px;margin:0px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #589ec0;
font-size:1.1em;
margin:0px;
text-transform:capitalize;
background:#77c1e3;
}

.arrowlistmenu ul li a.active{
color: #3f799f;
background:#fff url(../img/arrowbullet.gif) no-repeat center right;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #3f799f;
background:#cbe8f8 url(../img/arrowbullet.gif) no-repeat center right; /*custom bullet list image*/
}



/*CSS classes for menu with titles*/

.arrowlistmenu .titlemenu .menutitleitem{ /*CSS class for menu headers with title and no submenu*/
font: bold 14px Arial;
color: white;
background: black url(../img/titlebarn.jpg) repeat-x center left;
margin-bottom:0px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding: 8px 0 4px 25px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
height:19px;
}

.arrowlistmenu .titlemenu .expandable{ /*CSS class for menu title headers (expanding)*/
font: bold 14px Arial;
color: white;
background: black url(../img/titlebar.jpg) repeat-x center left;
margin-bottom:0px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding: 8px 0 4px 25px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
height:19px;
}

.arrowlistmenu .titlemenu ul li a{
color: #ffffff;
display: block;
padding:2px 0 2px 35px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #589ec0;
font-size:1.1em;
margin:0px;
text-transform:capitalize;
background:#77c1e3;
}

.arrowlistmenu .titlemenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/titlebarminus.jpg);
}

.arrowlistmenu .titlemenu h4 a{ /*CSS class for menu links*/
color: white;
text-decoration:none;
}

.arrowlistmenu .titlemenu h4.active{ /*CSS class for menu active links*/
color:#3F799F;
background:#fff;;
}

.arrowlistmenu .titlemenu h4.active a{ /*CSS class for menu active links*/
color:#3F799F;
background:#fff;;
}

.arrowlistmenu .titlemenu h4.title{ /*CSS class for menu title links*/
color:#fff;
background:#027ab7;
}


.arrowlistmenu .titlemenu 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 .titlemenu ul li{
padding:0px;margin:0px; /*bottom spacing between menu items*/

}

.arrowlistmenu .titlemenu ul li a{
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 35px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #589ec0;
font-size:1.1em;
margin:0px;
text-transform:capitalize;
background:#77c1e3;
}

.arrowlistmenu .titlemenu ul li a.active{
color: #3f799f;
background:#fff url(../img/arrowbullet.gif) no-repeat center right;
}

.arrowlistmenu .titlemenu ul li a:hover{ /*hover state CSS*/
color: #3f799f;
background:#cbe8f8 url(../img/arrowbullet.gif) no-repeat center right; /*custom bullet list image*/
}


/*CSS classes for menu with titles*/








