/**
 * 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-top { padding:4px 10px 0px 0px; font-size:1.1em; height:40px; float:left; }
#nav-top li { background:url(../images/nav_divider2.gif) top right no-repeat; float:left; height:34px; padding-top:6px; /padding-bottom:10px; }
#nav-top li.last { background:none; }
#nav-top li a { font-family:Trebuchet MS, Arial; font-size:14px; padding:10px 20px 10px 20px; text-decoration:none; }
#nav-top li.last a { padding:10px 25px 10px 25px; }
#nav-top li a:hover { background:url(../images/nav_hover_small.png) 50% 0 no-repeat; } 
#nav-top li a.big:hover { background:url(../images/nav_hover_big.png) 50% 0 no-repeat; } 
.cms-home #nav-top li.home a { background:url(../images/nav_hover_small.png) 50% 0 no-repeat; font-weight:bold; }
.cms-brands #nav-top li.brands a { background:url(../images/nav_hover_small.png) 50% 0 no-repeat; font-weight:bold; }
.cms-rider #nav-top li.rider a.big { background:url(../images/nav_hover_big.png) 50% 0 no-repeat; font-weight:bold; }
.cms-reviews #nav-top li.reviews a { background:url(../images/nav_hover_small.png) 50% 0 no-repeat; font-weight:bold; }
.cms-blog #nav-top li.blog a { background:url(../images/nav_hover_small.png) 50% 0 no-repeat; font-weight:bold; }
.cms-about #nav-top li.about a { background:url(../images/nav_hover_small.png) 50% 0 no-repeat; font-weight:bold; }
.contacts-index-index #nav-top li.contacts a.big { background:url(../images/nav_hover_big.png) 50% 0 no-repeat; font-weight:bold; }

#nav-bottom { float:right; }
#nav-bottom li { background:url(../images/nav_divider3.gif) no-repeat 100% .35em; float:left; }
#nav-bottom li.last { background:none; }
#nav-bottom li a { font-family:Trebuchet MS, Arial; color:#201501; font-size:13px; padding:0px 10px 0px 10px; text-decoration:none; }
#nav-bottom li a:hover { text-decoration:underline; } 

#nav { padding:0px 20px; font-size:1.1em; }

/************** 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; }
#nav li.active a { color:#d96708; }
#nav li a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

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

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

/* 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 { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

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




/*************************************************************************************************************/
/** topnav **************************************************************************/
#subnav-container {
	margin: 0pt auto; 
	width: 940px;
}
.product-category-container {
	background:transparent url(../images/product_category_container_bg.png) repeat-x scroll 0 0;
	margin-top:-4px;
	width:100%;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav > li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	background:transparent url(../images/product_category_separator.png) no-repeat scroll right 2px;
	z-index:90;
}
ul#topnav li a {
	float: left;
	/*text-indent: -9999px; /*--Push text off of page--*/
	height: 30px;
	padding:5px 15px;
	text-decoration:none;
    font-family: Trebuchet MS,Arial;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; color:red;} /*--Hover State--*/

ul#topnav .product-category-label {
	font-size:19px;
	font-weight:bold;
	padding: 5px 23px 0 23px;
	height:34px;
    font-family: Trebuchet MS,Arial;
}

/** subnav **************************************************************************/
ul#topnav li .sub {
	z-index:1000;
	position: absolute; /*--Important--*/
	top: 34px; left: 0;
	background: transparent url(../images/category_sub_bg.png) repeat; /*--Background gradient--*/
	padding:5px 20px 10px;
	float: left;
	width:650px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 120px;
	margin-right:10px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	background:transparent url(../images/category_arrow.png) no-repeat scroll 0 50%;
	padding-left:2px;
	color:#9c9c9c;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: red;
	background-position: 5px 12px ;/*--Override background position--*/
}