.arrowlistmenu{
width:340px;
float:left;
margin-top:239px;
background-color:#303538;
}
*html .arrowlistmenu{ margin-top:237px;}
.arrowlistmenu h3{background-color:#535B5F;

border-top:2px solid #3D74B4;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:12px;
font-weight:bold;
margin-top:0;
padding:5px;
text-decoration:none;
padding-left:15px;}


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

.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*/
}

