@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

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

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

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

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

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
	cursor: default;
	width: 120px;
}
/* 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 same fixed width as parent */
/*メニュー項目容器はこの容器に比例して子供を置いて、親と同じ固定幅です。*/
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
	position: relative;
	text-align: left;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top left;
	height: 27px;
	font-weight: bold;
	width: 120px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
/*サブメニューは、より高いz-インデックスで権利(95%)と、そして、(-5%)の上にわずかに重なりながら、現れるべきですが、それらは初めはスクリーン(-1000em)の左側にあります。*/
/*　サブメニューの表示位置　*/
ul.MenuBarVertical ul
{
	margin: 0px 0px 0px 140px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	width: 120px;
	color:#333333;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
/*MenuBarSubmenuVisible、私たちが左に0にセットするので、それがスクリーンに来るのを、クラス名称で示しているサブメニュー*/
/*　サブメニュー　*/
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	background-image: url(SpryMenuBarSub.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/* Menu item containers are same fixed width as parent */
/*メニュー項目容器は親と同じ固定幅です。*/
ul.MenuBarVertical ul li
{
	height:25px;
}
ul.MenuBarVertical ul li
{
	height:25px;
	width: 120px;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Menu items are a light gray block with padding and no text decoration */
/*　サブメニューを持たないメニュー*/
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	height:13px;
	width:120px;
	background-image: url(SpryMenuBar.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 10px 9px 10px;
	color: #333333;
	text-decoration: none;
}
ul.MenuBarVertical a:visited
{
	color: #333333;
}
ul.MenuBarVerticalSub a
{
	display: block;
	cursor: pointer;
	height:22px;
	width:170px;
	padding: 3px 3px 0px 10px;
	color: #333;
	text-decoration: none;
	background-image: url(SpryMenuBarSub.png);
	background-repeat: no-repeat;
	text-decoration:none;
	color:#000000;
}
ul.MenuBarVerticalSub a:visited
{
	color: #333333;
}
ul.MenuBarVerticalSub a:hover
{
	display: block;
	cursor: pointer;
	height:22px;
	padding: 3px 3px 0px 10px;
	color: #333;
	text-decoration: none;
	background-image: url(SpryMenuBarRightHover.png);
	background-repeat: no-repeat;
	text-decoration:none;
	color:#000000;
}

/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	width: 120px;
	color:#333333;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
	width: 120px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*　サブメニューを持たないメニューをマウスオーバーしたとき*/
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image:url(SpryMenuBarHover.png);
	background-position:top left;
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-decoration:none;
}
ul.MenuBarSubmenuVisible li
{
	background-image:url(SpryMenuBarSub.png);
	font-size:10pt;
}
ul.MenuBarSubmenuVisible a:hover

 {
	background-image:url(SpryMenuBarSubHover.png);
	font-size:10pt;
	color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	width: 170px;
 }
/*******************************************************************************

 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.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 120px;
	color:#333333;
}

/* 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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.png);
	background-repeat: no-repeat;
	background-position: top left;
	color:#FFFFFF;
	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.MenuBarVertical 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 */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

