@charset "UTF-8";

/*******************************************************************************

 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
{
	/*font-size: 100%;*/
	cursor: default;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
	height:54px;
	width:800px;
	position:relative;
}
/* 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: 100%;*/
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 8em;*/
	float:left;
 	text-indent: -9999px;
	width:100px;
	height:54px;
}
ul.MenuBarHorizontal li a{
	text-decoration:none;
	display:block;
	width:100px;
	height:54px;
	overflow:hidden;
}

ul.MenuBarHorizontal li#navi_pro{background:url(../img/base/navi.gif) no-repeat 0px 0px;}
ul.MenuBarHorizontal li#navi_agent{background:url(../img/base/navi.gif) no-repeat -100px 0px;}
ul.MenuBarHorizontal li#navi_news{background:url(../img/base/navi.gif) no-repeat -200px 0px;}
ul.MenuBarHorizontal li#navi_about{background:url(../img/base/navi.gif) no-repeat -300px 0px;}
ul.MenuBarHorizontal li#navi_secu{background:url(../img/base/navi.gif) no-repeat -400px 0px;}
ul.MenuBarHorizontal li#navi_com{background:url(../img/base/navi.gif) no-repeat -500px 0px;}
ul.MenuBarHorizontal li#navi_link{background:url(../img/base/navi.gif) no-repeat -600px 0px;}
ul.MenuBarHorizontal li#navi_xxx{background:url(../img/base/navi.gif) no-repeat -700px 0px;cursor:default;}
/*---*/
ul.MenuBarHorizontal li#navi_pro a:hover{background:url(../img/base/navi.gif) no-repeat 0px -54px;}
ul.MenuBarHorizontal li#navi_agent a:hover{background:url(../img/base/navi.gif) no-repeat -100px -54px;}
ul.MenuBarHorizontal li#navi_news a:hover{background:url(../img/base/navi.gif) no-repeat -200px -54px;}
ul.MenuBarHorizontal li#navi_about a:hover{background:url(../img/base/navi.gif) no-repeat -300px -54px;}
ul.MenuBarHorizontal li#navi_secu a:hover{background:url(../img/base/navi.gif) no-repeat -400px -54px;}
ul.MenuBarHorizontal li#navi_com a:hover{background:url(../img/base/navi.gif) no-repeat -500px -54px;}
ul.MenuBarHorizontal li#navi_link a:hover{background:url(../img/base/navi.gif) no-repeat -600px -54px;}
ul.MenuBarHorizontal li#navi_xxx a:hover{background:url(../img/base/navi.gif) no-repeat -700px -54px;}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-100em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	z-index: 1020;
	cursor: default;
	width:100px;
	position: absolute;
	left: -100em;
	/*border: 1px solid #CCC;*/
}
/* 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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	margin: 0;
	padding: 0;
	width:100px;
	line-height:1.3;
 	text-indent: -9999px;
	text-align:center;
	height:30px;
}
ul.MenuBarHorizontal ul li a{
	/*background-color:#D1DEE7;*/
	width:100px;
	height:30px;
	display:block;
}
ul#navi_pro2 li#pro2_1{background:url(../img/base/puldown1.gif) no-repeat 0px 0px;}
ul#navi_pro2 li#pro2_2{background:url(../img/base/puldown1.gif) no-repeat 0px -30px;}
ul#navi_pro2 li#pro2_3{background:url(../img/base/puldown1.gif) no-repeat 0px -60px;}
ul#navi_pro2 li#pro2_4{background:url(../img/base/puldown1.gif) no-repeat 0px -90px;}
ul#navi_pro2 li#pro2_5{background:url(../img/base/puldown1.gif) no-repeat 0px -120px;}
ul#navi_pro2 li#pro2_6{background:url(../img/base/puldown1.gif) no-repeat 0px -150px;}
ul#navi_pro2 li#pro2_7{background:url(../img/base/puldown1.gif) no-repeat 0px -180px;}
ul#navi_pro2 li#pro2_8{background:url(../img/base/puldown1.gif) no-repeat 0px -210px;}
ul#navi_pro2 li#pro2_9{background:url(../img/base/puldown1.gif) no-repeat 0px -240px;cursor:default;}
/**/
ul#navi_pro2 li#pro2_1 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px 0px;}
ul#navi_pro2 li#pro2_2 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -30px;}
ul#navi_pro2 li#pro2_3 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -60px;}
ul#navi_pro2 li#pro2_4 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -90px;}
ul#navi_pro2 li#pro2_5 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -120px;}
ul#navi_pro2 li#pro2_6 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -150px;}
ul#navi_pro2 li#pro2_7 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -180px;}
ul#navi_pro2 li#pro2_8 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -210px;}
ul#navi_pro2 li#pro2_9 a:hover{background:url(../img/base/puldown1.gif) no-repeat -100px -240px;}
/**/
ul#navi_pro3 li#pro3_1{background:url(../img/base/puldown2.gif) no-repeat 0px 0px;}
ul#navi_pro3 li#pro3_2{background:url(../img/base/puldown2.gif) no-repeat 0px -30px;}
ul#navi_pro3 li#pro3_3{background:url(../img/base/puldown2.gif) no-repeat 0px -60px;}
ul#navi_pro3 li#pro3_4{background:url(../img/base/puldown2.gif) no-repeat 0px -90px;}
ul#navi_pro3 li#pro3_5{background:url(../img/base/puldown2.gif) no-repeat 0px -120px;}
ul#navi_pro3 li#pro3_6{background:url(../img/base/puldown2.gif) no-repeat 0px -150px;}
ul#navi_pro3 li#pro3_7{background:url(../img/base/puldown2.gif) no-repeat 0px -180px;}
/**/
ul#navi_pro3 li#pro3_1 a:hover{background:url(../img/base/puldown2.gif) no-repeat -100px 0px;}
ul#navi_pro3 li#pro3_2 a:hover{background:url(../img/base/puldown2.gif) no-repeat -100px -30px;}
ul#navi_pro3 li#pro3_3 a:hover{background:url(../img/base/puldown2.gif) no-repeat -100px -60px;}
ul#navi_pro3 li#pro3_4 a:hover{background:url(../img/base/puldown2.gif) no-repeat -100px -90px;}
ul#navi_pro3 li#pro3_5 a:hover{background:url(../img/base/puldown2.gif) no-repeat -100px -120px;}
ul#navi_pro3 li#pro3_6 a:hover{background:url(../img/base/puldown2.gif) no-repeat -100px -150px;}
ul#navi_pro3 li#pro3_7 a:hover{background:url(../img/base/puldown2.gif) no-repeat -100px -180px;}
/**/
ul#navi_pro4 li#pro4_1{background:url(../img/base/puldown3.gif) no-repeat 0px 0px;}
ul#navi_pro4 li#pro4_2{background:url(../img/base/puldown3.gif) no-repeat 0px -30px;}
ul#navi_pro4 li#pro4_1 a:hover{background:url(../img/base/puldown3.gif) no-repeat -100px 0px;}
ul#navi_pro4 li#pro4_2 a:hover{background:url(../img/base/puldown3.gif) no-repeat -100px -30px;}
/**/
ul#navi_pro5 li#pro5_1{background:url(../img/base/puldown4.gif) no-repeat 0px 0px;}
ul#navi_pro5 li#pro5_2{background:url(../img/base/puldown4.gif) no-repeat 0px -30px;}
ul#navi_pro5 li#pro5_1 a:hover{background:url(../img/base/puldown4.gif) no-repeat -100px 0px;}
ul#navi_pro5 li#pro5_2 a:hover{background:url(../img/base/puldown4.gif) no-repeat -100px -30px;}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	/*position: absolute;
	margin: -5% 0 0 95%;*/
}
/* 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: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	/*display: block;*/
	cursor: pointer;
	/*background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	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;
}
/* 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;
		background: #FFF;
	}
}
