/**
 * 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 { height:45px; padding:0 20px; font-size:1.1em; z-index:999; }


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

/************ 1ST LEVEL  ***************/
#nav-items li { float:left; }
#nav li.active a { color:#d96708; background:#fff; }
#nav a { float:left; padding:13px 14px 15px 14px; color:#A7C6DD; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#d96708; background:#fff; }


/************ 1ST LEVEL RESET ************/
#nav-items ul li, #nav-items ul li.active {
	float:none;
	margin:0;
	background:#ecf3f6; /*url(../images/nav_divider.gif) repeat-x 0 100%;	*/
	}
#nav-items ul li.over {background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%;}

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

#nav-items {
	margin-left: 2em;
	margin-top:10px;
	height:63px;
	width:860px;
	}
#nav-items .level2 {
	float:left;
	width:15em;
	margin: 0 5px 3px 0;
	}

#nav-items .level2 .active {
	padding:0;
	float:left;
	width:15em;
	margin: 0 5px 3px 0;
	}

#nav-items ul {
	height:63px;
	}


/************ 2ND LEVEL ************/
#nav ul {
	position:absolute;
	display:none;
}


#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; }

/* Fix for the IE bug */

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