/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

 

/* Layout */

.header {
	position: relative;
	z-index: 10;
	}

.right {
	float: right;
	margin: 0 10 0 10;
	}
.left {
	float: left;
	margin: 0 0 0 0;
	}
.center {
	text-align: center;
	}


/* Header */
 
#header {
	margin: 0 0 0 
	position: relative;
	height:15px;
	float: right;
	}

/* Nav */

#nav {
	list-style: none;
	margin: 22px 0 0 0;
	padding: 0;
	float: left;
	width: 435px;
	position: relative;
	z-index: 1050;
	font-size: 1.25em;
	line-height: 2em;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 16px;
	}
#nav li {
	float: left;
	list-style: none;
	}
#nav li3 {
	float: left;
	list-style: none;

	}
#nav li a {
	display: block;
	list-style:none;
	}
#nav li a.top {
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: .05em;
	position: relative;
	z-index: 1050;
	border: 0px;
	border-bottom: none;
	color: #666;
	padding: 0;
	text-indent: -9999px;
	height: 30px;
	background-image: url(http://www.sambazon.com/header/media/images/nav.png);
	background-repeat: no-repeat;
	}
#nav li.products a.top { background-position: 0px 0%; width: 70px;}
#nav li.community a.top { background-position: -70px 0%; width: 93px; }
#nav li.about a.top { background-position: -163px 0%; width: 80px; }
#nav li.nutrition a.top { background-position: -244px 0%; width: 84px; }
#nav li.recipes a.top { background-position: -328px 0%; width: 64px; }

	
#nav li.products a.top:hover, #nav li.products:hover a.top {
	background-image: url(http://www.sambazon.com/header/media/images/nav.png);
	background-position: 0px 100%; width: 70px;
	background-color:#FFF;
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	margin-bottom: -1px;
	text-decoration: none;
	}
#nav li.community a.top:hover, #nav li.community:hover a.top {
	background-image: url(http://www.sambazon.com/header/media/images/nav.png);
	background-position: -70px 100%; width: 93px;
	background-color:#FFF;
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	margin-bottom: -1px;
	text-decoration: none;
	}

#nav li.about a.top:hover, #nav li.about:hover a.top {
	background-image: url(http://www.sambazon.com/header/media/images/nav.png);
	background-position: -163px 100%; width: 80px;
	background-color:#FFF;
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	margin-bottom: -1px;
	text-decoration: none;
	}
#nav li.nutrition a.top:hover, #nav li.nutrition:hover a.top {
	background-image: url(http://www.sambazon.com/header/media/images/nav.png);
	background-position: -244px 100%; width: 84px;
	background-color:#FFF;
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	margin-bottom: -1px;
	text-decoration: none;
	}
#nav li.recipes a.top:hover, #nav li.recipes:hover a.top {
	background-image: url(http://www.sambazon.com/header/media/images/nav.png);
	background-position: -328px 100%; width: 64px;
	background-color:#FFF;
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	margin-bottom: -1px;
	text-decoration: none;
	}

#nav li .box {
	position: absolute;
	margin-left:8px;
	z-index: 1000;
	left: -9999px;
	width: 450px;
	border: 0px;
	font-size: .6667em;
	line-height: 1.5em;
	text-transform: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-color: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	}
#nav.jquery li .box {
	left: 0;
	}
#nav li.box {
	width: 465px;
	}
#nav .box .columns {
	background-color: #FFF;
	}

#nav li .box .left, #nav li .box .right {
	margin: 0;
	}
#nav li:hover .box {
	left: 0;
	}
#nav .box li {
	float: none;
	margin: 0 0;
	}
#nav .box li a {
	border: none;
	padding: 0;
	display: inline;
	}
#nav .box a, #nav .box img {
	border: none;
	padding:0;
	}
#nav .box h2 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 1.32em;
	line-height: 1.0em;
	margin: 1.1em 0 0 0;
	color: #921925;
	padding-left:15px;
	font-weight:600;
	}
	
#nav .box h2 a {
	color: #59164d;
	text-decoration: none;
	outline: none;
	display: inline;
	padding-right: 12px;
	}
#nav .box h2 a:hover {
	text-decoration: underline;
	}
#nav .box h3 {
	text-transform: lowercase;
	margin-top: 1em;
	color: #921925;
	font-family: Arial, serif;
	}
#nav .box .descriptionHeader {
	margin-top: 5px;
	color: #30ad24;
	font-family: Georgia, Arial, serif;
	font-size: 1.45em;
	}	
	
#nav .box .descriptionText {
	margin-top: 1em;
	color: #727272;
	font-family: Arial, serif;
	}	
#nav .box ul {
	list-style: none;
	color: #30ad24;
	font-size:1.05em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-transform: none;
	}
#nav .box ul a {
	color: #30ad24;
	}
#nav .box ul a:hover {
	text-decoration: underline;
	}

#nav .column {
	width: 225px;
	float: left;
	margin-right: 0px;
	}
#nav .column.border {
	margin-right: 0px;
	}
	
#nav .column.border2 {
	width: 225px;
	height:295px;
	padding-right:0px;
	padding-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	}
#nav .column.last {
	margin-right: 0;
	}

