/**
 * 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:8px;/*  margin-left:2px; */ font-size:10px; z-index:999; /* display: inline; */ width: 724px; /* overflow: hidden; */}


/************** 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; cursor: pointer; }
#nav span { display:block; cursor:pointer; white-space:nowrap; visibility: hidden;}
#nav li ul span {white-space:normal; }



/************ 1ST LEVEL  ***************/
#nav li { float:left; margin:0px 0px 0px 0px; padding: 4px 10px 9px 10px; background: url(../images/blocks/bg_menu_sep02.gif) right 0px no-repeat; }
#nav  li.nav-nursing-shoes{ background: none; }
#nav ul li span{ visibility: visible; }
#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; padding: 2px 14px }
#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; */ }

#nav  .nav-brands a:link, #nav .nav-brands a:visited { background: url(../images/menu/lk_brands.png) center no-repeat;}
#nav  .nav-scrub-tops a:link, #nav .nav-scrub-tops a:visited { background: url(../images/menu/lk_scrub_tops.png) center no-repeat;}
#nav  .nav-scrub-pants a:link, #nav .nav-scrub-pants a:visited { background: url(../images/menu/lk_scrub_pants.png) center no-repeat;}
#nav  .nav-accessories a:link, #nav .nav-accessories a:visited { background: url(../images/menu/lk_access.png) center no-repeat;}
#nav  .nav-labcoats a:link, #nav .nav-labcoats a:visited { background: url(../images/menu/lk_labcoats.png) center no-repeat;}
#nav  .nav-nursing-shoes a:link, #nav .nav-nursing-shoes a:visited { background: url(../images/menu/lk_nurse.png) center no-repeat; padding: 3px 15px;}


#nav  .nav-labcoats-jackets a:link, #nav .nav-labcoats-jackets a:visited { background: url(../images/menu/lk_labcoats_jackets.png) center no-repeat;}
#nav  .nav-shoes a:link, #nav .nav-shoes a:visited { background: url(../images/menu/lk_shoes.png) center no-repeat;}
#nav  .nav-sales-accessories a:link, #nav .nav-sales-accessories a:visited { background: url(../images/menu/lk_sale.png) center no-repeat;}

#nav  .nav-sales-accessories, #nav  .nav-accessories  { background: none;}
#nav  .nav-shoes  { padding: 4px 4px 9px 4px;}


#nav  .nav-nursing-shoes {margin-left: 0;}
/*reset*/
#nav  .nav-brands li a:link, #nav .nav-brands li a:visited,
#nav  .nav-scrub-tops li a:link, #nav .nav-scrub-tops li a:visited ,
#nav  .nav-scrub-pants li a:link, #nav .nav-scrub-pants li a:visited ,
#nav  .nav-accessories li a:link, #nav .nav-accessories li a:visited ,
#nav  .nav-labcoats li a:link, #nav .nav-labcoats li a:visited ,
#nav  .nav-labcoats-jackets li a:link, #nav .nav-labcoats-jackets li a:visited ,
#nav  .nav-shoes li a:link, #nav .nav-shoes li a:visited ,
#nav  .nav-sales-accessories li a:link, #nav .nav-sales-accessories li a:visited ,
#nav  .nav-nursing-shoes li a:link, #nav .nav-nursing-shoes li a:visited { background: #FFFDDC; padding: 6px 10px; zoom: 1;}


#nav  .nav-brands li a:hover, #nav  .nav-scrub-tops li a:hover, #nav  .nav-scrub-pants li a:hover, #nav  .nav-accessories li a:hover, #nav  .nav-labcoats li a:hover, #nav  .nav-labcoats-jackets li a:hover, #nav  .nav-shoes li a:hover, #nav  .nav-sales-accessories li a:hover, #nav  .nav-nursing-shoes li a:hover{ background: #ece1cd;}

/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active, #nav ul li.over {
    float:left;
	clear: both;
	width: 100%;
    border:none;
    margin:0;
    background: url(../images/blocks/bg_menu_sep.gif) bottom left repeat-x;
    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 a:hover {background: #ece1cd;}
#nav ul li a { font-weight:normal !important; }



/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:250px;
	top:29px;
	left:-10000px;
    border:1px solid #794B29;
    border-bottom:2px solid #794B29;
    padding:0px 0px;
    background:#FFFDDC; 
    font-size:11px;
}

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


#nav ul li a { padding:3px 0; color:#4E8402 !important; }
#nav ul li a:hover { /* padding:3px 0; */ color:#4E8402 !important; background: #ece1cd;}

/*Wolf*/
#nav ul li.parent a:link, #nav ul li.parent a:visited { background: #fffae8 url(../images/bullets/bullet01.gif) 235px center no-repeat ; }
#nav ul li.parent a:hover { background: #ece1cd url(../images/bullets/bullet02.gif) 235px center no-repeat ; }


/* #nav ul li.parent.active a:link, #nav ul li.parent.active a:visited { background: #ece1cd url(../images/bullets/bullet02.gif) 235px center no-repeat ;} */
/*parent reset*/
#nav ul li.parent li a:link, #nav ul li.parent li a:visited { background: #fffae8!important; }
#nav ul li.parent li a:hover { background: #ece1cd!important; }
#nav ul li.active a:link, #nav ul li.active a:visited { background: #ece1cd; }
#nav ul li.active  li.active a:link, #nav ul li.active li.active a:visited { background: #ece1cd!important; }
/************ 3RD+ LEVEL ************/
#nav ul ul { top:0px; }