/**
 * 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.
 *
 * 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/osl-3.0.php  Open Software License (OSL 3.0)
 */

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

/* FIRST LEVEL */

#nav li {
	display: inline;
	float: left;
	width: auto;
	margin: 0 2px 0 0;
	position: relative;
}
#nav li a {
	padding: 0 0 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 24px;
	display: block;
}
#nav li a span {
	display: block;
	height: 24px;
	padding: 0 15px 0 0;
	line-height: 22px;
	vertical-align: middle;
}

#nav li a:hover,
#nav li.over a,
#nav li.active a {
	background: url(../images/tab_bg.gif) no-repeat;
	color: #333333;
}
#nav li a:hover span,
#nav li.over a span,
#nav li.active a span {
	background: url(../images/tab_bg.gif) top right no-repeat;
}

/* SECOND LEVEL */
#nav li ul {
	display: none;
	width: 150px;
}
#nav li.over ul {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 999;
}
#nav li ul li {
	clear: left;
	display: block;
	width: 100%;
	background:#FFFFFF url(../images/nav_divider.gif) repeat-x left bottom;
	margin: 0px;
}
#nav li ul li.last {
	background: #FFFFFF;
}
#nav li.over ul li a,
#nav li.over ul li a span {
	color: #333333;
	background: none;
}
#nav li ul li a:hover,
#nav li ul li a:hover span {
	background: none;
	color: #cc0000;
}


/* THIRD LEVEL */
#nav li.over ul li ul {
	display: none;
}
#nav li.over ul li.over ul {
	display: block;
	position: absolute;
	left: 150px;
	top: -1px;
	border: 1px solid #CCCCCC;
}

/* AND NEVER FORGET THE FOURTH LEVEL... */
#nav li.over ul li.over ul li ul {
	display: none;
}
#nav li.over ul li.over ul li.over ul {
	display: block;
	position: absolute;
	left: 150px;
	top: -1px;
	border: 1px solid #CCCCCC;
}



table.pager {
	z-index: -1;
}

