/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------------------链接定义----------------------------------*/
#menu a {
	color: #74120D;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#menu a:active{
	color: #FFF;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:25px;
	margin-top:0px;
	 
}
#menu ul{
	margin:auto; height:20px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:80px; 
	line-height:25px;  
	text-align:center; 
	margin-right:-2px; 
	margin-left:-2px;
	color:#74120D;
	
	
}
.m_li a{
	display:block;  width:80px; 
	background-image:url(../heads/ting.png);
}
.m_line{
	float:left; 
	width:1px; 
	height:20px;
    line-height:20px;   /*ff下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:80px; line-height:26px; text-align:center; padding-top:2px; font-weight:bold;
	position:relative; height:25px; margin-top:-3px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color: #74120D; width:80px;
}


.smenu{
	width:774px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:20px;
}
.s_li{
	line-height:20px; width:auto; display:none; height:20px; 
}
.s_li_a{
	line-height:20px; width:auto; display:block; height:20px; 
}
