/**
 * 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 { width:977px; height: 33px; float:left; padding-left: 9px; margin-top: 9px; /* margin-left:15px; */ font-size:13px; background: url(../images/blocks/bg_menu.gif) top left no-repeat; }

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

/************ 0 LEVEL  ***************/
#nav li { float:left; margin: 0px 1px 0px 0px; padding: 8px 0px 8px 8px; }
/* #nav li.active a { color:#1facab; } */
#nav a { float:left; background:url(../images/bullets/bullet01.gif) no-repeat 100% 50%; padding-right:23px; color:#5c5c5c; font-weight:bold; }
#nav li.last a { /*background:none; padding-right:0px;*/} 
#nav li.last_cms a { background:none; padding-right:0px;} 
#nav li.over a,
#nav a:hover { color:#1facab;  }
#nav li.over,
#nav li.active { /* margin: 0px 1px 0px 0px; */ }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
/* #nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; } */
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background: none; line-height:0.8em; }
#nav ul a:hover { background:#1facab; color: #fff; }
#nav ul li a { font-weight:bold !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:245px; top:30px; left:-10000px; padding: 1px 0 9px 0; font-size:11px; background: url(../images/blocks/bg_menu_2lev_bottom.png) bottom left no-repeat;} /* 154 */

/* Show menu */
#nav li.over > ul { left:-1px; }
#nav li.over > ul li.over > ul { left:243px; } /* left:152px; */
#nav li.over ul ul { left:-10000px; }

#nav ul li { width: 235px; float: left; clear: both; background: url(../images/blocks/bg_menu_2lev.gif) top left repeat-y!important; padding: 0px 5px 0px 5px; }  /* 134 */
#nav ul li.active { float: left; background: url(../images/blocks/bg_menu_2lev.gif) top left repeat-y; padding: 0px 5px 0px 5px;}
#nav ul li.over { float: left; padding: 0px 5px 0px 5px;}
#nav ul li a { padding:5px; color:#5c5c5c !important; display: block; }
/* #nav ul li.active a:link, #nav ul li.active a:visited { background: none; color: #1facab!important;}
#nav ul li.active li a:link, #nav ul li.active li a:visited { background: none; color: #5c5c5c!important;}
#nav ul li.active li a:hover { color:#fff !important; background:#1facab;  }
#nav ul li.active li.active a:link, #nav ul li.active li.active a:visited {  background: none; color: #1facab!important;} */
#nav ul li a:hover { padding:5px; color:#fff !important;  }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:0px; border-top: #e6cca4 solid 2px; padding: 0px 0 9px 0; }
