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



#secondaryNav  { padding: 0 0 15px 0; margin: 6px 0 0 5px; background: transparent url(../images/bg-secnav-b.gif) bottom left no-repeat; width:155px;}
#secondaryNav  a{ text-decoration:none;}
#secondaryNav ul { padding: 13px 6px 0 6px; background: transparent url(../images/bg-secnav-t.gif) top left no-repeat; }
#secondaryNav ul ul { padding: 0 0 5px 0; background-color: #fdf1f5; background-image: none; }
#secondaryNav li { cursor:pointer; padding: 1px 0 0 0; text-transform: uppercase; font-weight: bold; }
#secondaryNav li li { text-transform: none; font-size: 12px; font-weight: normal; }
#secondaryNav li.secondNavSep { background: transparent url(../images/bg-secnav-sep.gif) 9px bottom no-repeat; }
#secondaryNav li a { color: #876771; padding: 0 9px; display: block; font-size:12px;}
#secondaryNav li li a { display: inline; padding: 0 9px 0 18px; }
#secondaryNav li a:hover, #secondaryNav li strong a { color: #000000; background-color: #f6bbcd; text-decoration: none; }
#secondaryNav li li a:hover { background-color: #fdf1f5; }
#secondaryNav li a span { font-size: 1.18em; }
#secondaryNav li a:active {background-color: #f6bbcd; color:#000000; text-decoration:none;}
#secondaryNav ul#parent li.level0.active {background-color: #f6bbcd; color:#000000; text-decoration:none;font-weight:bold;}
#secondaryNav ul#parent li.level1 {background-color:transparent;}

#secondaryNav  ul.level0{
	position:absolute;
	left:-10000px;	
	clear: both;	
}

#secondaryNav li .level0   {clear: both; width: 101px; padding: 5px 0 15px 0; }
#secondaryNav li .level0 a {background:none;}



#secondaryNav ul#parent li.active ul {left:0px; position:relative; width:142px;}


/*#secondaryNav li.click > ul, #secondaryNav li.active > ul  {left:0px; position:relative; width:142px;}
#secondaryNav li.click > ul li.over > ul { left:100px;}
#secondaryNav li.click ul ul { left:-10000px; }*/



#secondaryNav ul ul  a {text-decoration:none;}
#secondaryNav ul .active.parent  > a { font-weight:bold; color:#000000;background-color: #f6bbcd;}
#secondaryNav ul ul .active  a { font-weight:bold; color:#000000;}
