﻿@charset "utf-8";
.menu20080925 {
	width: 976px;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 100;
	border:0px;
	float:left;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */

.menu20080925 ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
	border: 0px;
}
/* float the list so that the items are in a line */

.menu20080925 ul li {
	float: left;
	position: relative;
	margin-right: -1px;
}
/* style the links to be 150px wide by 25px high. Set the background color and the font size. */

.menu20080925 ul li a, .menu20080925 ul li a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	width: 244px;
	height: 37px;
	color: #333333;/*333333*/
	background: url(../images/menu/tab.gif);
	background: url(/web/images/menu/tab.gif);
	
	line-height: 36px;
	font-size: 14px;
	font:Verdana,"宋体";
	text-indent: 10px;
	border:0px;
}


/**************/
/*菜单内容条样式*/
.menu20080925 ul li ul li a, .menu20080925 ul li ul li a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	width: 244px;
	height: 37px;
	color: #333333;
	background-image:none;
	/*background: url(../images/menu/tab.gif);*/
	line-height: 36px;
	font-size: 14px;
	font:Verdana,"宋体";
	text-indent: 10px;
	border:0px;
}
/* Get rid of any default table style */

table {
	border-collapse:collapse;
	margin: 0;
	padding: 0;
}

/* set the foreground color of the main menu li on hover and the border to trigger IE */
.menu20080925 ul li:hover a, .menu20080925 ul li a:hover {
	color: black;
	border: 0;
	background: url(../images/menu/b2.png);
		background: url(/web/images/menu/b2.png);

}
/* make the sub menu ul visible and position it beneath the first list item */
.menu20080925 ul li:hover ul, .menu20080925 ul li a:hover ul {
	display: block;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu20080925 ul li:hover ul li, .menu20080925 ul li a:hover ul li {
	background:white; 
	color: #000;
	width: 244px;
	height: 300px;
	/*height: 296px;总高度*/
	overflow:auto;
	border-left: 1px solid #CCCCCC;
}
/* hack the widht for IE5.5 */
* html .menu20080925 ul li a:hover ul li {
	width: 244px;
	width: 243px;
}
/* style the background and foreground color of the submenu links */
.menu20080925 ul li:hover ul li a, .menu20080925 ul li a:hover ul li a {
	float: left;
	display: block;
	/*background:#00FF00; */
	 background:#F0F0F0; 
	color: black;
	width: 243px;
	text-align: left;
	text-decoration: none;
	border: 0;
	text-indent: 10px;
}
/******菜单内容中的背景******/
.lihref a:hover , .lihref a {
	float: left;
	display: block;
	/*background:#00FF00; /**background:#F0F0F0; */
	color: black;
	width: 243px;
	text-align: left;
	text-decoration: none;
	border: 0;
	text-indent: 10px;
}
/* style the background and forground colors of the links on hover */
.menu20080925 ul li:hover ul li a:hover, .menu20080925 ul li a:hover ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/menu/b2.png);
	background: url(/web/images/menu/b2.png);
}
/*******2008-10-7王燕杰处理加载先后问题调整样式位置*******/



/* make the dropdown ul invisible */

.menu20080925 ul li ul {
	/*display: none;*//**此处严重影响ie6正常显示*/
	text-align: left;
	position: absolute;
	top: 36px;
	left: -20px;
	text-align: left;
	z-index: 100;
	padding: 0 30px 20px 20px;
	background: url(../images/menu/tab_bot2.gif) 20px 100% no-repeat;
	background: url(/web/images/menu/tab_bot2.gif) 20px 100% no-repeat;
}