/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #276E42;
	
}


/*---------------------链接定义----------------------------------*/
a {
	color: #FFFFFF  ; 
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active{
	color: #FF0000   
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:31px;
  width:765px;
	background: url(../images/BathroomAccessories_117.jpg) repeat-x;
	 color:#0B1D4F;}
#menu ul{
	margin:auto; width:770px; height:31px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:130px; color: #FFFFFF ;line-height:31px;  text-align:center; margin-right:-1px; margin-left:-1px;
}
.m_li a{
	display:block; color: #666666 ; width:130px;
}
.m_line{
	float:left; width:1px; height:31px;
	line-height:31px; 
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:130px; line-height:32px; text-align:center;font-weight:bold;
	background-image: url(../images/menu_bg.jpg);  position:relative;  margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color: #FFFFFF;  width:130px;
}
