
.arrowlistmenu{
width: 156px; /*width of accordion menu*/
background: url(../images/div_bg.gif);


}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: pointer;
height:30px;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
padding-top:5px; 
padding-bottom:13px; 
margin-bottom:8px; 
background: url(../images/submenu_bg.gif);
}

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

}

.arrowlistmenu ul li a{
color: #ffffff;
display: block;
padding: 5px 0px 0px 0px;
padding-left: 17px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 0px solid #dadada;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:12px;
}

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

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

h3{margin-top:0px; margin-bottom:0px;}