www.gusucode.com > 电脑租赁公司网站源码程序 > 电脑租赁公司网站源码程序/4134/product/templates/css/producttwoclass_diy.css

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

.arrowlistmenu .menuheader{ 
height:24px;
font:12px/22px 'SimSun',Arial,Sans-Serif;
color: #777566;
background:url(../images/tli.gif) 10px 3px no-repeat;  
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding-left:30px; 
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(../images/tli.gif) 10px 3px 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:20px;
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: #777566;
display: block;
font:12px/20px 'SimSun',Arial,Sans-Serif;
margin-left:25px;
padding-left:15px;
background:url(../images/tsli.gif) no-repeat;  
text-decoration: none;
}

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


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

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

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