gusucode.com > 数码科技公司网站源码程序 > 数码科技公司网站源码程序/menu/templates/images/qqmenu_2/qqmenu_2.css

    .arrowlistmenu{
margin:0px 0px 0px 12px;
padding:15px 0px 18px;
}

.arrowlistmenu .menuheader{ 
height:29px;
font:12px/22px 'SimSun',Arial,Sans-Serif;
color:#d1c968;
background:url(title.gif) 0px 0px no-repeat;  
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding-left:59px; 
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(title.gif) 0px 0px no-repeat;  
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding:4px 0px 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:#d1c968;
display: block;
font:12px/20px 'SimSun',Arial,Sans-Serif;
padding-left:71px; 
text-decoration: none;
}

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


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

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

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