
#header					/* 网页字体 */
	{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size:12px; 
text-align:center;
}

#navcontainer
	{					/* 顶部导航条下划线的长度 */
width:1000px
}	

#navlist
	{
margin: 0;
padding: 0 0 20px 20px;
border-bottom: 1px solid #444;
}

#navlist ul, #navlist li
	{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
	{
float: left;				/* 顶部导航连接从左向右排序 */
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;				/* 顶部导航字体默认颜色 */
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
	{
border-bottom: 1px solid #ffffff;	/* 顶部导航当前字体下划线颜色 */
padding-bottom: 5px;
background: transparent;
color: #283A50;						/* 顶部导航当前字体颜色 */
}

#navlist a:hover 
	{ 
color: #283A50;						/* 顶部导航字体鼠标滑过的颜色 */
} 