#menu {
	width: 100%;
	background: #FFFFFF;
	height: 32px;
}


body { margin: 0px; margin-top: 0px; font-size: 12px; line-height: 26px; font-weight: normal; color: #666; text-decoration: none; }
.td_line_height { line-height: 28px; }
.td_right_blue { color: #63A1EA; }
.td_pad_left_10 { padding-left: 10px; font-weight: bold; }
.bian { border: 1px solid #a6cdee; }
.table_border { border: 1px solid #D1D1D1; background-color: #FFF; }
.td_right_line { border-right-width: 1px; border-right-style: dotted; border-right-color: #999; }
.td_bot_line { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999; }
.td_dl_bg { font-weight: bold; background-image: url(images/25.jpg); }
.bot { border-bottom-width: 1px; border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none; border-bottom-color: #666; }

#menu  ul {
 
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 90
}

#menu  ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;

}


#menu ul li a { float: left; margin-right: 18px; height: 32px; width: 90px; background-color: #ffffff; text-align: center; color: #5f5f5f; text-decoration: none; font: bold 12px/32px "ËÎÌå"; }

#menu ul li a:hover { color: #fff; text-decoration: none; background: #66A2EB; 	
}


#menu  ul li.sep {
	color: white;
	padding: 0px;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

#menu  ul.level2 li, #menu ul.level3 li {
	margin: 0;
	padding: 0;
}

#menu  ul.level2 li a, #menu ul.level3 li a { padding: 0px; background: #66A2EB; display: block; color: #FFF; line-height: 30px; font-weight: normal; height: 30px; width: 90px; margin-top: 1px; }

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover { font-weight: normal; background-color: #FF8401; background-image: none; line-height: 30px; text-decoration: none; display: block; }

td { line-height: 22px; }