﻿/*---------------------链接定义----------------------------------*/
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px;
	background-color:#003366;
	width: 980px;



}
#menu ul{
	margin:0px auto; width:980px; height:32px;
	list-style-type:none; padding:0px;
}
.m_li{
	float:left; width:65px; line-height:32px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block; color:#FFFFFF; width:65px;
}
.m_li a:visited {
	display:block;
	color:#FFFFFF;
	width:65px;
	text-align: center;

}
.m_line{
	float:left; width:1px; height:32px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:70px; line-height:32px; text-align:center; padding-top:3px; font-weight:bold;
	background-image:url(images/menu_bg.png); position:relative; height:32px; margin-top:-3px; margin-right:-2px; margin-left:-1px;
}
.m_li_a a{
	display:block; color:#ff0000; width:90px;
}


.smenu{
	width:980px;
	margin:0px auto;
	padding:0px;
	list-style-type:none;
	height:30px;
	background-image: url(image/lc-top03.gif);

}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
