@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

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

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

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

 *******************************************************************************/
#header {
	background-image: url(/web/products.nsf/files/header_bg.jpg/$FILE/header_bg.jpg);
	height: 111px;
	background-repeat: no-repeat;
	padding: 0;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
	height: 16px;
}
/* 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: 16px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 125px;
	float: left;
	height: 21px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* 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
{
}
/* 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

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{

}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{color: #FFFFFF;}

ul.MenuBarHorizontal#MenuBar2 a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar2 a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar2 a.MenuBarSubmenuVisible*/
{color: #AFDDFF;}

ul.MenuBarHorizontal#MenuBar1 #acs a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar1 #acs a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar1 #acs a.MenuBarSubmenuVisible*/
{
	background-image: url(/web/products.nsf/files/nav_acsOn.png/$FILE/nav_acsOn.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	padding-top: 3px;
	padding-left: 3px;
}

ul.MenuBarHorizontal#MenuBar1 #news a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar1 #news a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar1 #news a.MenuBarSubmenuVisible*/ {
	background-image: url(/web/products.nsf/files/nav_newsOn.png/$FILE/nav_newsOn.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	font-variant: small-caps;
	text-align: center;
	margin-top: -3px;
}

ul.MenuBarHorizontal#MenuBar1 #products a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar1 #products a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar1 #products a.MenuBarSubmenuVisible*/ {
	background-image: url(/web/products.nsf/files/nav_productsOn.png/$FILE/nav_productsOn.png);
	background-repeat: no-repeat;
	width: 99px;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-top: -3px;
}



ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}

#MenuBar1 #acs {
	background-image: url(/web/products.nsf/files/nav_acsOff.png/$FILE/nav_acsOff.png);
	height: 22px;
	width: 174px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding-top: 3px;
	padding-left: 7px;
}


#MenuBar1 #products {
	background-repeat: no-repeat;
	background-image: url(/web/products.nsf/files/nav_productsOff.png/$FILE/nav_productsOff.png);
	width: 99px;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
#MenuBar1 #news {
	background-image: url(/web/products.nsf/files/nav_newsOff.png/$FILE/nav_newsOff.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	font-variant: small-caps;
	text-align: center;
}

#MenuBar2 .smL {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#MenuBar2 .smR {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 5px;
	color: #FFFFFF;
	padding-left: 20px;
}

#MenuBar2 .lg {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 20px;
	color: #FFFFFF;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#MenuBar2 .smespL {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 10px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 5px;
}

#MenuBar2 .smespR {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 5px;
	color: #FFFFFF;
	padding-left: 10px;
}

#MenuBar2 .lgesp {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 12px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 12px;
}

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

 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 */

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