/**
 * 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; font-size:1.1em; po}

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

/************ 0 LEVEL  ***************/
#nav li { float:left; display: block; width: auto; }
#nav li.active a { color:#1786c9; display: block;}
#nav a { float:left; padding:5px 0px 6px 4px; color:#4e4e4e; font-weight: bold; text-transform:uppercase;font-family: Gotham, arial, sans-serif;display: block; }
#nav li.over a,
#nav a:hover { color:#1786c9;display: block; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; position: relative; z-index: 10000; display: block;}
#nav ul li.over { }
#nav ul li.last { padding-bottom:0px;display: block; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; display: block; }
#nav ul li a { font-weight:normal !important;display: block; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:110px; top:25px; left:-10000px; background-color: #167dbb; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; -moz-box-shadow:0 2px 4px #898989; -webkit-box-shadow:0 2px 4px #898989; box-shadow:0 2px 4px #898989;  
 }

/* Show menu */
#nav li.over > ul { left:8px; top: 22px;display: block;}
#nav li.over > ul li.over > ul { left:100px; display: block; }
#nav li.over ul ul { left:-10000px;display: block; }

#nav ul li a { display: block;}
#nav ul li a:hover { display: block; background-color: #105b87; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;}
#nav ul li a,
#nav ul li a:hover { color:#1786c9 !important; }
#nav ul span, #nav ul li.last li span { padding:5px 12px; color: #ffffff; font-size: 11px; text-transform: none;display: block;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:10px; }
#nav ul ul li a { background:#1577b1; }


/********** HIDE TEXT LINKS **********/
#nav > li > a > span{
	display: none;
}


/******** NAV IMAGE ROLLOVERS ********/
#nav > li > a {
	display: block;
	width: 107px;
	height: 11px;
	background-repeat: no-repeat;
}

#nav > li > a.active,
#nav > li > a:hover {
	background-position: 0 -23px;
}

#nav > .nav-treadmills > a {
	background-image: url("../images/nav/navTreadmills.jpg");
}

#nav > .nav-ellipticals > a {
	background-image: url("../images/nav/navEllipticals.jpg");
}

#nav > .nav-home-gym > a {
	background-image: url("../images/nav/navHomeGyms.jpg");
}

#nav > .nav-bikes > a {
	background-image: url("../images/nav/navBikes.jpg");
}


/******** SPACER  ********/
#nav > #spacer {
	position: relative;
	left: -23px;
	top: 1px;
}

/******** ASK JEFF BUTTON ********/
#nav > #AskJeffLink > a {
	background-image: url("../images/nav/askJeff.gif");
	background-position: 0 2px;
}

#nav > #AskJeffLink > a:hover {
	background-position: 0 -18px;
}


