<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* General Styles */
*{
margin:0;
padding:0;

}
* html ul ul li{
margin-bottom:-1px;
}
* html ul ul li a,* html ul li a{
height:100%;
}

code{
padding:0.5em;
border-top:1px solid #666666;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
border-left:1px solid #666666;
margin:0.5em 0 0.5em 0;
display:block;
}

/* Styles for Example #1 */
#example1{
margin:0;
padding:0;
width:200px;
list-style-type:none;
line-height:120%;
}
#example1 .closed{
background-image:url(ha-down.gif);
}
#example1 .closed,#example1 .opened{
padding-right:10px;
background-position:98% 50%;
background-repeat:no-repeat;
}
#example1 .header{
background-color:#7B7B7B;
}
#example1 .opened{
background-image:url(ha-up.gif);
}
#example1 a{
display:block;
font-weight:bold;
text-decoration:none;
}
#example1 a.hover{
border-top:1px solid #5F5F5F;
border-bottom:1px solid #7B7B7B;
background-color:#7B7B7B;
color:#FFFFFF;
}
#example1 ul{
overflow: hidden;
}
#example1 li{
margin:0;
padding:0;
list-style-type:none;
background:url(imagesnew_ul.jpg) no-repeat;
	padding-left:63px;
	width:165px;
	font-weight:bold;
	font-size:14px;
	height:35px;
	line-height:35px;
   color:#0872ac;
}
#example1 li a{
padding:2px 10px 2px 4px;
border-top:1px solid #9A9A9A;
border-left:1px solid #9A9A9A;
border-right:1px solid #696969;
border-bottom:1px solid #757575;
background-color:#848484;
color:#000;
}
#example1 li.active a,#example1 li li.active a{
border-top:1px solid #5F5F5F;
border-bottom:1px solid #7B7B7B;
border-left:1px solid #757575;
border-right:1px solid #9A9A9A;
background-color:#404040;
color:#000;
}
#example1 li.active li a,#example1 li li a{
padding:2px 4px 2px 8px;
border-top:1px solid #696969;
border-left:1px solid #696969;
border-right:1px solid #8A8A8A;
border-bottom:1px solid #7B7B7B;
background-color:#757575;
color:#FFFFFF;
}

/* Styles for Example #2 */
#example2{
margin:0;
padding:0;
list-style-type:none;
line-height:120%;
margin-bottom:9px;}
#example2 a{
display:block;
font-weight:normal;
text-decoration:none;
}
#example2 ul{
overflow: hidden;
}
#example2 li{
margin:0;
padding:0;
list-style-type:none;
 }
#example2 li a{
	padding-left:63px;
	width:165px;
	font-weight:bold;
	font-size:14px;
	height:35px;
	line-height:35px;
	margin-top:9px;
	background:url(imagesnew_ul.jpg) no-repeat;
	
}
#example2 li a:hover{color:#0872b0;}
#example2 li a.closed{
color:#333333 !important;
background-image:url(ha-header.jpg) !important;
}
#example2 li.firstitem a.closed{
color:#333333 !important;
background-image:url(ha-header-first.jpg) !important;
}
#example2 li.lastitem a.closed{
color:#333333 !important;
}
#example2 li li a{
background: url(imagestnav.gif) no-repeat;
 height:30px;
	line-height:30px;
	font-size:13px;font-weight:bold;
	margin:0px 4px!important;
	margin:0 0px;
}

/*#example2 li a.opened{
background-image:url(ha-header-active.jpg);
color:#FFFFFF;
}
#example2 li.firstitem a.opened{
background-image:url(ha-header-first-active.jpg);
color:#FFFFFF;
}
#example2 li.lastitem li{
margin-bottom:-4px;
}
#example2 li.lastitem ul{
background-image:url(ha-footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:4px;
}*/</pre></body></html>