/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* #nav { padding:0 20px; font-size:1.1em; } */
#nav { padding:0; font-size: 0.9em; width: 970px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; padding-right: 0px; padding-left: 6px; display: block; height: 52px;}
#nav li.active a { color:#000; }
#nav a { 
	float:left;
	padding:0px 12px 0px 8px;
	color:#000;
	font-size: 0.9em;
	height: 52px;
	text-align: center;
	background: url(/static/img/menu_btn.jpg) repeat-x; 
}

#nav a span {display: block; padding-top: 13px;}

#nav li.over a,
#nav a:hover { color:#96733d; height: 52px; background: url(/static/img/menu_btn.jpg) repeat-x; display: block; font-weight: bold;}
#nav li span { display:block; cursor:pointer; white-space:normal; }

/************ 1ST LEVEL ************/
#nav ul { position: relative; top: 20px; background: #39332a;}
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-top: 0px; padding-bottom:0px; padding-right:0px; height: auto !important;}
/* #nav ul li.over { background: #39332a; }  */
/* #nav ul li.over { background: #474239; } */
/* #nav ul li.last { background:#96733d; padding-bottom:0; } */

#nav ul a,
 #nav ul a:hover { float:none; padding:0; background: #39332a !important; margin: 0px;} 
/* #nav ul a:hover {float:none; padding:0; margin: 0px; background: #474239;} */
#nav ul li a { font-weight:normal !important; }
#nav ul li a {height: auto !important;}

/************ 2ND LEVEL ************/
#nav ul {
	position:absolute;
	width:15em;
	top:50px;
	left:-10000px;
	border-right:1px solid #96733d;
	border-bottom:1px solid #96733d;
	border-left:1px solid #96733d;
	border-top: 1px solid #96733d;
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a {font-size: 1.1em; height: 20px; color: #898379 !important;}
#nav ul li a:hover { color: #fff !important;}
#nav ul li a,
#nav ul li a:hover {}
/* #nav ul span, #nav ul li.last li span { padding:1px 1px 2px 1px; width: 15em; text-align: left;} */
#nav ul span, #nav ul li.last li span { padding:0px 1px 0px 1px; width: 15em; text-align: left;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }


/** CUSTOM MENU **/
/* /html/body/div/div/div[2]/div/ul/li[2]/a/span */
.nav-access-doors-storage-drawers span {width: 80px;}
.nav-outdoor-refrigeration span {width: 60px;}
.nav-outdoor-heating span {width: 40px;}
.nav-warming-drawers span {width: 40px;}
.nav-sideburners span {width: 55px;}
.nav-bbq-islands span {width: 40px;}
.nav-fireplaces-fire-pits span {width: 50px;}
.nav-outdoor-electronics span {width:50px;}
.nav-bbq-tools-accessories span {width: 62px;}
.nav-pizza-ovens span {width: 33px;}
.nav-patio-furniture span {width: 50px;}
.nav-grills span {width: 25px;}
.nav-outdoor-kitchen-components span { width: 40px;}
#nav .nav-specials-liquidation {display: none;}
#nav .nav-new-products {display: none;}
.nav-outdoor-refrigeration-icemakers {width: 85px;}
.nav-fireplaces-fire-pits-fire-glass-fire-rings {width: 72px;}

/** custom top link **/
a.top-link-cart { background: url(../images/cart_menu_bg.jpg) no-repeat center left; padding-left: 20px;}

/** cms menu madness **/
#cms-topmenu1 {
	
	background-image:url(/static/img/nav_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#cms-topmenu1 ul {
	text-align:center;
	height:30px;
	
}

#cms-topmenu1 ul li, #cms-topmenu1 ul li {
	display:block;
	float:left;
	background-image:url(/static/img/nav_dots.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:18px;
	padding-right:15px;
	height:30px;
	
}

#cms-topmenu1 ul li.last, #cms-topmenu1 ul li.last { background: none;}

#cms-topmenu1 ul li a {
	color:#ffffff;
	font-family:"times new roman",times,serif;
	font-size:15px;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	font-weight:normal;
	padding-top: 5px;
}
}
