/**
 * 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)
 */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    


 ul#nav {
list-style-type: none;
margin: 0;
margin-left: 0px; /*offset of first tab relative to page left edge*/
padding: 0;
}

ul#nav li{
float: left;
margin: 0;
padding: 0;
}

ul#nav a{
float: left;
color:#fff;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/mn3/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 2px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

ul#nav a span{
float: left;
position: relative;
display: block;
background: url(../images/mn3/tab-blue-right.gif) no-repeat right top;
padding: 7px 14px 5px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
}

ul#nav li.nav-new-arrivals a  {background: url(../images/mn3/tab-green-left.gif) no-repeat left top;}
ul#nav li.nav-new-arrivals a span {background: url(../images/mn3/tab-green-right.gif) no-repeat right top;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#nav a span {float:none;}
/* End IE5-Mac hack */


ul#nav .active a{
background-position: 0 -125px;
top: 0;
}

ul#nav .active a span{
background-position: 100% -125px;
color: #fff;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

ul#nav a:hover{
background-position: 0% -125px;
top: 0;
}

ul#nav a:hover span{
background-position: 100% -125px;
color:#fff;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

ul#nav li.nav-all {
	display:none;
	visibility:hidden;
}



