<!--H2{font-family:"Times New Roman",Times,serif;font-size:30px;font-weight:bold;padding:0px;margin:0px;color:rgb(162, 41, 56)}-->


@charset"utf-8";/**/


.arrowlistmenu{
margin-top:15px;
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand; 
cursor: pointer; 
}

.menuheaderx{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer; display:block; border:1px solid #FFF; border-radius:3px; box-shadow:0px 0px 3px #666;
}
.menuheaderx img{ /*CSS class to apply to expandable header when it's expanded*/
background:url(activemenuitembgdown.png) no-repeat;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.openheader img{ /*CSS class to apply to expandable header when it's expanded*/
background:url(activemenuitembg.png) no-repeat;
}


.arrowlistmenu 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*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li div.block{ margin-top:-10px; border:1px solid #ECE3D8;  width:100%-; height:140px; padding:10px; border-top:none; background-color:#FFF; box-shadow:0px 0px 1px #888}

.arrowlistmenu ul li div span{ color:#004672; font-style:italic; font-size:20px; display:block; width:100%; text-align:center; padding-bottom:10px; padding-top:5px;}





