 
/* common styling */ 
/* set up the overall width of the menu div, the font and the margins */ 
.menud {
	font-family: "宋体";
	width:688px;
	margin:0;
	margin:0px 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
} 
/* remove the bullets and set the margin and padding to zero for the unordered list */ 
.menud ul { 
padding:0; 
margin:0; 
list-style-type: none; 
} 
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */ 
.menud ul li { 
float:left; 
position:relative; 
} 
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */ 
.menud ul li a, .menud ul li a:visited { 
display:block; 
text-align:center; 
text-decoration:none; 
width:86px; 
height:29px; 
color:#fff; 
line-height:29px; 
font-size:12px; 
} 
/* make the dropdown ul invisible */ 
.menud ul li ul { 
display: none; 
} 
/* specific to non IE browsers */ 
/* set the background and foreground color of the main menu li on hover */ 
.menud ul li:hover a {
	color:#fff;
	background-image: url(/img/mune_bj.gif);
	background-color: #556B83;
} 
/* make the sub menu ul visible and position it beneath the main menu list item */ 
.menud ul li:hover ul { 
display:block; 
position:absolute; 
top:28px; 
left:0; 
width:105px; 
} 
/* style the background and foreground color of the submenu links */ 
.menud ul li:hover ul li a {
	display:block;
	color:#fff;
	background-color: #556B83;
} 
/* style the background and forground colors of the links on hover */ 
.menud ul li:hover ul li a:hover {
	color:#fff;
	background-color: #556B83;
} 

/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */ 
/* Get rid of any default <span href="tag.php?name=tab" onclick="tagshow(event)" class="t_tag">tab</span>le style */ 
table { 
border-collapse:collapse; 
margin:0; 
padding:0; 
} 
/* ignore the link used by 'other browsers' */ 
.menud ul li a.hide, .menud ul li a:visited.hide { 
display:none; 
} 
/* set the background and foreground color of the main menu link on hover */ 
.menud ul li a:hover {
	color:#fff;
	background-image: url(/img/mune_bj.gif);
	background-color: #556B83;
} 
/* make the sub menu ul visible and position it beneath the main menu list item */ 
.menud ul li a:hover ul { 
display:block; 
position:absolute; 
top:30px; 
left:0; 
width:105px; 
} 
/* style the background and foreground color of the submenu links */ 
.menud ul li a:hover ul li a {
	color:#333333;
	height: 30px;
	width: 80px;
} 
/* style the background and forground colors of the links on hover */ 
.menud ul li a:hover ul li a:hover {
	background:#679fde;
	color:#000;
} 


div#footer {
	clear:both;
	width:952px;
	border-top:1px #DFDFDF solid;
	padding-top:7px;
	margin:10px auto 0 auto;
}
div#footer p{
	float:left;
}
div#footer p a{
	padding:0 10px;
	color:#666;
}
.zlu {
	font-family: "宋体";
	font-size: 12px;
	color: #00CC99;
	font-style: normal;	
} 
zlu{text-decoration: none;} /* 链接无下划线,有为underline */ 
.zlu:link {color: #238900;} /* 未访问的链接 */
.zlu:visited {color: #238900;} /* 已访问的链接 */
.zlu:hover{color: #ae0927;} /* 鼠标在链接上 */ 
.zlu:active {color: #0000ff;} /* 点击激活链接 */
