/**
 * 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) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav1 { padding:0 20px 0 10px;	 font-size:1.1em; z-index:999; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav1 li {
	list-style:none;
	text-align:left;
	}
#nav1 li.over { z-index:99; }
#nav1 li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav1 a { line-height:0.9em; }
#nav1 a, #nav1 a:hover { display:list-item; text-decoration:none; }
#nav1 span { display:list-item; cursor:pointer; white-space:nowrap; }
#nav1 li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/

#nav1 li {color: #666666; padding:3px 15px 4px 0px; }
#nav1 li.active a {  }
 #nav1 a { color:#336699; font-weight:normal;text-decoration:underline;background:url(../images/search_criteria.gif) left center no-repeat; padding:0px 0px 0px 14px}
#nav1 li.over a, #nav1 a:hover {   }


/*#nav1 li { float:left; }
#nav1 li.active a { color:#d96708; }
 #nav1 a { float:none; padding:5px 12px 6px 8px; color:#A7C6DD; font-weight:bold; }


#nav1 li.over a, #nav a:hover { color:#d96708;text-decoration: underline; }*/


/************ 1ST LEVEL RESET ************/
  #nav1 ul li, #nav ul li.active {
	float:none;
	margin:0;
padding-bottom:3px;
	padding-bottom:1px;
    
	 background: url(../images/nav_divider.gif) repeat-x 0 100%;	
	}
#nav1 ul li.over { url(../images/nav_divider.gif) repeat-x 0 100%;     }
#nav1 ul li.last {     padding-bottom:0;  }

	
#nav1 ul a, #nav1 ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
#nav1 ul li a { font-weight:normal !important; } /**/


/************ 2ND LEVEL ************/
/*  #nav1 ul {
	
        height:45px;
	width:18em;
	top:0px;
	left:-10000px;
  border:1px solid #899ba5;
 height:0px;
 visibility: hidden; */
}
*/

/* Show menu */
 #nav1 li.over > ul { left:0; }
 #nav1 li.over > ul li.over > ul { left:120px; }
 #nav1 li.over ul ul { left:-10000px; }
/**/

#nav1 ul li a { 	color: #0066FF;   }
#nav1 ul li a:hover {  color: #0066FF; }
#nav1 ul li a, #nav1 ul li a:hover {   }
#nav1 ul span, #nav1 ul li.last li span { padding:4px 15px 4px 15px; }
/**/


/************ 3RD+ LEVEL ************/

#nav1 ul ul 
 { top:0px; 
        position: static;
	width:10em;
	background:#d5e4eb;
	left:-10000px;
        height:0px;
        z-index:1001;
        border:1px solid #899ba5; 
      visibility: hidden;}



#nav1 ul ul ul { left:-10000px;  border:1px solid #899ba5;}
#nav1 li.over ul li.over ul ul { left:100px;  }
#nav1 li.over ul li.over ul li.over ul { left:100px; }


/* Fix for the IE bug */
/*
#nav1 iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}

*/