/*---------------------页面基础定义----------------------------------*/
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;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #009999;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
a:active{
	color: #009999;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px;
	margin-top:8px;
        
        background-image: url(home.gif);
}
#menu ul{
	/*margin:auto; */
	width:auto; 
	height:32px;
	list-style-type:none; 
	padding:0px; 
	margin:0px;
}
.m_li{
	float:left; 
	line-height:32px; 
	margin:0 2px; 
	padding-left:17px; 
	padding-right:18px; 
	text-align:center;
	border: 0px solid red;
}
.m_li a{
	display:block; color:#FFFFFF;
}

.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; 
	line-height:32px; 
	text-align:center;
	margin:0 2px; 
	padding-left:17px; 
	padding-right:18px; 
	height:32px; 
}
.m_li_a a{
	display:block; color:#000000;;
}
.m_li_a a:link{
	color: #000000; text-decoration:none;
}
.m_li_a a:visited{
	color: #000000; text-decoration:none;
}
.m_li_a a:hover{
	color: #000000; text-decoration:none;
}

.smenu{
	/*width:774px; */
	margin:0px auto 0px auto; 
	padding:0px; 
	list-style-type:none; 
	height:32px;
	border: 0px solid blue;
}
.s_li{
	line-height:32px; 
	width:auto; 
	display:none; 
	height:32px; 
	border: 0px solid red;
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
#s_1 {
	margin-left: -9px;
}
#s_2 {
	margin-left: 26px;
}
#s_4 {
	margin-left: 53px;
}
#s_5 {
	margin-left: 130px;
}

.submenu {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #585858;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	margin: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.submenu a:visited {
	color: #585858;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.submenu a:hover {
	color: #009999;
	filter: Chroma(Color=#000000);
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

