@charset "UTF-8";

body{ font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size:12px}
/*去掉页面中链接的虚框*/
body a{outline:none;blr:expression(this.onFocus=this.blur());}

a,a:hover{ text-decoration:none}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */




ul.MenuBarHorizontal
{
	margin: 6px auto auto 0px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;	
}
/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	width: 190px;
	float: left;
	left:0;
	font-weight:bold;
	text-align:center;
	background-image: url(a_bg.gif);
	background-position:187px 3px;
	background-repeat:no-repeat;
	height:30px;
	line-height:22px;
}
/* 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
{
	margin: 0;
	padding:5px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 12.5em;
	float:left;
	position: absolute;
	left: -1000em;
	background:#f9fcff;
	margin-top:1px;
	margin-left:0px;
	width:220px; 

}

/* 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;
	border:#ccc 1px solid;
	-moz-box-shadow:3px 3px 4px #6a6a6a;   
    -webkit-box-shadow:3px 3px 4px #6a6a6a;   
    box-shadow:3px 3px 4px #6a6a6a;   
   
	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	width:220px;
	background:none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
		background:#f9fcff!important;
	
}
/* 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: -38px;
	top: 17px;
	background: none;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal li a
{
	display: block;
	padding: 0.5em 0.75em;
	color: #fff;
	background:none;
}
ul.MenuBarHorizontal li a hover
{
	display: block;
	padding: 0.5em 0.75em;
	color: #fff;
	background:url(bg.gif);
	background-position:0px 4px;
	background-repeat: no-repeat;
}

ul.MenuBarHorizontal li ul a
{
	display: block;
	padding: 0.5em 0.75em;
	color: #034ea2;
	background:none!important;
}

ul.MenuBarHorizontal li ul a:hover
{
	display: block;
	padding: 0.5em 0.75em;
	color: #09F;
	background:none;
	text-decoration:underline;
}




/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal  li a:hover, ul.MenuBarHorizontal  li a:focus
{
	background:url(bg.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	text-decoration:none; 
}


/* 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
{
	text-decoration:none; 
	background:none;
	display:block;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(a_bg.gif);
	background-position:187px 4px;
	background-repeat:no-repeat;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal li ul a.MenuBarItemSubmenu
{
	background:url(bg.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background:url(bg.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background:url(bg.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
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;
		float: left;
		
	}
}
