/**
 * 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 {	font-size:1.1em;
	background-image: url(../images/navibg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
	border: 1px solid #E1E1E1;
	clear: both;
	
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left;
background-image: url(../images/spacer.jpg); background-repeat:no-repeat;
background-repeat:no-repeat;
background-position:right;
	}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; font-weight:bold; }

#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; margin:0; padding:0;}
#nav li a { color:#444444; }
#nav li a:hover{color:#76A212; /*color:#000; background:#B6AD89;*/  }

#nav li{padding-top:7px;padding-bottom:7px; padding-left:10px; padding-right:10px;  }

#nav li.diff{ background:#789938; color:#fff; float:right; margin-right:147px; padding-bottom:6px;}
#nav li.diff.over { background:#789938; color:#fff; float:right; margin-right:147px; padding-bottom:6px;}
#nav li.diff a:link, #nav li.diff a:visited { color:#fff; }
#nav li.diff a:hover{ color:#fff; }

#nav li.over,
#nav li.active { margin:0; /* background:#B6AD89;*/ color:#76A212; }

#nav a { color:#444444}
#nav a:hover{ color:#76A212}
#nav li a:hover{ color:#76A212 }
#nav li.active a{ color:#76A212 }


/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; background:none; text-transform:none; background:#fff;}
#nav ul li.parent {  }
#nav ul li.last {  }
#nav ul li.active { background:none; }
#nav ul a,
#nav ul a:hover { float:none;  background:none; }
#nav ul li a { font-weight:normal !important; /*background:#B6AD89;*/ color:#000; }
#nav ul li a:hover { color:#fff;/* background:#fff;*/  }

#nav ul li a{color:#000!important; }
#nav ul li a:hover{color:#76A212!important; }

#nav ul li, #nav ul li.active {
background:#FFFFFF none repeat scroll 0 0;
float:none;
 }


/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:183px; top:29px; left:-10000px; background:#fff; font-size:12px; border-bottom:none;
border:1px solid #DBDBDB;
margin-left:0px;
}

/* Show menu */
#nav li.over > ul { left:-1px; }
#nav li.over > ul li.over > ul { left:102px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li{border-bottom:1px solid #DBDBDB;padding-top:6px;padding-bottom:6px; padding-left:15px; padding-right:15px;  }

#nav ul li a { color:#000; }
#nav ul li a:hover { color:#76A212;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

#nav ul li.last {
/*background:transparent url(../images/drop.jpg) no-repeat scroll left bottom;*/
border:none;
}

