.arrowlistmenu{
margin:0px;
padding:0px 0px 25px 0px;
}

.arrowlistmenu .menuheader{ 

font:14px/30px 'Î¢ÈíÑÅºÚ',Arial,Sans-Serif;
color: #ffffff;
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:15px; 
cursor: pointer;
text-align:left;
height:30px;
}

.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:30px;
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: #ffffff;
display: block;
font:12px/30px 'SimSun',Arial,Sans-Serif;
margin-left:15px;
padding-left:15px;
background:url(../Images/class.png) no-repeat;  
text-decoration: none;
}

span.nums{
color: #909090;
font:12px/20px 'SimSun',Arial,Sans-Serif;
}


.arrowlistmenu ul li a:visited{
color: #ffffff;
background:url(../Images/class.png) 0px 0px no-repeat;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background:url(../Images/classnow.png) 0px 0px no-repeat;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
}
