/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image: url(fg_image/bg.jpg);
	background-repeat: repeat-x;
}
ul,li{margin:0px; padding:0px;list-style:none;}

.Xsubmenu{
	display: block;
	width: 786px;
}

.Xsubmenu ul{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Xsubmenu li{
	font-size: 15px;
	color: #FFFFFF;
	display: block;
	height: 40px;
	width: 100px;
	list-style-type: none;
	float: left;
	line-height: 40px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.Xsubmenu li a:link  {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 15px;
	display: block;
	line-height: 40px;
}
.Xsubmenu li a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 15px;
	display: block;
	line-height: 40px;
}

.Xsubmenu li a:hover {
	font-size: 15px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-image: url(fg_image/menu_btn1c2.jpg);
	background-repeat: no-repeat;
}

.Xsubmenu li a:active {
	color: #FFF;
	font-size: 15px;
	display: block;
	text-decoration: none;
	line-height: 40px;
}


/*最顶菜单风格*/
#Xtopbar{
	font-size: 18px;
	color: #F00;
}

#Xtopbar a:link{
	color: #F00;
	font-size: 18px;
}

#Xtopbar a:visited{}

#Xtopbar a:hover{
	color: #F00;
	font-size: 18px;
	text-decoration: none;
}

#Xtopbar a:active{}

