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

#nav { float:left; margin-top:5px; vertical-align:middle; font-size:1.1em; color:#000000;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:uppercase; text-align:left;}
#nav li.over { z-index:999; background:#202020;}
#nav a,
#nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
.cms-home .home{color:#FFF; background:#ef1a6a;}
.cms-magazine .magazinelink{color:#FFF; background:#ef1a6a;}
.blog-index-index .bloglink{color:#FFF; background:#ef1a6a;}.blog-post-view .bloglink{color:#FFF; background:#ef1a6a;}.blog-cat-view .bloglink{color:#FFF; background:#ef1a6a;}.blog-index-list .bloglink{color:#FFF; background:#ef1a6a;}
/************ 0 LEVEL  ***************/
#nav li { float:left; margin:0; padding:0; line-height:30px; vertical-align:middle;}
#nav li.active a { color:#FFF; background:#ef1a6a;}
#nav a { float:left; height:30px; vertical-align:middle; line-height:30px; padding-right:11px; padding-left:11px; color:#FFF; font-weight:bold; }

#nav li.over,
#nav li.active { color:#ef1a6a; }

/************ 1ST LEVEL ************/
#nav ul li{background:#202020; float:none; border:none; text-transform:uppercase; color:white; line-height:30px; padding-left:8px;}
#nav ul li.active{padding-left:8px; float:none; border:none; background:#202020;  text-transform:uppercase; color:white; line-height:30px; }
#nav ul li.over { padding-left:8px; float:none; border:none; background:#2E2E2E;  text-transform:uppercase; color:white; line-height:30px; }
/*#nav ul li.parent { background:#202020; color:#FFFFFF; line-height:30px;}*/
#nav ul li.last { padding-bottom:0; }
/*#nav ul li.parent{padding-left:8px;}*/
#nav .active ul li a{background:#202020; color:#fff; }
#nav ul a,
#nav ul a:hover { float:none;  color:white; }
#nav ul li a {padding-left:8px; line-height:30px; height:30px; font-weight:normal !important; }
#nav ul .level0 .over {background:#2e2e2e; padding-left:8px;}
/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:17em; top:30px; left:-10000px;   background:#000; font-size:11px; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul {left:165px; top:0;}
#nav li.over ul ul { left:-10000px; }

#nav ul li a {  color:#ffffff !important; }
#nav ul li a:hover { background:#2E2E2E; color:#ffffff !important; }

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