.arrowlistmenu{
margin-top: 0px;
margin-left: 0px;
width: 755px; /*width of accordion menu*/
padding: 10px 20px 30px 20px;

background: white;
}

.arrowlistmenu p{
font: bold 14px Arial;
padding: 20px 0 30px 0;
color: black;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #dadada;
background: black url(/elearning/images/product-All/titlebar_plus2.jpg) repeat-x top left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
height: 17px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
border: 0px solid #000;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/elearning/images/product-All/titlebar_minus2.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 10px;
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 a{
color: #5988E8;
background: url(/elearning/images/arrowbullet1.png) no-repeat center right; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #5988E8;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #717171;
background-color: #ECF2FF;
}

#list_spacer {
	height: 6px; 
	border: 0px solid #000;
}
