@charset "UTF-8";

/*******************************************************************************

 TOP LINKS: main nav links are set as background images

 *******************************************************************************/


/* FIRST LEVEL LINKS 
a#navAboutPabst, a#navAboutPabst:active, a#navAboutPabst:visited, a#navAboutPabst:focus {
	display: block;
	width: 150px;
	height: 27px;
	background: url(../../media/images/layout/nav_about_off.gif) no-repeat top left
}

a#navAboutPabst:hover {
	background: url(../../media/images/layout/nav_about_on.gif) no-repeat bottom left
}

a#navOurPortfolio, a#navOurPortfolio:active, a#navOurPortfolio:visited, a#navOurPortfolio:focus {
	display: block;
	width: 160px;
	height: 27px;
	background: url(../../media/images/layout/nav_portfolio_off.gif) no-repeat top left
}
a#navOurPortfolio:hover {
	background: url(../../media/images/layout/nav_portfolio_on.gif) no-repeat bottom left
}

a#navAwards, a#navOurPortfolio:active, a#navOurPortfolio:visited, a#navOurPortfolio:focus {
	display: block;
	width: 105px;
	height: 27px;
	background: url(../../media/images/layout/nav_awards_off.gif) no-repeat top left
}
a#navAwards:hover {
	background: url(../../media/images/layout/nav_awards_on.gif) no-repeat bottom left
}

a#navCareers, a#navOurPortfolio:active, a#navOurPortfolio:visited, a#navOurPortfolio:focus {
	display: block;
	width: 109px;
	height: 27px;
	background: url(../../media/images/layout/nav_careers_off.gif) no-repeat top left
}
a#navCareers:hover {
	background: url(../../media/images/layout/nav_careers_on.gif) no-repeat bottom left
}

a#navDistributors, a#navOurPortfolio:active, a#navOurPortfolio:visited, a#navOurPortfolio:focus {
	display: block;
	width: 147px;
	height: 27px;
	background: url(../../media/images/layout/nav_distributors_off.gif) no-repeat top left
}
a#Distributors:hover {
	background: url(../../media/images/layout/nav_distributors_on.gif) no-repeat bottom left
}

a#navContactUs, a#navOurPortfolio:active, a#navOurPortfolio:visited, a#navOurPortfolio:focus {
	display: block;
	width: 140px;
	height: 27px;
	background: url(../../media/images/layout/nav_contact_off.gif) no-repeat top left
}
a#navContactUs:hover {
	background: url(../../media/images/layout/nav_contact_on.gif) no-repeat bottom left
}

*/

/* 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

 *******************************************************************************/

/* 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 */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font:bold 12px Verdana, Arial, sans-serif;
	position: relative;
	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 (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	z-index: 1020;
	cursor: default;
	width: 150px;
	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
{
	width: 150px;
	border-bottom: solid 1px #8b2625
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

ul.MenuBarHorizontal ul li.navBtm {
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 3px;
	font-size: 0;
	background: url(../../media/images/layout/navBtm.gif) no-repeat top left;
	border: none
}

li.navBtm a {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0
}


ul.MenuBarHorizontal a.topLink, ul.MenuBarHorizontal a.topLink:active, ul.MenuBarHorizontal a.topLink:visited, ul.MenuBarHorizontal a.topLink:focus
{
	display: block;
	cursor: pointer;
	padding: 0
}

/* Menu items are a red block with padding and no text decoration */
ul.MenuBarHorizontal ul li a, ul.MenuBarHorizontal ul li a:active, ul.MenuBarHorizontal ul li a:visited, ul.MenuBarHorizontal ul li a:focus
{
	display: block;
	cursor: pointer;
	background-color: #701110;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none
}


/* Menu items that have mouse over or focus have a gold background and white text */
ul.MenuBarHorizontal ul li a:hover
{
	background-color: #e0bf7e;
	color: #FFF
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a gold background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #e0bf7e;
	color: #FFF
}

/*******************************************************************************

 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
}
