ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	color: #666666;
	float: left;
	height: 30px;
	width: 147px;
	display: block;
}



ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
	cursor: pointer;
	width: 147px;
	position: absolute;
	left: -1000em;
}


ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}


ul.MenuBarHorizontal ul li
{
	width: 100%;
}


ul.MenuBarHorizontal ul ul
{
	position: absolute;
}




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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	background-image: url(../image/btn-00_1.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 145px;
	padding-top: 5px;
	margin-top: -5px;
}



ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}


ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
}



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

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

 *******************************************************************************/
/*** MENU title  ***/

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	font-size: 12pt;
	background-repeat: no-repeat;
	width: 145px;
	background-position: center;
	margin: 0px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	line-height: 18px;
	font-weight: bold;
}


ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../image/btn-00_2.gif);
	width: 145px;
	background-repeat: no-repeat;
}

/*** MENU title - アクティブ  ***/
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../image/btn-00_2.gif);
	width: 145px;
	background-repeat: no-repeat;	
}


ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../image/btn-00_2.gif);
	width: 145px;
	background-repeat: no-repeat;	
}


ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
	background-image: url(../image/btn-00_2.gif);
	width: 145px;
	background-repeat: no-repeat;
}





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

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

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


ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 10px;
	cursor: pointer;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	color: #666666;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	line-height: 10px;
	font-weight: bold;
}
