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

.left-nav h4{
    width:166px;
    height:27px;
    padding:11px 0 0 9px;
    border:solid #dadbd6;
    border-width:0 1px 1px 1px;
    margin:0;
    text-transform:none;
    font-weight:bold;
    font-size:14px;
    background:#fff;
    color:#f58020;
}
#nav{
    display:block;
    margin:0 -5px 10px 0;
    position:relative;
}
#nav li{
    display:block;
    width:177px;
    height:29px;
    padding-right:5px;
}
#nav li.active{
    background:url(../images/nav_active_arrow.gif) 100% 10px no-repeat;
}
#nav a{
    display:block;
    height:23px;
    padding:5px 0 0 9px;
    border: solid #dadbd6;
    border-width:0 1px 1px 1px;
    background:url(../images/nav_link_gradient.gif) 0 0 repeat-x;
    font-size:14px;
    color:#606060;
    text-decoration:none;
}
#nav li.active a, #nav li a:hover{
    color:#f58122;
}

#main_menu{
    position:absolute;
    top:114px;
    left:50%;
    margin-left:-268px;
    height:27px;
}
#main_menu ul{
    display:block;
}
#main_menu ul li{
    float:left;
    background:url(../images/main_menu_bg.gif) 100% -27px no-repeat;
    height:27px;
    padding-right:19px;
    margin-right:-11px;
    position:relative;
    z-index:20;
}
#main_menu ul li a{
    float:left;
    height:22px;
    padding:5px 8px 0 13px;
    text-decoration:none;
    color:#000;
    font-size:14px;
    background:url(../images/main_menu_bg.gif) 0 0 no-repeat;
}
#main_menu ul li.active{
    z-index:25;
    background-position:100% -81px;
}
#main_menu ul li.active a{
    background-position:0 -54px;
    color:#f58020;
}

