
        #totalbox {
            margin: 0;
            margin-top:0px;
            padding: 0;
            width: 181px;
            list-style-type: none;
            line-height: 120%;
            border-bottom: 1px solid #4593fd;
            border-top: 1px solid #106eec;
        }

        #totalbox .closed {
            background-image: url(../image/ha-down.gif);
			background-color: #106eec;
        }

        #totalbox .closed{
         	padding-right: 10px;
            background-position: 100% 50%;
            background-repeat: no-repeat;
        }
		#totalbox .opened{
			padding-right: 10px;
            background-position: 99% 50%;
            background-repeat: no-repeat;
		}
        #totalbox .header {
            background-color: #106eec;
        }

        #totalbox .opened {
           background-image: url(../image/ha-up.gif);
		   background-color: #106eec;
        }

        #totalbox a {
            display: block;
            font-weight: bold;
            text-decoration: none;
        }
  
        #totalbox ul {
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

        #totalbox li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            background-color:  #4593fd;
            color: #FFFFFF;
        }

        #totalbox li a {
        	text-indent:12px;
        	line-height:38px;
            font-weight:1000;  
        	font-size:14px;
            border-top: 1px solid #5aa1fe;
            background-color: #4593fd;
            color: #FFFFFF;
        }

        #totalbox li.active a, #totalbox li li.active a {
            background-color: #4593fd;
            color: #FFFFFF;
        }

        #totalbox li.active li a, #totalbox li li a {
           border-top: none;
           text-indent:18px;
           line-height:30px;
           font-weight:600;
           font-family:"宋体";
        	font-size:12px;
           background-color: #4593fd;
           color: #FFFFFF;
        }
        #totalbox li ul li a:hover {
            background-color: #ffffff;
            color: #000000;
            background-image: url(../image/ha-stop.png);
            background-position: 140% 44%; 
            background-repeat: no-repeat;
        }
        #totalbox .remove{
        	  background-image: url(../image/ha-remove.gif);
        	  padding-right: 10px;
           	  background-position: 100% 50%;
              background-repeat: no-repeat;
        }
