@charset "UTF-8";
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 0 0 10px;
	_margin-left:5px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 897px;
	height:103px;
	position:relative;
	display:block;
	float:left;
	position:relative;
	z-index:100;

}
/* 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;
	float: left;
	height:103px;
}
/* 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;
	clear:both;
	background-color:#5f5e5b;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:195px;
	position: absolute;
	left: -1000em;
	top:58px;
	border-left:none; border-right:none;
	
}
/* 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
{
	height:29px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0% 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;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:15px;
	color:#0b265d;
	padding:0;
	text-decoration: none;
	height:103px;
	width:auto;
}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarHorizontal ul a
{
	display: block;
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	cursor: pointer;
	padding: 6px 0 0 5px;
	height:23px;
	text-decoration: none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #cc9d65;
	width:190px;
}
ul.MenuBarHorizontal ul a:hover{
	border-right:none;
	border-left:none;
	background-color:#000033;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
}

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


/*MY STYLES*/
#b-home:link, #b-home:visited {
	width:80px;
	background:url(../images/b-home.jpg) no-repeat top;
}

#b-about:link, #b-about:visited {
	width:100px;
	background:url(../images/b-about.jpg) no-repeat top;
}

#b-products:link, #b-products:visited {
	width:103px;
	background:url(../images/b-products.jpg) no-repeat top;
}

#b-news:link, #b-news:visited {
	width:73px;
	background:url(../images/b-news.jpg) no-repeat top;
}

#b-faq:link, #b-faq:visited {
	width:62px;
	background:url(../images/b-faq.jpg) no-repeat top;
}

#b-recipes:link, #b-recipes:visited {
	width:86px;
	background:url(../images/b-recipes.jpg) no-repeat top;
}

#b-recipes:link, #b-recipes:visited {
	width:86px;
	background:url(../images/b-recipes.jpg) no-repeat top;
}

#b-resources:link, #b-resources:visited {
	width:117px;
	background:url(../images/b-resources.jpg) no-repeat top;
}

#b-where-to-buy:link, #b-where-to-buy:visited {
	width:135px;
	background:url(../images/b-where-to-buy.jpg) no-repeat top;
}

#b-contact:link, #b-contact:visited {
	width:141px;
	background:url(../images/b-contact.jpg) no-repeat top;
}

#b-home:hover, #b-about:hover, #b-products:hover, #b-news:hover, #b-faq:hover, #b-recipes:hover, #b-resources:hover, #b-where-to-buy:hover, #b-contact:hover, .selected {
	background-position: bottom!important;
}

ul.MenuBarHorizontal span {
	display:none;
}
