@charset "utf-8";

.menu_list {	
	width: 165px;
}
.menu_head {


width:165px;
	line-height:25px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 13px;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.menu_head a{
	width:165px;
	line-height:26px;
	display:block;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

menu_body {
	display:none;

	
}

.menu_body{
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 11px;
	color: #666666;
}
.menu_body th{
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 11px;
	color: #FFFFFF;
}
.menu_body a{
	width:155px;
	height:25px;
	display:block;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.menu_body a:hover{
	width:155px;
	height:25px;
	display:block;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
	color: #999999;
	background-color: #F6F6F6;
}
