@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* メニュー全体の表示状態 */
ul.MenuBarHorizontal {
	margin : 0;
	padding: 0;
}
ul.MenuBarActive {
	z-index: 1000;
}

/* 第１階層の表示状態 */
ul.MenuBarHorizontal li {
	float   : left;
	margin  : 0;
	padding : 0;
	position: relative;
	width   : 192px;
}

/* 第2階層以降の表示状態 */
ul.MenuBarHorizontal ul {
	height  : 37px;
	left    : -1000em;
	margin  : 0;
	padding : 0;
	position: absolute;
	width   : 192px;
	z-index : 1020;
}
ul.MenuBarHorizontal ul li {
	height : 37px;
	margin : 0;
	padding: 0;
	width  : 192px;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* 第１階層の背景色・文字色 */
ul.MenuBarHorizontal a {
	display         : block;
	height          : 100%; /* 高さを合わせる */
}


/*******************************************************************************

 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{
	filter  : alpha(opacity:0.1);
	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 */
@media screen, projection{
	ul.MenuBarHorizontal li.MenuBarItemIE	{
		display: inline;
		f\loat : left;
	}
}
