﻿   /*下拉菜单*/
.menu
{
	text-align:center;
	font-size: 12px;
	position: relative;
	z-index: 100;
}
* html .menu{ padding:0;}
*+html .menu{ padding:0;}
.menu ul
{
	margin:0 auto;
	width:950px;
	list-style: none;
	text-align:center;
}
.menu li
{
	float: left;
	position: relative;
	display: inline;
	list-style: none;
	list-style-position: outside;
}

.menu ul,li
{
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

.DivSty
{
	 visibility:hidden ;
	position: absolute;
	left: 3px;
	top: 29px;
	clear: both;
	text-align: left;
	font-size: 12px;
	padding:2px 5px;
	z-index:9999;
	
}
.DivSty table{background:#ecffe4;}
.menu table
{
	position: absolute;
	top: 0;
	left: 0;
}
.menu ul li:hover .DivSty, .menu ul a:hover .DivSty
{	
   visibility:visible;
	background: #ecffe4;  /*菜单面板的颜色*/
}
.menu a
{
	display: block;
	padding:0px 15px;
	margin: 0px 3px;
	font-weight:bold; 
	color:#fff; 
	text-decoration:none; 
	font-size:14px;
	
}
.menu a:hover
{
	background: #ecffe4; /*鼠标划过导航的颜色 ecffe4*/
	color: #2b7400;
}
.menu span a
{
	display: block;
	padding:0px 15px;
	margin: 0px 3px;
	font-weight:bold; 
	color:#fff; 
	text-decoration:none; 
	font-size:14px;
	background:url(../Master/images/topbot_images/arrow_02.gif) right no-repeat;
}
.menu span a:hover
{
	background: #ecffe4 url(../Master/images/topbot_images/arrow_01.gif) right no-repeat; /*鼠标划过导航的颜色 ecffe4*/
	color: #2b7400;
	
}
.DivSty a
{
	display: block;
	margin: 0;
	border: 0;
	color: #2b7400;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding:0 5px;
}
.DivSty a:hover
{
	background: #2b7400;/*菜单面板链接的颜色 color:#fff;*/
	color:#fff;
	
}
.menu table tr td{ height:20px;}
.menu table tr td a{width:85px;}