@charset "gb2312";
/*默认设置*/
body, form, p, ul, li
{
	margin: 0;
	padding: 0;
}
/*顶部导航*/
table#nav
{
	background-image: url(bj.jpg);
}
table#nav td.space
{
	width: 0px;
	
}
table#nav a.nav
{
	blr:expression(this.onFocus=this.blur());
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	height: 39px;
	line-height: 39px;
	width:82px;
	background: url(Bj1.jpg) repeat-x center center;
	
}
table#nav a.navCurrent
{
	blr:expression(this.onFocus=this.blur());
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 39px;
	width:82px;
	line-height:39px;
	color: #F96503;
	background: url(Bj2.jpg) repeat-x center center;
	
	
}
table#nav a.nav:hover
{
	color: #000;
	background: url(Bj2.jpg) repeat-x center center;
	
}



/*下拉菜单*/
table.navFloat
{
	width: 100px!important;width: 100%;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	background-color: #FFDC4C;
}
table.navFloat tr.space
{
	height: 1px;
	background-color: #FFFFFF;
}
table.navFloat a
{
	display: block;
	width: 90px!important;width: 100%;
	height: 25px;
	line-height: 25px;
	padding:0 5px;
	color: #ffffff;
	text-decoration: none;
}
table.navFloat a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #FFDC4C;
}
