@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/*SpryMenuBarHorizontal.css - 修正︰ 活潑預覽釋放1.4 * / 

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/*版權(c)  2006. 灰度黏土系統合併。  版權所有。  */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order
 佈局訊息︰ 描述箱子為模型，確定的位置，z-order
 
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
/*最外貨櫃的選單條，汽車寬度座位沒有邊或者拉長的 */ 

ul.MenuBarHorizontal
{
	margin: 0;
	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 */
/*用這種種類確定活躍的選單條，目前把z索引放置到給予缺陷的accomodate IE︰ 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: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 6em;
	float: left;
}
/* 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) */
/*子選單應該在他們的父母下面出現(領導︰0)  由於一個更高的z索引，但是他們離螢幕(-1000em)的左邊最初  */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	visibility: visible;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
/*與班級指定一起顯示的子選單 MenuBarSubmenuVisible，我們確定給汽車離開，因此到它的父母選單項*的那些螢幕上來*/ 
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
/*選單項貨櫃相同的固定寬度作為父母 */ 
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/*子選單應該出現稍微地重疊對右邊(95%)  以及向上(-5%)  */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -1% 0 0 99%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
/*子選單與班級指定一起顯示MenuBarSubmenuVisible，我們確定隨著0離開，因此到這螢幕*上來*/  
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts
  設計資料︰ 描述顏色為計畫，邊境，字體 

 *******************************************************************************/

/* Submenu containers have borders on all sides */
/*子選單貨櫃有毗鄰全部側面的 */ 
ul.MenuBarHorizontal ul
{
	border: 1px solid #333;
}
/* Menu items are a light gray block with padding and no text decoration */
/*選單項在光灰色塊與一起填和正文裝飾*不 */ 
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background:no-repeat #002F2F;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
/*選單項有老鼠透過或者集中有藍色底子和白色正文 */ 
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus 
{
	background-color: #33C;
	color: #FFF;
	font-size: 10px;

}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*營業與子選單一起的選單項被調整到藍色底子和白色正文的MenuBarItemHover */ 
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #A7A37E;
	color: #FFF;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background:url(file://///192.168.0.8/www$/images/hover2.gif) no-repeat right top;
}




/*******************************************************************************

 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%) */
/*有一子選單有課指定MenuBarItemSubmenu的選單項並且準備使用一背景圖像關於遙遠左邊(95%)定位  並且垂直集中(50%)  */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(file://///192.168.0.8/www$/SpryAssets/SpryMenuBarDown.gif);  
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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%) */
/*有一子選單有課指定MenuBarItemSubmenu的選單項並且準備使用一背景圖像關於遙遠左邊(95%)定位  並且垂直集中(50%)  */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(file://///192.168.0.8/www$/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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%) */
/*子選單的營業的的選單項有這課指定MenuBarItemSubmenuHover並且準備使用一" 徘徊"  在遙遠的左邊定位的背景圖像(95%)  並且垂直集中(50%)  */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*	background-image: url(SpryMenuBarDownHover.gif);*/
/*	background:url(../images/hover2.gif) no-repeat right top;*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #A7A37E;
	color: #FFF;
}
/* 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%) */
/*與子選單一起的營業的的選單項有這課指定MenuBarItemSubmenuHover並且準備使用一" 徘徊"  在遙遠的左邊定位的背景圖像(95%)  並且垂直集中(50%)  */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(file://///192.168.0.8/www$/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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 */
/*為IE 亂砍︰ 保證，子選單顯示高於形式控制，我們為每個子選單的基礎iframe */ 
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
/*為IE 亂砍︰ 使選單項的出現穩定； 在浮標那些深砍制止IE 5.0分析*/ 
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
