/**
 * 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.
 *
 * 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/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav1 {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:12px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #009900;
}

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


/************ 0 LEVEL  ***************/
#nav1 li { 
margin:0px 0px 0px 0px; padding:0px; 	border: 0px solid #333333;
margin-left:0px;
 }
#nav1 li.active a {
	color:#000;
}
#nav1 a {
/*	padding-right:22px;
	color:#666666;
	font-weight:normal;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 11px;
	background-color: #f00;*/

}
#nav1 li.over a,
#nav1 a:hover {
/*	color:#989204;*/
}
#nav1 li.over,
#nav1 li.active {  	
color:#666666;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over {
/*	border:none;
	margin:0;
	text-transform:none;
	border-bottom: 1px solid #000000;*/
	background-color: #111111;
/*	background-image: none;
		color:#ffffff;*/

}
/*#nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }*/
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { 	color:#FFFFFF;
padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }











#nav {
	font-size:12px;
	text-transform: lowercase;
	width: 960px;
	background-color: #FFFFFF;
	top: 0px;
	height: 30px;
	margin-bottom: 25px;
}

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

/************ 0 LEVEL  ***************/
#nav li { float:left; margin:0px 5px 8px 5px; padding:0px; 	border: 0px solid #333333;
 }
#nav li.active a {
	color:#FFFFFF;
}
#nav a {
	letter-spacing: 0px;
	float:left;
	padding-right:12px;
	color:#fcfcfc;
	font-weight:bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e7e7e7;
	border-right-color: #333333;
	border-bottom-color: #e7e7e7;
	border-left-color: #333333;
}
#nav li.over a,
#nav a:hover {
	color:#989204;
}
#nav li.over,
#nav li.active {  	color:#666666;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over {
	float:none;
	border:none;
	margin:0;
	text-transform:none;
	border-bottom: 1px solid #000000;
	background-color: #111111;
	background-image: none;
		color:#ffffff;

}
#nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { 	color:#FFFFFF;
float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul {
	position:absolute;
	left:-10000px;
	font-size:11px;
	background-color: #333333;
	border: 0px solid #333333;
	border-bottom: 1px dotted #000;
	color:#666666;

}

/* 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 {
	padding:1px 0;
	color:#fff !important;
	text-indent: 3px;
}
#nav ul li a:hover { padding:1px 0; color:#5a7f00 !important; }

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

.childcat{
	background-color: #dadada ;
	
}
childcat a:link{
	color:#222222;
}
.parentcat{
	background-color: #c0c0c0 ;
	color:#222222;
}
parentcat a:link{
	color:#222222;
}