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

/************************************ Main Nav ***********************************/

#nav { font-size:15px; color:#ffffff; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; height:40px; }
#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 ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active { background:url(../images/background-activelink.jpg) repeat-x top center; }
#nav a { float:left; padding:10px 12px 6px 8px; color:#ffffff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#99DAFF; }

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

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

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

/* 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:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

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


/****************************************** Left Nev *****************************************/

#nav_vert { border:1px solid #2DB590; font-size:13px; width:164px; margin:-8px auto 0 auto; text-align:left; }
#nav_vert li { border-bottom:1px solid #2DB590; padding:1px 0 0 0; background:url(../images/background-leftnav-li.png) repeat-x top center #C6C6C6; }
#nav_vert li li.level1 { display:none; }
#nav_vert li.active { color:#fff; background:url(../images/background-leftnav-li-active.png) repeat-x top center #C6C6C6; }
#nav_vert li.active li.level1 { display:block; }
#nav_vert li.active a { color:#fff; background:url(../images/media/right-arrow.png) no-repeat 98% 32%; }
#nav_vert li.active li.active a { color:#fff; }
#nav_vert a, #nav_vert li.active li a { height:17px; padding:0 5px; text-decoration:none; color:#094697; display:block; background:transparent; }
#nav_vert a:hover { font-weight:bold; }

#nav_vert li.level1 { padding-left:15px; color:#2DB590; border:0; }

#nav_vert li.level1 ul { display:none; }

/****************************************** Top Nav ********************************************/

#topnav-container { float:left; margin-top:45px; cursor:pointer; position:relative; }
#topnav h4 { background:url(../images/background-topnavtitle.png) repeat-x top center; color:#FFFFFF; font-size:14px; font-weight:normal; padding: 0 5px; -moz-border-radius:10px; -webkit-border-radius:10px; } 
#topnav h4 img { padding-left:10px; width:11px; height:9px; } 
#topnav div.title { background:url(../images/background-topnavtitle.png) repeat-x top center; color:#FFFFFF; font-size:14px; font-weight:normal; padding: 0 5px; -moz-border-radius:10px; -webkit-border-radius:10px; }
#topnav div.title img { padding-left:10px; width:11px; height:9px; }
#topnav ul { width:120px; margin:0 7px 7px 7px; border:1px solid #2DB590; padding:2px; position:absolute; background:#FFFFFF; }
#topnavul { display:none; }
#topnav ul.level0 { display:none; }
#topnav ul a:hover { color:#1F7D63; text-decoration:none; }

#topnav-shop-container { padding-top:5px; height:30px; }
#topnav-shop li { float:left; padding:0 16px; }
#topnav-shop li.first { border-right:1px solid #023489; }
#topnav-shop a {font-size:12px; color:#023489; }


/******************************************* Account Nav ***************************************/

#nav_account { background-color:#ffffff; color:#094697; border:2px solid #023489; margin:-12px 9px 20px 9px; }
#nav_account li { padding:5px; }
#nav_account a { display:block; text-decoration:none; color:#094697; }
