/**
 * 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.
 *
 * @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:15px; margin-left:10px; font-size:1.1em; z-index:1550; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
			list-style:none;
			position:relative;
		  	text-transform:uppercase;
			text-align:left;
			font-size:8pt;
		}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.4em; }
#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; }
#nav p{margin:0px;}


/************ 1ST LEVEL  ***************/
#nav li { float:left;width:160px; margin-bottom:4px;border:2px solid #b9b6b6;border-style: dotted; border-width: 0px 0px 2px 0px;}
#nav li.active a { color:#1414f3; }
#nav a { float:left;padding-left:2px; color:#444; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#1414f3; }



/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active, #nav ul li.over {
    float:none;
    border:none;
    margin:0;
    background:none;
    padding:0;
    padding-bottom:1px;
    text-transform:none;
    color:#1414f3;
    height: 23px;
	width: 170px;
}

/* -- HOVER HIGHLIGHT, EXPERIMENTAL--
#nav li:Hover > p, #nav li.over > p, #nav ul li.over > p, #nav ul li:Hover > p  {
	background: transparent url(../images/bg_nav_menu_hl.jpg) 2px 0px no-repeat;
}*/

#nav ul li.parent { background: transparent url(../images/nav_parent_arrow.gif) 165px 4px no-repeat; }
#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; }
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:171px;
	top:-5px;
	left:-10000px;
    border:1px solid #bbb;
    border-bottom:2px solid #999;
    padding:3px 8px;
    background:#d9d9d9 url(../images/bg_nav_menu.jpg) top left repeat-y; 
    font-size:11px;
}

/* Show menu */
#nav li.over > ul { left:140px; z-index: auto; }
#nav li.over > ul li.over > ul { left:140px; z-index: auto;}
#nav li.over > ul.col1 { left:328px; z-index: auto; border-left: 0;}
#nav li.over > ul li.over > ul.col1 { left:328px; z-index: auto; border-left: 0;}
#nav li.over > ul.col2 { left:515px; z-index: auto; border-left: 0;}
#nav li.over > ul li.over > ul.col2 { left:515px; z-index: auto; border-left: 0;}
#nav li.over > ul.col3 { left:702px; z-index: auto; border-left: 0;}
#nav li.over > ul li.over > ul.col3 { left:702px; z-index: auto; border-left: 0;}

#nav li.over ul ul { left:-10000px; }


#nav ul li a { padding:3px 0; color:#444 !important; line-height: 10px; font-size: 11px;}
#nav ul li a:hover { padding:3px 0; color:#1414f3 !important;}



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