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

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
  color:white;
  font-size: 12px;

}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
  color:white;

}

#nav a {
	display: block;
	width: 11em;
	color:white;
	TEXT-ALIGN:center;
  text-decoration: none;


}
#nav a:hover {
	color: white;
  background: black;
  text-decoration: underline;


}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	background-color:black;
	color:white;
	height: 28px;
	font-weight: bold;

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 14em;
	left: -999em;
	 z-index: 10;

 /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul li{ /* second-level lists */
	height: 25px;
	width: 14em;
	padding-left:5px;
	background-color:black;
	color:white;
	TEXT-ALIGN:left;
	 z-index: 10;
}

#nav li ul a {
	display: block;
	width: 14em;
	color:white;
  font-weight: normal;
	height: 20px;
TEXT-ALIGN:left;
 z-index: 10;
}
#nav li ul a:hover {
  color: white;
   z-index: 10;

}
#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 12em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background: #FF8888;
}

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


#nav 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;}
