@charset "utf-8";
/* CSS Document */
.menu_list { width: 220px; margin-left:10px; }
.menu_head { padding: 5px 10px; cursor: pointer; position: relative; margin:1px; font-weight:bold; background: #f4f4f4 url(left.png) center right no-repeat; }
.menu_body { display:none; }
.menu_body a { display:block; color:#006699; background:#fff url(../images/xw.gif) no-repeat 10px center ; padding-left:30px; font-weight:bold; text-decoration:none; }
.menu_body a:hover { color: #000000; text-decoration:underline; }
