/* CSS menu */
* {margin:0;padding:0;border:0;} 
body { 
font-family: arial, 宋体, serif; 
font-size:12px; 
} 

#nav { 
height: 40px;  list-style-type: none;  padding-left:0px; 
line-height:40px;overflow:hidden;
background:url(images/menu_05.gif) repeat-x 0 0px;
} 
#nav a {
	display: block;
	width: 84px;
	text-align:center;
	height: 42px;
	/* background:url(images/menu_04_1.gif) no-repeat 0 0px; */
	font-weight: bold;
	font-family: "宋体";
	font-size: 14px;
} 
#nav a:link  {
	color:#EEE;
	text-decoration:none;
	height: 42px;
} 
#nav a:visited  { 
color:#EEE;text-decoration:none; 
} 
#nav a:hover  { 
color:#FFF;text-decoration:none;font-weight:bold;background:#CCC;
background:url(images/menu_04_1.gif) no-repeat 0 -42px 
} 
#nav li { 
float: left; 
} 
#nav li ul {
	line-height: 31px;
	list-style-type: none;
	text-align:center;
	left: -999px;
	width: 650px;
//注意,这里一定要设置宽度; 
	position: absolute;
	font-weight: bold;
} 
#nav li ul li{ 
float: right;width: 80px; //float就是子菜单横向的关键,可以继承父菜单而省略float 
} 
#nav li ul a{
	display: block;
	width: 75px;
	text-align:center;
	padding-left:5px;
	height: 31px;
	background-image: url(images/menu_19.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
#nav li ul a:link  { 
color:#FFFFFF; text-decoration:none; 
} 
#nav li ul a:visited  { 
color:#FFFFFF;text-decoration:none; 
} 
#nav li ul a:hover  {
	color:#FFFF99;
	text-decoration:none;
	font-weight:bold;
	background-image: url(images/menu_19.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
#nav li:hover ul { 
left:25%; 
} 
#nav li.sfhover ul { 
left:25%; 
} 


.submenubar{
	height:31px;
	background-image: url(images/menu_19.gif);
	background-repeat: repeat-x;
	padding-top:8px;
	display:none;
	font-size:14px;
	color:#FFFFFF	
}
.submenubar span a{
	font-size:14px;
	color:#FFFFFF
}
.submenubar a:visited{
	font-size:14px;
	color:#FFFFFF
}
.submenubar a:hover{
	font-size:14px;
	color:#FFFFFF
}