/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav {
	z-index:990;
}

#nav a,
#leftnav a {
	text-decoration: none;
	font-style: normal;
}

#nav a:hover {
	color: #0193d2;
}

#nav li {
	float:left;
}
#nav li.level0 {
    position: relative;
}
#nav li.level0 ul {
    display: none;
}
#nav li.over ul {
    display: block;
    position: absolute;
    top: 38px;
    left: -8px;
    background: #ccc;
}
#nav li.level0 a {
    display: block;
    background: url(../images/header-nav-maincategory.png) repeat-x top left;
    height: 38px;
    padding: 0 15px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #c2c2c2;
    line-height: 38px;
    color: #393939;
    font-size: 11px;
}
#nav li.level0 span {
    font-weight: bold;
    text-transform: uppercase;
}
#nav li.over ul li {
    float: none;
}
#nav li.over a,
#nav li.over a:hover,
#nav li.level0 a:hover {
    background: #0091d5;
    color: white;
}


#nav li.cart {
    float: right;
}
#nav li.cart a {
    display: block;
    height: 38px;
    padding: 0 13px 0 25px;
    color: #393939;
    background: url(../images/header-cart-icon.png) no-repeat 6px 12px;
    line-height: 38px;
}
#nav li.cart a strong {
    color: #c93329;
}
#nav li.cart a img {
    padding-left: 10px;
}
#nav li.level0 ul {
    background: url(../images/nav-dropdown.png) no-repeat left bottom;
    width: 143px;
    padding: 5px 20px 20px;
}
#nav li.level1 {
    width: 110px;
}
#nav li.level1 a {
    background: none;
    height: auto;
    border: none;
    line-height: 100%;
    padding: 5px 0;
    color: #393939;
    font-size: 11px;
}
#nav li.level1 a:hover {
    color: #0091d5;
    background: none;
}
#nav li.level1 a span {
    font-weight: normal;
    text-transform: none;
}

/*
#nav a {
	float:left;
	padding:8px 0;
	color:#39393A;
	width: 125px;
	height: 14px;
	background: transparent url(../images/nav-divider.png) no-repeat bottom left;
	text-align: center;
	font-size: 12px;
}

#nav a strong {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 3px;
}

#nav a.over {
  color: #0193d2;
  background: transparent url(../images/headershade-over.png) repeat-x bottom left;
}

#nav a.active {
  color: #0193d2;
  background: transparent url(../images/headershade-active.png) repeat-x bottom left;
}
*/

#nav ul ul { top:5px; }

#shopmenu,
#sportmenu {
	background: #f6f6f6;
	position: absolute;
	z-index: 999;
	font-size: 11px;
}

#shopmenu div,
#sportmenu div {
	height: 100%;
	background: #f6f6f6;
}


#shopmenu {
	left: 0;
	top: 30px;
	width: 475px;
}

#sportmenu {
	left: 125px;
	top: 30px;
	width: 325px;
}


#shopmenu .shopmenucontainer {
  height: 100%;
  padding: 20px;
}

#sportmenu .sportmenucontainer {
	padding: 20px 20px 15px 0;
	height: 100%;
}

#shopmenu a,
#sportmenu a {
	text-decoration: none;
}

#shopmenu strong,
#sportmenu strong {
	font-weight: normal;
}

#shopmenu li {
  display: block;
}

#sportmenu li {
	display: inline;
}


#sportmenu li a {
	display: block;
	width: 125px;
	padding: 3px 0 0 20px;
	float: left;
}

#shopmenu .shopmenu-cat {
	float: left;
	padding: 0 20px 0 0;
}

#shopmenu .shopmenu-cat li.level0 a,
#shopmenu .shopmenu-cat li.level1 a,
#sportmenu li a {
	color: #39393A;
	text-transform: uppercase;
	font-weight: bold;
}

#shopmenu .shopmenu-cat li.level1 a {
	text-transform: none;
	font-weight: normal;
}

#shopmenu .shopmenu-cat li a:hover,
#shopmenu .shopmenu-cat li.active a {
	color: #0193D2;
}

#shopmenu .shopmenu-cat li.active li a {
	color: #39393A;
}

#shopmenu .shopmenu-cat li li.active a {
	color: #0193d2;
}

.shopmenu-allproducts {
	text-align: right;
  padding: 5px 20px;
	background: #ebebeb !important;
}

.shopmenu-allproducts a {
	color: #39393A;
	text-transform: uppercase;
	font-weight: bold;
}



