.arrowlistmenu{
margin:5px 0px 0px 0px;
background:url(../Images/cbg.png) 0px 0px repeat;  
}

.arrowlistmenu .menuheader{ 
height:35px;
font:12px/35px 'SimSun',Arial,Sans-Serif;
color: #666666;
background:url(../Images/class.png) 0px 0px no-repeat;  
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding-left:20px; 
cursor: pointer;
}
.arrowlistmenu .menuheader:hover{
background:url(../Images/classnow.png) 0px 0px no-repeat;  
}
.arrowlistmenu .menuheader a{
color: #666666;
}
.arrowlistmenu .menuheader a:hover{
text-decoration: none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(../Images/class.png) 0px 0px no-repeat;  
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding:3px 0px;
margin-bottom:1px;
}

.arrowlistmenu ul li{
height:35px;
padding-bottom: 0px; /*bottom spacing between menu items*/
margin-bottom:0px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #666666;
display: block;
font:12px/35px 'SimSun',Arial,Sans-Serif;
margin-left:25px;
padding-left:15px;
background:url(../Images/class.png) no-repeat 0px 0px;  
text-decoration: none;
}

span.nums{
color: #909090;
font:12px/35px 'SimSun',Arial,Sans-Serif;
}


.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #666666;
background:url(../Images/classnow.png) no-repeat 0px 0px;  
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
}
