/**
 * 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; z-index:999; width:410px; margin:11px 0 0 15px; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
    text-transform:uppercase;
	text-align:left;
	}
#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.3em; }
#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; }

/************ WDB - image nav  ***************/
#nav li span { display:none; visibility:hidden; }
#nav li { margin:0; padding:0; float:left; }
#nav li.parent a { background:url(../images/btn_topNav_home.gif) no-repeat; width:65px; height:15px; margin-left:5px; }
#nav li.nav-collections a { background:url(../images/btn_topNav_collections.gif) no-repeat; width:104px; height:15px; }
#nav li.nav-the-latest a { background:url(../images/btn_topNav_theLatest.gif) no-repeat; width:94px; height:15px; }
#nav li.nav-the-style a { background:url(../images/btn_topNav_theStyle.gif) no-repeat; width:65px; height:15px; }
#nav li.nav-sale a { background:url(../images/btn_topNav_sale.gif) no-repeat; width:44px; height:15px; }

#nav li.parent a:hover { background:url(../images/btn_topNav_home_ro.gif) no-repeat; width:65px; height:15px; margin-left:5px; }
#nav li.nav-collections a:hover { background:url(../images/btn_topNav_collections_ro.gif) no-repeat; width:104px; height:15px; }
#nav li.nav-the-latest a:hover { background:url(../images/btn_topNav_theLatest_ro.gif) no-repeat; width:94px; height:15px; }
#nav li.nav-the-style a:hover { background:url(../images/btn_topNav_theStyle_ro.gif) no-repeat; width:65px; height:15px; }
#nav li.nav-sale a:hover { background:url(../images/btn_topNav_sale_ro.gif) no-repeat; width:44px; height:15px; }

/* BH 2008-11-03 - replaced this section with one below for ie6 compatibility
#nav li.parent.active a { background:url(../images/btn_topNav_home_ro.gif) no-repeat; width:65px; height:15px; margin-left:5px; }
#nav li.nav-collections.active a { background:url(../images/btn_topNav_collections_ro.gif) no-repeat; width:104px; height:15px; }
#nav li.nav-the-latest.active a { background:url(../images/btn_topNav_theLatest_ro.gif) no-repeat; width:94px; height:15px; }
#nav li.nav-the-style.active a { background:url(../images/btn_topNav_theStyle_ro.gif) no-repeat; width:65px; height:15px; }
#nav li.nav-sale.active a { background:url(../images/btn_topNav_sale_ro.gif) no-repeat; width:44px; height:15px; }
*/
#nav li.parent#navActive a { background:url(../images/btn_topNav_home_ro.gif) no-repeat; width:65px; height:15px; margin-left:5px; }
#nav li.nav-collections#navActive  a { background:url(../images/btn_topNav_collections_ro.gif) no-repeat; width:104px; height:15px; }
#nav li.nav-the-latest#navActive a { background:url(../images/btn_topNav_theLatest_ro.gif) no-repeat; width:94px; height:15px; }
#nav li.nav-the-style#navActive a { background:url(../images/btn_topNav_theStyle_ro.gif) no-repeat; width:65px; height:15px; }
#nav li.nav-sale#navActive a { background:url(../images/btn_topNav_sale_ro.gif) no-repeat; width:44px; height:15px; }



/************ 1ST LEVEL  ***************/
/* WDB
#nav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; }
#nav li.active a { color:#444; }
#nav a { float:left; background:url(../images/nav_top_level_arrow.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#444; }
#nav li.over, #nav li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }
*/


/************ 1ST LEVEL RESET ************/
/* WDB
#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;
    }
#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;
	}
#nav ul li a { font-weight:normal !important; }



/************ 2ND LEVEL ************/
#nav ul { display:none; }
/*#nav ul {
	position: absolute;
	width:15em;
	top:22px;
	left:-10000px;
    border:1px solid #bbb;
    border-bottom:2px solid #999;
    padding:3px 8px;
    background:#fcfcfc; 
    font-size:11px;
}

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


#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }
*/


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

/***************WDB - VERTICAL**********************/
/*****ALL*****/

#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */	
	width:115px;
	font-family:"Trebuchet MS", trebuchet, Helvetica, sans-serif;
}

#vertical-nav ul li {    
    padding: 0;
    display:block;
    margin-top: 1px; /* lines */
}

#vertical-nav ul ul li a,#vertical-nav ul li{
    background-color: #FFFFFF;
}
#vertical-nav ul li a {	
    display: block;
	padding-left:10px;
    text-decoration:none;    
	font-family:"Trebuchet MS", trebuchet, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
/*	height:20px;   */        /* hint for IE, alternatively remove whitespace from HTML */
}

#vertical-nav a.first {
	color:#5a5555;
	padding: 3px 5px 3px 10px;	
}
#vertical-nav a.first:hover {
	color:#5a5555;
	background-color:#f5f4ea;
	padding: 3px 5px 3px 10px;
}
#vertical-nav a.catopen {
	color:#5a5555;
	background-color:#f5f4ea;
	padding: 3px 5px 3px 10px;
}


#vertical-nav a.second {
	color:#eb8a68;
	border:none;	
	padding: 3px 0 3px 10px;
}
#vertical-nav a.second:hover {
	color:#fe6b38;	
	border:none;
	padding: 3px 0 3px 10px;
}
#vertical-nav .subopen {
	color:#fe6b38;		
	border:none;
	padding: 3px 0 3px 10px;
}

#vertical-nav a.third {
	color:#908683;
	font-size:11px;	
	border:none;	
	padding: 3px 0 3px 20px;
}
#vertical-nav a.third:hover  {
	color:#4f4947;
	font-size:11px; 		
	padding: 3px 0 3px 20px;
	border:none;	
}
#vertical-nav .subsubopen  {
	color:#4f4947;
	font-size:11px;
	padding: 3px 0 3px 20px;
	border:none;	
}

#vertPad {
    /*border-top:thin solid #efeee6;*/	
	padding:5px 0; 
	margin:0px;
}
#vertical-nav ul li ul li {
	border-top:1px solid #efeee6;	
	border-bottom:1px solid #efeee6;
}
#vertical-nav ul li ul li ul li {
	border:none;	
}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}
#vertical-nav .veryFirst {
	border-bottom:none;
}

/*** SEARCH RESULTS VERTICAL NAV ***/
#search-nav {
	width:115px;
	float:left;
}
#search-nav ul {
	border-bottom:1px solid #efeee6;
}
#search-nav ul li {
	border-top:1px solid #efeee6;
	border-bottom:1px solid #efeee6;
	display:block;
	width:100%;
}
#search-nav ul li.header {
	font-size:12px;
	color:#4f4947;	
	padding:10px 0 10px 0px;
	margin:0;
	clear:both;
}
#search-nav ul li.query {
	font-size:12px;
	line-height:34px;
	color:#fe6B38;
	padding:0 0 0 10px;
	border:none;
	clear:both;

}