@charset "utf-8";
/* CSS Document */

.menu_list { width: 210px;  padding-top:25px; overflow:hidden;}
.menu_head { padding: 5px 0px; cursor: pointer; position: relative; margin:1px; background:url(../images/on_bg.jpg) center left no-repeat;  font-size:14px; font-family:"Microsoft Yahei";  width:203px; height:32px; line-height:32px; border-bottom:1px solid #dcdcdc}
.menu_head a { color:#5a6777; padding-left:40px;}
.menu_list .on{background:url(../images/hover_bg.jpg) center left no-repeat; }
.menu_list .on a:hover{text-decoration:none;}
.menu_list  a:hover{color:#0e6099}
.menu_body { display:none; }
.menu_body a { display:block; color:#333; background:#fff; padding-left:45px; font-size:12px; color:#999; text-decoration:none;  }
.menu_body a:hover { color: #c00; text-decoration:underline; }