.menu_list { width:100%; }
#.menu_head { padding:5px 10px; cursor:pointer; position:relative; margin:1px; font-weight:bold; background:#eef4d3 url("img/icon/color/arrow_back.gif") center right no-repeat; }
.menu_body { display:none; }
#.menu_body a { display:block; color:#006699; background-color:#efefef; padding-left:10px; font-weight:bold; text-decoration:none; }
.menu_body a:hover { color:#000; text-decoration:underline; }

.menu_head	{
	margin:	1em 1em .5em 10px;
	font-weight:bold;
	padding: 5px 10px;
	cursor:pointer;
	position:relative;
	font-size: small;
	color: #333333;
	border-bottom: 3px solid #9999ff;
	border-left: 10px solid #9999ff;
	}
.menu_body a {
	width:80%;
	margin:	0em 0em 0em 12px;
	padding: 5px 10px;
	display:block;
	font-size: small;
	font-weight: normal;
	color: #333333;
	border-bottom:	1px solid #9999ff;
	text-decoration:none;
	background: url("pic/right.gif") center left no-repeat;

 }
 .menu_body_b {
	width:80%;
	margin:	20px 0em 0em 12px;
	padding: 5px 0px;
	display:block;
 }