<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.suckerdiv{ width:150px;}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
}
  
.suckerdiv ul li{
position: relative;
}
  
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 150px; /* Parent menu width - 1*/
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
display: none;
}
.suckerdiv ul li ul li{
background:#F4F4F4;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
position: absolute;
left: 149px; /* Parent menu width - 1*/

}

/* menu links style */
.suckerdiv ul li a{
	width:130px; 
	/*background:#F4F4F4;*/
	background:url(../images/dian.gif) no-repeat 7px 10px;
	display: block;
	color: black;
	text-decoration: none;
	font:14px 宋体;
	padding-left:20px;
	line-height:25px;
	border-bottom: 0;
}

.suckerdiv ul li a:visited{
display: block;
color: black;
}

.suckerdiv ul li a:hover{
	display: block;
	color: white;
	background-color:#5fbfef;
}

.suckerdiv .subfolderstyle{
/*background: url(../images/arrow-list.gif) no-repeat center right;*/
}

  
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; display: block; }
/* End */
</pre></body></html>