@charset "utf-8";
/*******************************************
*  Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
********************************************/

.arrowlistmenu{
margin-left: .63em;
width: 13.75em; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size: .88em;
line-height: 1.55em;
height: 1.88em;
color: white;
background: url(images/sideBar/menuHeaderBG.jpg) repeat-x;
padding-left: .63em;
cursor: hand;
cursor: pointer;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(images/sideBar/menuHeaderBG.jpg) repeat-x;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
height: 1.56em;
background: url(images/sideBar/menuSubBG.jpg) repeat-x;
padding-bottom: 0em; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
height: 1.56em;
color: #000000;
display: block;
padding-top: .2em;
padding-left: 1.19em; /*link text is indented 19px*/
text-decoration: none;
font-size: 90%;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background:#f8f8f8;
}

