/**
 * 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 { 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; color:#fff;}
#nav span {display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; text-transform:uppercase; }
#nav li.active{color:#FFF;  }
#nav a { float:left; padding:5px 34px; color:#000; font-weight:bold; text-transform:uppercase;}
#nav li.over a,
#nav a:hover { color:#fff; text-transform:uppercase; }



/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; font-size:1em; font-weight:bold; /*padding-bottom:1px;*/ background:#AFAFAF 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:#AFAFAF; padding-bottom:0; }

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

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:12.6em; top:27px; left:-10000px; }

/* 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:#AFAFAF; }
#nav ul li a:hover { background:#AFAFAF; color:#C34123; }
#nav ul li a{color:#000;}
#nav ul li a:hover { color:#C34123; !important; }/* hint for IE, alternatively remove whitespace from HTML */
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

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

/*************vertical Nav************/
#nav_vert{overflow:hidden; text-transform:uppercase; text-decoration:none; color:#000; /*font-size:20px;*/ }
#nav_vert h2{font-family:arial; padding-left:25px;}
/****************ALLLEVEL************/
#nav_vert li { position:relative; text-align:left; font-size:12px; font-weight:bolder; text-decoration:none; line-height:1.6em;}
#nav_vert li{text-decoration:none;}
#nav_vert li over{z-index:999; text-decoration:none;}
#nav_vert span  {display:block; cursor:pointer; font-weight:bolder; }
#nav_vert li ul span{white-space:normal; }

/**************0 level******************/
#nav_vert li{ position:relative; text-align:left; font-size:12px; font-weight:bolder; }
#nav_vert li{text-decoration:none; /*font-size:20px;*/}
#nav_vert li over{z-index:999;}
#nav_vert li:hover{ text-decoration:none;}
#nav_vert li.active{list-style:none; font-size:16px; color:#000000;}
#nav_vert span  {line-height:1.7em; display:block; cursor:pointer; font-weight:bolder; text-decoration:none; color:#000000;}
#nav_vert li ul span{color:#000; cursor:default; overflow:hidden; padding-bottom:5px; text-decoration:none; white-space:normal; }
#nav_vert li ul span .a{ text-decoration:none; white-space:normal; }
#nav_vert li ul span a:hover{color:#C34123; text-decoration:none; white-space:normal; }
#nav_vert li ul span a:active{color:#C34123; text-decoration:none; white-space:normal; }


/************ 1ST LEVEL ************/
#nav_vert ul li,
#nav_vert ul li.active { float:none; margin:0; color:#c34123; padding:0px;  background:#ffffff; font-size:14px; }
#nav_vert ul li { background:#fff; padding-top:12px; }
#nav_vert ul a,
#nav_vert ul a:hover { float:none; background:none; color:#c34123;}
#nav_vert ul li a { font-weight:bolder !important; color:#000; }
#nav_vert ul li span a{ color:#777777; }
#nav_vert li ul span a:hover{color:#C34123; text-decoration:none; white-space:normal; }
#nav_vert li ul span .active {color:#C34123; text-decoration:none; white-space:normal; }



/************** 2 level****************/
#nav_vert ul li {/*color:#000000; font-size:20px; line-height:1.5em;*/ padding-left:13px;}
#nav_vert ul li.last {/*font-size:20px;*/ background:#ffffff; padding-bottom:0; font-weight:bold; border:none; }
#nav ul li:hover{float:none; padding:0; color:#c34123; }

