@charset "UTF-8";

ul,li{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none;}
img{ border:none;}

/* 一级导航 */
ul.MenuBarHorizontal
{

	cursor: default;
	width: auto;
	text-align:center;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	font-size:15px;
	font-weight:normal;
	font-family:Calibri;
	position: relative;
	cursor: pointer;
	float: left;
	font-weight:bold;
	display:inline-table;
}

ul.MenuBarHorizontal a
{
	width:110px;
    display: block;
	cursor: pointer;
background-image:url(/images/img/dhbj.gif);
background-repeat:no-repeat;
text-decoration:none;
	color:#3d3d3d;
	height:33px;
	line-height:33px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background:#000;
	text-decoration:none;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
  
	background:#000;
	height:33px;
	color: #fff;
}


/* 二级菜单 */
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
    font-size: 12px;
	z-index: 1020;
	font-family:Calibri;
	cursor: default;
	width: 140px;
	height:50px;
	
	position: absolute;
	left: -800em;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
  width: 140px;
  text-align:left;
  font-family:Calibri;
  font-size:12px;

}
ul.MenuBarHorizontal ul li a
{
	background-color:#f3f3f1;
	background-image:none;
    width:140px;
padding-left:10px;
height:30px;
	font-weight:normal;
	color:#000;
}
ul.MenuBarHorizontal ul li a:hover
{
	background-color:#d7d6d6;
	color:#3d3d3d;
	height:30px;
	background-image:none;
    width:140px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}




/* 三级菜单 */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin:0 0 0 120px;	*margin:0 0 0 60px !important;	*margin:0 0 0 60px;
/* ie7和ie6的hack */	
}
ul.MenuBarHorizontal ul ul li a
{
	width:120px;
    background-color:#666;
	height:24px;
	line-height:24px;
	color:#CCC;

}
ul.MenuBarHorizontal ul ul li a:hover
{
	background-color:#999;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen  未知作用 */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#w1{ width:1px; font-size:0;}