@charset "UTF-8";

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

 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: 100%;
	cursor: default;
	width: 160px;
	height:32px;
}
/* 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: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 160px;
	height:32px;
}
/* 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 (-100em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 160px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 160px;
	left: -100em;
	top: 0;
	background-color:#000000;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 160px;
	background-color:#000000;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	height: 32px;
	color: #333;
	text-decoration: none;
	text-indent:-9999px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
height: 32px;
}
/* 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, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	height: 32px;
}

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

 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-repeat: no-repeat;
	height: 32px;
	text-indent: -9999px;
}

/* 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
{
	height: 32px;
	background-repeat: no-repeat;
}

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

 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;
	}
}




/*global menu*/

#menu ul a {
	background-image:url(../images/parts/bn_global.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.n01 a {height: 32px; background-position: 0px 0px;}
.n02 a {height: 32px; background-position: 0px -32px;}
.n03 a {height: 32px; background-position: 0px -64px;}
.n04 a {height: 32px; background-position: 0px -96px;}
.n05 a {height: 32px; background-position: 0px -128px;}
.n06 a {height: 32px; background-position: 0px -160px;}

.n07 a {height: 32px; background-position: 0px -192px;}
.n08 a {height: 32px; background-position: 0px -224px;}
.n09 a {height: 32px; background-position: 0px -256px;}
.n10 a {height: 32px; background-position: 0px -288px;}
.n11 a {height: 32px; background-position: 0px -320px;}
.n12 a {height: 32px; background-position: 0px -352px;}
.n13 a {height: 32px; background-position: 0px -384px;}
.n14 a {height: 32px; background-position: 0px -416px;}
.n15 a {height: 32px; background-position: 0px -448px;}
.n16 a {height: 32px; background-position: 0px -480px;}
.n17 a {height: 32px; background-position: 0px -512px;}
.n18 a {height: 32px; background-position: 0px -544px;}
.n19 a {height: 32px; background-position: 0px -576px;}
.n20 a {height: 32px; background-position: 0px -608px;}
.n21 a {height: 32px; background-position: 0px -640px;}
.n22 a {height: 32px; background-position: 0px -672px;}
.n23 a {height: 32px; background-position: 0px -704px;}
.n24 a {height: 32px; background-position: 0px -736px;}
.n25 a {height: 32px; background-position: 0px -768px;}
.n26 a {height: 32px; background-position: 0px -800px;}
.n27 a {height: 32px; background-position: 0px -832px;}
.n28 a {height: 32px; background-position: 0px -864px;}
.n29 a {height: 32px; background-position: 0px -896px;}
.n30 a {height: 32px; background-position: 0px -928px;}
.n31 a {height: 32px; background-position: 0px -960px;}
.n32 a {height: 32px; background-position: 0px -992px;}
.n33 a {height: 32px; background-position: 0px -1024px;}
.n34 a {height: 32px; background-position: 0px -1056px;}
.n35 a {height: 32px; background-position: 0px -1088px;}
.n36 a {height: 32px; background-position: 0px -1120px;}
.n37 a {height: 32px; background-position: 0px -1152px;}

.n01 a:hover {height: 32px; background-position: -160px 0px;}
.n02 a:hover {height: 32px; background-position: -160px -32px;}
.n03 a:hover {height: 32px; background-position: -160px -64px;}
.n04 a:hover {height: 32px; background-position: -160px -96px;}
.n05 a:hover {height: 32px; background-position: -160px -128px;}
.n06 a:hover {height: 32px; background-position: -160px -160px;}
.n07 a:hover{height: 32px; background-position:-160px -192px;}
.n08 a:hover{height: 32px; background-position:-160px -224px;}
.n09 a:hover{height: 32px; background-position:-160px -256px;}
.n10 a:hover{height: 32px; background-position:-160px -288px;}
.n11 a:hover{height: 32px; background-position:-160px -320px;}
.n12 a:hover{height: 32px; background-position:-160px -352px;}
.n13 a:hover{height: 32px; background-position:-160px -384px;}
.n14 a:hover{height: 32px; background-position:-160px -416px;}
.n15 a:hover{height: 32px; background-position:-160px -448px;}
.n16 a:hover{height: 32px; background-position:-160px -480px;}
.n17 a:hover{height: 32px; background-position:-160px -512px;}
.n18 a:hover{height: 32px; background-position:-160px -544px;}
.n19 a:hover{height: 32px; background-position:-160px -576px;}
.n20 a:hover{height: 32px; background-position:-160px -608px;}
.n21 a:hover{height: 32px; background-position:-160px -640px;}
.n22 a:hover{height: 32px; background-position:-160px -672px;}
.n23 a:hover{height: 32px; background-position:-160px -704px;}
.n24 a:hover{height: 32px; background-position:-160px -736px;}
.n25 a:hover{height: 32px; background-position:-160px -768px;}
.n26 a:hover{height: 32px; background-position:-160px -800px;}
.n27 a:hover{height: 32px; background-position:-160px -832px;}
.n28 a:hover{height: 32px; background-position:-160px -864px;}
.n29 a:hover{height: 32px; background-position:-160px -896px;}
.n30 a:hover{height: 32px; background-position:-160px -928px;}
.n31 a:hover{height: 32px; background-position:-160px -960px;}
.n32 a:hover{height: 32px; background-position:-160px -992px;}
.n33 a:hover {height: 32px; background-position: -160px -1024px;}
.n34 a:hover {height: 32px; background-position: -160px -1056px;}
.n35 a:hover {height: 32px; background-position: -160px -1088px;}
.n36 a:hover {height: 32px; background-position: -160px -1120px;}
.n37 a:hover {height: 32px; background-position: -160px -1152px;}

