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

 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
{	
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 616px;
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:21px;
	margin-bottom:1px;
}
img{outline:none;}

/* 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%;
	text-align: left;
	cursor: pointer;
	float: left;
}

/* 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: 70%;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -100em;
}
ul.MenuBarHorizontal ul
{
	padding-top: 0.4em ;
}
ul.MenuBarHorizontal ul a
{
	border-bottom: 2px solid #fff;
	border-left:none;
	padding: 0.5em .5em;
}
/* 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
{
	width: 15em;
	border-bottom:1px solid #ffffff;
}
/* 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 right border, padding, and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #9bd3ae;		
	/*padding: 0.5em 1.2em;*/
	font: normal .85em verdana;
	color: #fff;
	text-decoration: none;
	
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #6d6f71;
	color: #fff;
	text-decoration: none;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #6d6f71;
	color: #fff;
	text-decoration: none;
}

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

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

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

/* Main menu items are set to use a background image for normal and hover states */
ul.MenuBarHorizontal a.MenuBarItemSubmenu_hom
{
	background-image: url(../images/nav/story.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	border:none;
	text-indent:-10000px;

}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_hom
{
	background-image: url(../images/nav/story.png);
	background-repeat: no-repeat;
	background-position:0 -22px ;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border:none;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_serv
{
	background-image: url(../images/nav/services.png);
	background-repeat: no-repeat;
	background-position:0 0;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border:none;
	text-indent:-10000px;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_serv
{
	background-image: url(../images/nav/services.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_tech
{
	background-image: url(../images/nav/application.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	border:none;
	text-indent:-10000px;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_tech
{
	background-image: url(../images/nav/application.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	border:none;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_car
{
	background-image: url(../images/nav/careers.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	border:none;
	text-indent:-10000px;
		}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_car
{
	background-image: url(../images/nav/careers.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	width: 123px;
	height: 22px;
	margin: 0;
	padding: 0;
	border:none;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_con
{
	background-image: url(../images/nav/contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 124px;
	height: 22px;
	margin: 0;
	padding: 0;
	border:none;
	text-indent:-10000px;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_con
{
	background-image: url(../images/nav/contact.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	width: 124px;
	height: 22px;
	margin: 0;
	padding: 0;
	border:none;
}
/*you are here states*/
#body_hom ul.MenuBarHorizontal a.MenuBarItemSubmenu_hom {
background-position: 0 -22px;
}
#body_serv ul.MenuBarHorizontal a.MenuBarItemSubmenu_serv {
background-position: 0 -22px;
}
#body_tech ul.MenuBarHorizontal a.MenuBarItemSubmenu_tech {
background-position: 0 -22px;
}
#body_car ul.MenuBarHorizontal a.MenuBarItemSubmenu_car {
background-position: 0 -22px;
}
#body_con ul.MenuBarHorizontal a.MenuBarItemSubmenu_con {
background-position: 0 -22px;
}


span.hidden
{
	display: 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;
	}
}





ul.MenuBarHorizontal a.selected{
		background-color: #6d6f71;
		}



