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

.topdiv {
	background-color:#4A4D53;
	height:460px;
	left:172px;
	position:absolute;
	top:128px;
	width:1078px;
	z-index:999;
	display:none;
}

#nav {font-size:0.9em; /*background:url(../images/menu_bg.png) no-repeat top left;*/ height:30px;color:#C44400; 
width:980px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; padding:3px 0px 0px 4px; text-transform:uppercase;  background:transparent url(../images/menu_sep.png) no-repeat scroll right 78%;  }
#nav li.active a { color:#99CC00; }
/*#nav a { float:left; padding:5px 18px 6px 12px; color:#fff; font-weight:bold;  background:transparent url(../images/menu_arrow.png) no-repeat scroll right 55%; }*/ 

#nav a { float:left; padding:5px 10px 6px 5px; color:#fff; font-weight:bold; }
#nav li.parent a{ /*background:transparent url(../images/menu_arrow.png) no-repeat scroll right 55%;*/ margin-left:0px; }

#nav li.over a,
#nav a:hover { color:#99CC00; background:none;}



/************ 1ST LEVEL ************/

#nav ul li{ float:none; margin:0; padding:0px 0px 0px 7px;background:#4A4D53; /* background:#999; */ height:20px;border-bottom:0px solid #ffffff; }
#nav ul li.active { float:none; margin:0; padding:0px 0px 0px 7px; background:#80C5E2 !important; height:24px;}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#4A4D53;height:24px;padding-bottom:0; /*border-bottom:1px solid #EAD7B6; */ }
#nav ul li.horizlast {border-left:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:bold !important; color:#FFFFFF; font-size:11px;  }

#nav li.parent ul li a{ background:transparent url(../images/green_arrow.png) no-repeat scroll left 55%; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:28px; left:-10000px;  }

/* 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:#BE560D;*/  color:#FFFFFF !important;  padding:1px 0px; font-size:10px; text-transform:none;}


#nav ul li a:hover {   color:#80C5E2 !important; }
#nav ul li a,
#nav ul li a:hover {  padding:1px 0px;  font-size:10px;}

#nav ul li.last {  }
#nav ul span, #nav ul li.last li span { padding:2px 0px 2px 8px;}

#nav ul li.active a:hover{color:#000 !important; }
#nav ul li.active a{color:#FFFFFF !important;background:transparent url(../images/white_arrow.png) no-repeat scroll left 55% !important;  }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }


