@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

#menu-container
	{
	position: absolute;
	height: 30px;
	background-image: url(../microsoft.files/back.gif);
	width: 900px;
	left: -1px;
	top: 242px;
	border: 1px #999 solid;
	}
	
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	cursor: default;
}
/* 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
{
	list-style-type: none;
	position: relative;
	text-align: left;
	border-left: 1px #99BFEA solid;
	cursor: pointer;
	height: 29px;
	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 (-1000em) */
ul.MenuBarHorizontal ul
{
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 152px;
	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
{
	border-left: none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -0.5% 0 0 100%;
}
/* 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
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 8px 5px;
	font-weight:bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding-left:17px;
	padding-right:17px;

}

/*******************************************************************************

 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;
	}
}

#profad_menu a.top_parent:link {
	background: url(../images/main-nav-bkgd.jpg) repeat-x top left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#profad_menu a.top_parent:visited {
	background: url(../images/main-nav-bkgd.jpg) repeat-x top left;
	color: #fff;
	font-weight: bold;
}

#profad_menu a.top_parent:hover {
	background: url(../images/main-nav-bkgd-roll.jpg) repeat-x top left;
	color: #f60;
}

a.drop:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	width: 118px;
	background-color: #F6FAFD;
}

a.drop:visited {
	color: #666;
	text-decoration: none;
	width: 118px;
	font-weight: bold;
	text-transform: none;
	background-color: #F6FAFD;
}
a.drop:hover {
	color: #FF6600;
	text-decoration: none;
	width: 118px;
	font-weight: bold;
	text-transform: none;
	background-color: #EEE;
}

a.drop2:link {
	color: #666;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	width: 226px;
	background-color: #EEE;
}

a.drop2:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	width: 226px;
	background-color: #EEE;
}

a.drop2:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-color: #ddd;
	width: 226px;
}

a.drop3:link {
	color: #666;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	width: 180px;
	background-color: #EEE;
}

a.drop3:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	width: 180px;
	background-color: #EEE;
}

a.drop3:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-color: #ddd;
	width: 180px;
}

a.drop4:link {
	color: #666;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	width: 165px;
	background-color: #EEE;
}

a.drop4:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	width: 165px;
	background-color: #EEE;
}

a.drop4:hover {
	color: #FF6600;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	background-color: #ddd;
	width: 165px;
}

a.drop5:link {
	color: #666;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	width: 140px;
	background-color: #EEE;
}

a.drop5:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	width: 140px;
	background-color: #EEE;
}

a.drop5:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-color: #ddd;
	width: 140px;
}

ul.MenuBarHorizontal#profad_menu li ul li ul.drop-retail {
	width: 260px;
	}
	
ul.MenuBarHorizontal#profad_menu li ul li ul.drop-staffing {
	width: 214px;
	}
	
ul.MenuBarHorizontal#profad_menu li ul li ul.drop-gp {
	width: 199px;
	}
	
ul.MenuBarHorizontal#profad_menu li ul li ul.drop-ax {
	width: 174px;
	}