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


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

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#2a2824; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#898885; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#2a2824; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:#656461;	
	}
#nav ul li.over {background:#656461;}
#nav ul li.last { background:#656461; padding-bottom:0; }

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


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:25px;
	left:-10000px;
	border:1px solid #899ba5;
}

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


#nav ul li a { background:#e7e7e6; color:#898885;}
#nav ul li a:hover { background:#898885; }
#nav ul li a:hover { color:#fff !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}



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

#nav ul ul { top:5px; }

/* 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;}

#navContainer { height: 80px; margin: 9px 0px 0px 0px; display:block; }

	.navItem {
		margin:  12px 0px 5px 20px;
		color:#FCFC00;
		width: 160px;
		float: left;
	}
	
	.sideTitle {
		font-size: 1.2em;
		color:#FCFC00;
		margin: 15px 0px 15px 0px;
		padding: 0px;
	}
	
	.navItem a .title {
		font-size: 1.2em;
		color:#FFF;
		margin: 0px;
		padding: 0px;
	}
	
	.navItem a .text {
		font-size: 70%;
		color:#000;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	.navItem a:hover .title {
		font-size: 1.2em;
		color:#FCFC00;
		margin: 0px;
		padding: 0px;
	}
	
	.navItem a:hover .text {
		font-size: 70%;
		color:#FFF;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	#rightNav{
		margin: 0px 0px 0px 0px;
	}
	
	#rightNav li{
		margin: 2px 0px 0px 0px;
	}
	
	#rightNav li.parent{
		margin: 6px 0px 0px 0px;
	}
	
	#rightNav li.parent a{
		padding: 3px 8px 3px 15px;
		color:#FFF;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		background: url("../images/menuBgRed.png") left no-repeat;
		width: 166px;
		height: 18px;
		display: block;
		margin-left: -15px;
	}
	
	#rightNav li.parent a:hover {
		color:#fff;
		background: url("../images/menuBgBlack.png") left no-repeat;
	}
	
	#rightNav li.parent.active a{
		color:#fdf001;
		background: url("../images/menuBgBlack.png") left no-repeat;
	}
	
	#rightNav li.child{
		margin: 8px 10px 0px 0px;
	}
	
	#rightNav li.child a{
		color:#fff;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		padding: 3px 8px 3px 8px;
		width: 136px;
		height: 18px;
		display: block;
		background: url("../images/SubMenuBgBlack.png") left no-repeat;
	}
	
	#rightNav li.child.active a{
		color:#fdf001;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		background: url("../images/SubMenuBgBlackSolid.png") left no-repeat;
	}
	
	#rightNav li.child.active:hover a{
		color:#fdf001;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		background: url("../images/SubMenuBgBlackSolid.png") left no-repeat;
	}
	
	#rightNav li.child a:hover{
		color:#fff;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		background: url("../images/SubMenuBgBlackSolid.png") left no-repeat;
	}
	
	#rightNav li.grandchild{
		margin: 8px 0px 0px 15px;
	}
	
	#rightNav li.grandchild a{
		color:#fff;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		padding: 3px 8px 3px 8px;
		width: 120px;
		height: 18px;
		display: block;
		background: url("../images/SubMenuBgBlack.png") left no-repeat;
	}
	
	#rightNav li.grandchild.active a{
		color:#fdf001;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		background: url("../images/SubMenuBgBlackSolid.png") left no-repeat;
	}
	
	#rightNav li.grandchild.active:hover a{
		color:#fdf001;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		background: url("../images/SubMenuBgBlackSolid.png") left no-repeat;
	}
	
	#rightNav li.grandchild a:hover{
		color:#fff;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		background: url("../images/SubMenuBgBlackSolid.png") left no-repeat;
	}
	
	
	#navContainerFoot {width:160px; margin: 70px 0px 0px 0px; }
	
	.footNavItem {
		margin:  0px 0px 6px 15px;
		color:#FCFC00;
		width: 115px;
		float: left;
	}
	
	.footNavItem a .title {
		font-size: 12px;
		color:#FFF;
		margin: 0px;
		padding: 0px;
	}
	
	.footNavItem a:hover .title {
		font-size: 12px;
		color:#FCFC00;
		margin: 0px;
		padding: 0px;
	}