/**
 * 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 {
	padding:0px;
	margin:0px;
	float: left;
	height:25px;
	position: relative;
	background:#050000;
/*	left:0px;*/
text-align:left;
padding-left:10px;
}
#nav li a {
	color: #0D998B;
	/*background-image: url(../images/nav_divider.gif);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height:25px;
	display:block;
	font-size:12px;
	text-decoration:none;
	float:left;
	font-weight:normal;
	height:25px;
padding:0px 8px 0px;
color:#fff;
/*text-transform:lowercase;*/
}
#nav a span {
	display: block;
	padding: 0px;
	margin: 0 1px 0 0;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
#nav li > a:hover span {
	color: #E40022;
	/*background-image: url(../images/nav_link_bg.gif);*/
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav li ul a, #nav li ul a span, #nav li ul a:hover, #nav li ul a:hover span {
	background: none;
}
#nav li {
	list-style:none;
	float: left;
	display: block;
	height:25px;
	background: url('../images/top-menu-bg.gif') left bottom no-repeat; 
}
#nav li.parent ul, #nav li.active ul {
	/*put the subnavs below and hide them all*/
	display: none;
	position: absolute;
	top: 25px;
	padding-top: 0px;
	left: 0;
	width: 950px;
	height:25px;
	border-bottom:solid 1px #000;
}

#nav li li {
padding:0px 0px 0px;
background:none;
}



#nav li.active ul a, #nav li.parent ul a {
	float: left;
	/*ie doesn't inherit the float*/
	border: 0;
	color: #000;
	width: auto;
	margin-right: 0px;
	font-size:11px;
	padding:0px 2px 0px 15px;
	background: url('../images/top-menu-bg-left.gif') left center no-repeat; 
}
#nav li.active ul a:hover, #nav li.parent ul a:hover, #nav li ul a:hover span {
	color: #E40022 !important;
}
#nav li.active ul {
	/*display active subnav list*/
	display: block;
}
#nav li.parent:hover ul {
	/*  display the other topics when
	their parent is hovered */
	display: block;
	z-index: 6000;
}

#nav li ul li ul {
	display: none !important;
	top: 32px !important;
}

#nav li ul li:hover ul {
	display: block !important;
	background-color: #333333;
	color: #E0F90C !important;
	height: 30px !important;
	overflow: hidden;
	padding: 0px !important;
}

/* Fix for the IE bug */

#nav iframe {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
