@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

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
	cursor: default;
	width: 800px;
	background-color: #CF8534;
}
/* 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: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 112px;
	float: left;
	display: inline;
}
/* 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: 110px;
	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: 110px;
}
/* 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-right: 2px solid #8F8883;
	border-bottom: 2px solid #696059;

}
/* BROWN MENU -- BRAND */
/* BROWN Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal li.brand a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em 0.5em 3.5em;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	font-style: normal; 
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color:#963C00;
	padding: 0.5em 0.75em;
	color: #000000;
}
/* 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
{
	background-color: #963C00;
	color: #000000;
}



/* BLUE MENU -- PAW */
/* BLUE Menu items are a brown block with padding and no text decoration */
ul.MenuBarHorizontal li.paw a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em 0.5em 3.5em;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	font-style: normal; 
}

/* BLUE Submenu items are a light blue block with padding and no text decoration */
ul.MenuBarHorizontal ul li.blue a
{
	background-color:#ACCFF9;
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #FFFFFF;
}
/* BLUE Submenu items that have mouse over or focus have a dkblue background and white text */
ul.MenuBarHorizontal li.blue a:hover, ul.MenuBarHorizontal li.blue a:focus
{
	background-color: #80ABDB;
	color: #000000;
}
/* BLUE Submenu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal li.blue a.MenuBarItemHover, ul.MenuBarHorizontal li.blue a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.blue a.MenuBarSubmenuVisible
{
	background-color: #80ABDB;
	color: #000000;
}



/* GREEN SUBMENU -- HOUSE */
/* GREEN Menu items are a brown block with padding and no text decoration */
ul.MenuBarHorizontal li.house a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em 0.5em 3.5em;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	font-style: normal; 
}
/* GREEN Submenu items are a light green block with padding and no text decoration */
ul.MenuBarHorizontal ul li.green a
{
	background-color:#E1DB78;
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #FFFFFF;
}
/* GREEN Menu items that have mouse over or focus have a dkgreen background and white text */
ul.MenuBarHorizontal li.green a:hover, ul.MenuBarHorizontal li.green a:focus
{
	background-color: #9CA944;
	color: #000000;
}
/* GREEN Menu items that are open with submenus are set to MenuBarItemHover with a green background and white text */
ul.MenuBarHorizontal li.green a.MenuBarItemHover, ul.MenuBarHorizontal li.green a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.green a.MenuBarSubmenuVisible
{
	background-color: #9CA944;
	color: #000000;
}


/* GOLD SUBMENU -- BONE */
/* GOLD Menu items are a brown block with padding and no text decoration */
ul.MenuBarHorizontal li.bone a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em 0.5em 3.5em;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	font-style: normal; 
}
/* GOLD Submenu items are a light green block with padding and no text decoration */
ul.MenuBarHorizontal ul li.gold a
{
	background-color:#FFD799;
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #FFFFFF;
}
/* GOLD Menu items that have mouse over or focus have a dkgreen background and white text */
ul.MenuBarHorizontal li.gold a:hover, ul.MenuBarHorizontal li.gold a:focus
{
	background-color: #FDC862;
	color: #000000;
}
/* GOLD Menu items that are open with submenus are set to MenuBarItemHover with a gold background and white text */
ul.MenuBarHorizontal li.gold a.MenuBarItemHover, ul.MenuBarHorizontal li.gold a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.gold a.MenuBarSubmenuVisible
{
	background-color: #FDC862;
	color: #000000;
}



/* RUST SUBMENU */
/* RUST Menu items are a brown block with padding and no text decoration */
ul.MenuBarHorizontal li.hand a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em 0.5em 3.5em;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	font-style: normal; 
}
/* RUST Submenu items are a light rust block with padding and no text decoration */
ul.MenuBarHorizontal ul li.rust a
{
	background-color:#FFB568;
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #FFFFFF;
}
/* RUST Menu items that have mouse over or focus have a dkrust background and white text */
ul.MenuBarHorizontal li.rust a:hover, ul.MenuBarHorizontal li.rust a:focus
{
	background-color: #C54921;
	color: #000000;
}
/* RUST Menu items that are open with submenus are set to MenuBarItemHover with a rust background and white text */
ul.MenuBarHorizontal li.rust a.MenuBarItemHover, ul.MenuBarHorizontal li.rust a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.rust a.MenuBarSubmenuVisible
{
	background-color: #C54921;
	color: #000000;
}



/* YELLOW SUBMENU */
/* YELLOW Menu items are a brown block with padding and no text decoration */
ul.MenuBarHorizontal li.truck a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em 0.5em 3.5em;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	font-style: normal; 
}
/* YELLOW Submenu items are a light yellow block with padding and no text decoration */
ul.MenuBarHorizontal ul li.yellow a
{
	background-color:#FBE17A;
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #FFFFFF;
}
/* YELLOW Menu items that have mouse over or focus have a dkyellow background and white text */
ul.MenuBarHorizontal li.yellow a:hover, ul.MenuBarHorizontal li.yellow a:focus
{
	background-color: #FBCA08;
	color: #000000;
}
/* YELLOW Menu items that are open with submenus are set to MenuBarItemHover with a yellow background and white text */
ul.MenuBarHorizontal li.yellow a.MenuBarItemHover, ul.MenuBarHorizontal li.yellow a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.yellow a.MenuBarSubmenuVisible
{
	background-color: #FBC08;
	color: #000000;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* BLUE MENU */
/* 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 li.paw a.MenuBarItemSubmenu
{
	background-image: url(../Images/MenuImages/Paw1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal li.paw a.MenuBarItemSubmenuHover
{
	background-image: url(../Images/MenuImages/Paw2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/* GREEN MENU */
/* 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 li.house a.MenuBarItemSubmenu
{
	background-image: url(../Images/MenuImages/House1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal li.house a.MenuBarItemSubmenuHover
{
	background-image: url(../Images/MenuImages/House2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* GOLD MENU */
/* 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 li.bone a.MenuBarItemSubmenu
{
	background-image: url(../Images/MenuImages/Bone1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal li.bone a.MenuBarItemSubmenuHover
{
	background-image: url(../Images/MenuImages/Bone2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* RUST MENU */
/* 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 li.hand a.MenuBarItemSubmenu
{
	background-image: url(../Images/MenuImages/Hand1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal li.hand a.MenuBarItemSubmenuHover
{
	background-image: url(../Images/MenuImages/Hand2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* YELLOW MENU */
/* 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 li.truck a
{
	background-image: url(../Images/MenuImages/Truck1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal li.truck a:hover
{
	background-image: url(../Images/MenuImages/Truck2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* BROWN MENU */
/* 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 li.brand a
{
	background-image: url(../Images/MenuImages/Brand1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal li.brand a:hover
{
	background-image: url(../Images/MenuImages/Brand2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


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

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