@charset "utf-8";
.rlist{ width:235px;}
.abc{background:url(../images/menubig.jpg) no-repeat; width:235px; color:#626166; padding-bottom:8px; font-size:14px; font-weight:bold; color:#6B6B6F;}
.abc span a{ padding-left:35px; color:#6B6B6F; text-decoration:none;}

.xyz{  width:235px; padding-bottom:8px; padding-left:0;}
.xyz span a{ display:block; padding-left:35px; color:#626166; text-decoration:none; height:33px; line-height:33px; background:url(../images/menusmall.jpg) no-repeat 0 0; font-weight:bold;} 
.xyz span a:hover{ color:#fff; background:url(../images/menusmall.jpg) no-repeat 0 -33px;} 

#sublist{ display:block; padding-left:35px; text-decoration:none; height:33px; line-height:33px; font-weight:bold; color:#fff; background:url(../images/menusmall.jpg) no-repeat 0 -33px;}
#sublist ul{ display:block;}
#subrlist{height:auto; padding-bottom:8px}
#subrul{ display:block; }


.ulcls{background-color:#fff; padding:0; margin:8px 0 0 0; display:none; width:232px; overflow:hidden; border-bottom:1px solid #e5e5e5;}
.ulcls li{ border:1px solid #e5e5e5; border-bottom:0px solid #fff; height:28px; line-height:28px; color:#666; list-style-type:none; padding:0; margin:0; width:230px; float:left;}
.ulcls li a{ width:210px; color:#666; text-decoration:none; display:block; padding:0 10px;}
.ulcls li a:hover{ color:#fff; text-decoration:none; background:#cc0000; font-size:14px;}

.xyz2{  width:235px; padding-bottom:8px; padding-left:0;}
.xyz2 span a{ display:block; padding-left:35px; color:#626166; text-decoration:none; height:33px; line-height:33px; background:url(../images/menusmall.jpg) no-repeat 0 0; font-weight:bold;} 
.xyz2 span a:hover{ color:#fff; background:url(../images/menusmall.jpg) no-repeat 0 -33px;} 

.ulcls2{background-color:#fff; padding:0; margin:8px 0 0 0; display:none; width:232px; overflow:hidden; border-bottom:1px solid #e5e5e5;}
.ulcls2 li{ border:1px solid #e5e5e5; border-bottom:0px solid #fff; height:28px; line-height:28px; color:#666; list-style-type:none; padding:0; margin:0; width:230px; float:left;}
.ulcls2 li a{width:210px; color:#666; text-decoration:none; display:block; padding:0 10px;}
.ulcls2 li a:hover{ color:#fff; text-decoration:none; background:#cc0000; font-size:14px;}




ul.xiugaiul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 235px; /* Width of Menu Items */
  border-bottom: 1px solid #ccc;
  }
  
ul.xiugaiul li {
  position: relative;
}
  
li ul {
  position: absolute;
  right: 234px; /* Set 1px less than menu width */
  top: 0;
  display: none; width:160px;
  border-bottom: 1px solid #ccc;
   background:#FFFFFF;
  }

/* Styles for Menu Items */
ul.xiugaiul li a {
  display: block;
  text-decoration: none;
  color: #777;
  background: #fff; /* IE6 Bug */
  padding: 8px;
  border: 1px solid #ccc; /* IE6 Bug */
  border-bottom: 0;
  }
  ul.xiugaiul li a.xiugai_a{ height:80px; color:#cc0000; font-size:15px; padding-left:30px; font-weight: bold; line-height:80px; text-align:left; background:#F0F0F2;}
ul.xiugaiul li img.list_biao{ position:absolute; top:41px; left:14px;}
  ul.xiugaiul li ul li a.hover:hover{ background:#cc0000; color:#FFFFFF;}

  
/* Holly Hack. IE Requirement \*/
* html ul.xiugaiul li { float: left; height: 1%; }
* html ul.xiugaiul li a { height: 1%; }
/* End */

ul.xiugaiul li:hover ul, ul.xiugaiul li.over ul { display: block;} /* The magic */