@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
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	margin: 0;
	padding: 0;
}
/* 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: 10000000;
}
/* 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: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 0.2em;
	background-image: url(../images/templates/graphic_menudivider.png);
	background-position: right 0px;
	background-repeat: no-repeat;
}
/* 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: 100000000;
	cursor: default;
	position: absolute;
	left: -1000em;
	min-width: 150px;
	background-color: #F6F9FC;
	background-image: url(../images/templates/bg_submenu.png);
	background-repeat: repeat-x;
	background-position: top;
	/*
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	*/
}
/* 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 #D9E6F1;
	margin-top: -4px;
	padding-bottom: 5px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9em;
	background-image: none;
	float: none;
	clear: both;
	padding-right: 0.2em;
	padding-left: 0.2em;
	height: 2em;
}
/* 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.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
}

/*******************************************************************************

 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-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-top: 0.6em;
	padding-right: 11px;
	padding-bottom: 0.5em;
	padding-left: 11px;
}
/* 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;
}
/* 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; */
}

/*******************************************************************************

 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: 100000000;
	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; */
	}
}
#MenuBar1 li ul li a,
#MenuBar1 li ul li a:link,
#MenuBar1 li ul li a:active,
#MenuBar1 li ul li a:visited
{
	color: #000;
	border-bottom: 1px solid #ccc;
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;	
}

#MenuBar1 li ul li a:hover
{
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
ul.MenuBarHorizontal #list_OfficeProducts ul .divMenuLeftColumn,
ul.MenuBarHorizontal #list_Technology ul .divMenuLeftColumn {
	width: 20em;
	float: left;
}
ul.MenuBarHorizontal #list_OfficeProducts ul .divMenuRightColumn,
ul.MenuBarHorizontal #list_Technology ul .divMenuRightColumn {
	width: 20em;
	float: left;
}
#list_OfficeProducts ul, 
#list_Technology ul {
	width: 40em;
}
ul.MenuBarHorizontal #list_OfficeProducts ul li, 
ul.MenuBarHorizontal #list_Technology ul li {
	/*float: left;
	clear: none;*/
	width: 19.5em;
}
/*
#list_Technology ul {
	width: 18em;
}
ul.MenuBarHorizontal #list_Technology ul li {
	width: 17.5em;
}
*/
#list_OrderingTools ul {
	width: 13em;
}
ul.MenuBarHorizontal #list_OrderingTools ul li {
	width: 12.5em;
}

#list_BreakroomJan ul {
	width: 35em;
}
ul.MenuBarHorizontal #list_BreakroomJan ul .divMenuLeftColumn {
	width: 17em;
	float: left;
}
ul.MenuBarHorizontal #list_BreakroomJan ul .divMenuRightColumn {
	width: 17em;
	float: left;
}
ul.MenuBarHorizontal #list_BreakroomJan ul li {
	float: left;
	clear: none;
	width: 16.5em;
		
}

ul.MenuBarHorizontal #SpecialsMenu ul {
	width: 13.5em;
}
ul.MenuBarHorizontal #SpecialsMenu ul li {
	width: 13em;
}
/*
#list_MyAccount ul {
	width: 18em;
}
ul.MenuBarHorizontal #list_MyAccount ul li {
	float: left;
	clear: none;
	width: 8.5em;
}
*/
#MenuBar1 #buttonGoGreen img {
	position: absolute;
	margin-left: -25px;
	margin-top: -5px;
}
#MenuBar1 #buttonGoGreen a {
	margin-left: 22px;
}
#MenuBar1 .menustar {
	float: left;
	margin-right: 5px;
	border: none;
}
#listitem_PromotionalProducts, #listitem_HolidayCards {
	height: 90px;
}
#a_PromotionalProducts, #a_HolidayCards {
	height: 75px;
}

