@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* 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;
	list-style-type: none;
	font-size: 13px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-image: url(../images/template/graphic_menudivider.png);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0.25em;
	padding-bottom: 0;
	padding-left: 0.25em;
	/* width: 13.25em; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* 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.35em;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	background-color: #E3EBF1;
	background-image: url(../images/template/bg_dropdownmenu.png);
	background-repeat: repeat-x;
	background-position: top;
	filter: alpha(opacity=97);
	opacity: 0.97;
	-moz-opacity: 0.97;
}
/* 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;
	border: 3px solid #5A79A5;
	margin-top: -5px;
	padding-bottom: 5px;
	margin-left: 0px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14em;
	background-image: none;
	float: none;
	clear: both;
	padding-right: 0em;
	padding-left: 0em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 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;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible a {
	font-weight: normal;
	padding-top: 0.65em;
	padding-right: 0.5em;
	padding-bottom: 0.65em;
	padding-left: 0.5em;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:link, ul.MenuBarHorizontal a:visited
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFFFFF;
	text-decoration: underline;
	background: #5A79A5;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/* text-decoration: underline; */
}


/*******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{

}


/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
/* 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; */
	}
}

/*******************************************************************************

 JS Styles

 *******************************************************************************/
#ShopMenu li ul li a,
#ShopMenu li ul li a:link,
#ShopMenu li ul li a:active,
#ShopMenu li ul li a:visited
{
	color: #000063;
	font-size: 0.95em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#ShopMenu li ul li a:focus, #ShopMenu li ul li a:hover {
	background: none;
}
#button_GreenItems {
	background-image: url(../images/template/bg_greenitems.png);
	margin-right: 2px;
}
#button_OfficeProducts {
	background-image: none;
}

/* Menu specific */
#list_OfficeProducts ul, #list_Technology ul, #list_Furniture ul {
	width: 43em;
}
ul.MenuBarHorizontal #list_OfficeProducts ul li, ul.MenuBarHorizontal #list_Technology ul li, ul.MenuBarHorizontal #list_Furniture ul li {
	float: left;
	clear: none;
	width: 21em;
}
#list_BreakroomJan ul {
	width: 39em;
}
ul.MenuBarHorizontal #list_BreakroomJan ul li {
	float: left;
	clear: none;
	width: 19em;
}
#BoxShadow #Box #Menu #ShopMenu .MenuBarSubmenuVisible .showcase a {
	font-weight: bold;
	color: #000000;
	font-size: 105%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CAAC6;
	padding-top: 1.25em;
	padding-bottom: 0.85em;
}

