.menu_list {	
	width: 100%;
	margin:10px 0 0 0;
}
.menu_head {
	font-size:12px !important;
	color:#003366 !important;
	padding:10px 40px 10px 10px !important;
	cursor: pointer;
	position: relative;
    background:#eee url(/gfx/btn/add.png) 98% 50% no-repeat;
	border-top:1px dotted #ccc;
	margin:0 0 0 0 !important;
}

.menu_body {
	display:none;
	background:#fff url(/gfx/shadow-accord.gif) top repeat-x !important;
	margin:0 0 15px 0 !Important;
	padding:10px 5px 5px;
}

.openhead {background:#eee url(/gfx/btn/delete.png) 98% 50% no-repeat;}
.openbody {display:block; !important}

.ffc {background-color:#ffc;}

/* toggle*/

.msg_list {}
	
.msg_head {
	cursor: pointer;
	font-weight:bold;

}
.msg_body {
}

.acchead {border-top: 1px dotted #999;
    color: #3399cc;
    background: #eee;
	font-size: 12px;
	font-weight: bold;
    padding: 5px 5px 5px 10px;    
    cursor: pointer; }