/**
 * 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 { font-size:1em; z-index: 999; position: relative;  left: 220px;   float: left; margin-top: 4px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a { display:block; line-height:1.3em; text-decoration:none; }
#nav a:hover { color: #fff;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; /*background: url(../images/nav-div.gif) no-repeat right 15px;*/}
#nav li.last-item {
}
#nav li.active a { color:#fff; }
#nav a { 
    float:left; 
    padding: 11px 14px 14px 15px; 
    color: #fff; 
    font-weight:bold; 
}
#nav li.over a,
#nav a:hover { color:#fff; }
#nav li.last {
    border: none;
}
/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { 
    float:none; 
    margin:0;
    padding-bottom:0px;
    background: url(../images/pixelgreen.png);
    padding-bottom: 1px;
}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { border: none;  border: none;}

#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:42px; left:-10000px; border: 1px solid #19AB15; }

/* 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 { color:#fff !important; }
#nav ul li a:hover,
#nav ul li.over > a { background:#2E9C2B !important; }
#nav ul li a:hover {}
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

/***************VERTICAL**********************/
/*****ALL*****/


#vertical-nav {
	background:#5172d1;
	color:#fff;
}

#vertical-nav  h4{
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-transform: uppercase;
}

#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

#vertical-nav ul {
    margin: 0;
    padding: 0;
    display:block;
}
#vertical-nav li {
    margin: 0;
    padding: 0;
    display:block;
	background:#4E6CC3;
	border-bottom:1px solid #4965b5;
	margin-bottom:1px;
}

#vertical-nav ul ul li a,#vertical-nav ul li{
	
}
#vertical-nav ul li a {
    display: block;
    padding: 5px 3px 4px 23px;
    margin:0 0 0 0;
    text-decoration: none;
    height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
	
}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
    font-weight: bold;
    color:#fff;
}

#vertical-nav .final{
}

#vertical-nav ul ul li a {
    margin-left: 20px;
}

#vertical-nav ul ul li {
	border-bottom:none;
}

#vertical-nav ul ul ul li a {
  margin-left: 40px;     /* indent level 2 */
}

#vertical-nav a {
  color:#fff;
}
#vertical-nav a:hover {
  color:#fff;
  background:#4965b5;
}
#vertical-nav ul li ul li a {
    margin-bottom:0px;
    margin-top:0px;
}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}