/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav-bar {float:left;} /*a*/

/*#nav { float:left; font-size:1.1em; background:#555; width:936px; padding:0 12px; border-top:1px solid #555;} d m, a bg,fl,w,p,b*/

#nav {	
	float:left;
	font-size:1.1em; 
	background:#555; 
	width:936px; 
	padding:0 12px; 
	border-top:1px solid #555;
	}


#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	}

#nav a {
	display: block;
	color:#fff;
	font-weight:bolder;
	float:left;
	display:block;

	}

#nav li { /* all list items */
	float: left;
	display:block;
	/* width: 100px;  width needed or else Opera goes nuts */
	z-index:999;
	}

#nav li ul.level0 { /* second-level lists */
	position: absolute;
	background:#fcfcfc;
	left:-999em;     /* using left instead of display to hide menus because display: none isn't read by screen readers */	
	padding:10px 7px 27px 0;
	width:820px;
	text-align:left;
	top:30px;
	border:1px solid #bbb; 
	border-bottom:2px solid #999;
	/*margin-left:-20px;*/
	z-index:1000;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	display:block;
	}

#nav li.level0 {
	/* background:url(../image	s/navmain/menubkg.gif) no-repeat top right; */
	text-align:center;
	padding:10px 10px 0;
	color:#454131;
	position:relative;
	height:20px;
	}
	

#nav li.level0:hover {
	/* background:url(../image	s/navmain/menubkg.gif) no-repeat top right; */
	background:#ececec;
	}	
	
#nav li.level0:hover a {
	color:#555;
	}	
	
	
#nav li.level0 a {
	text-decoration:none;
	}	


#nav li.level1 {
	margin-bottom:5px;
	padding:0 0 5px 0;
	}

#nav li.level1:hover {
	background-color:#C1C1C1;
	}

/*
#nav li.level1:hover a {
	color:#E1DFBF;
	}
*/	
	
#nav li.level1 ul {
	padding:0 0 0 10px;
	}	
	

#nav li.level1 a {
	width:240px;
	padding:7px 3px 3px 30px;	
	background:url(../images/navmain/bullet.png) no-repeat 13px 5px;	
	text-decoration:none;
	font-size:75%;
	/*padding:0 0 5px 0;*/
	color:#454131;
	}

