/**
 * 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 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	margin-top:0px;
	height:33px;
	/*background-color: #898679;
    background:url(../images/nav_bg_bar.jpg) no-repeat; */
	background: #236D93 none repeat scroll 0 0;
	border-bottom: 6px solid #3982A9;	
}

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

/************ 0 LEVEL  ***************/ 
#nav li {
	float:left;
	margin: 0px;
	padding: 0px;
	/*background:url(../images/saperator.jpg) no-repeat 0 0px; */
    padding-top:6px;
}
#nav li.active a { color:#fff; }
#nav a {
	color:#CFCFCF;
	font-weight:normal;	
	text-decoration: none;
	/*padding: 9px;*/
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	
	
}
#nav li.over a,
#nav a:hover {
	color:#fff;
	/*background-color: #B9A379;*/
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
/* cees added */
background:#01324E none repeat scroll 0 0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;

}
#nav li.over,
#nav li.active {    }

/************ 1ST LEVEL ************/
#nav li{
 /* background:url(../images/saperator.jpg) no-repeat right center;*/
}
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0px; padding:0px; /*padding-bottom:1px;*/ text-transform:none; vertical-align:top; border-bottom:1px solid #444444;}
#nav ul li.parent { }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; background:none; 	background-color: #464646;}
#nav ul li a { font-weight:normal !important;  }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:30px; left:-10000px; /* border-bottom:2px solid #999; padding:3px 8px;*/ background:#fcfcfc; font-size:11px;  border:1px solid #444444;border-bottom:none; vertical-align:top;}

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

#nav ul li a {  color:#fff !important; }
#nav ul li a:hover {  color:#FAF9F1 !important; background-color:#333; }

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

