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

.head_menu {
background:#E77817 none repeat scroll 0 0;
color: #fff;
font-weight: bold;
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
padding:2px 10px;
line-height:1.25em;
font-size:1.1em;
} 
 
#nav { 
margin-left:0; 
float:left;
zoom: 1;
font-size:1.1em; 
/*background:#F6F6F6 none repeat scroll 0 0; border:1px solid #DDDDDD;*/}

/************** 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; 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; /*margin:1px 0px 1px 1px; */ padding:0px 5px; border-left: 1px #bbb solid; }
#nav li.active a { color:#E77817; }
#nav a { /*float:left; */ /* background:url(../images/nav_top_level_arrow.gif) no-repeat 100% 50%;  */ padding-right:5px; padding-left:5px; color:#fff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#E77817; /*text-decoration:underline; */} 

#nav li.active {}

#nav li.active li.active  a span{ color:#E77817; font-weight: bold;}

#nav li ul {
display: none;
margin-left: -6px;
margin-top: 0px;
position: absolute;/*
background: #f7f7f7;*/
background: #444;
padding-top: 5px;
border:1px solid #BBBBBB;
border-bottom: 2px #666666 solid;
border-right: none;
border-top: none;
width: 130px;
}
* html  #nav li ul {
margin-left: 0px;
}
#nav li.over ul{
display: block;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#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 { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { /*position:absolute; */ width:auto; /*top:22px; left:-10000px;  *//* border:1px solid #bbb; border-bottom:2px solid #999;*/ padding:3px 8px; /*background:#fcfcfc; */font-size:11px; }

/* 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; }
#nav ul li a:hover { padding:1px 0; color:#E77817 !important; }

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

#nav ul ul { top:0px; left: 134px; display: none; }
#nav li.over ul ul { display: none;  border-top:1px solid #DDDDDD;}
#nav li.over ul li.over  ul { display: block; }

.home_link  a{
	color:#FFFFFF;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
	display:block;
	line-height:1.3em;
	text-decoration:none;
	font-size:1.1em;	
}
.home_link  li{
border-left:1px solid #BBBBBB;
float:left;
padding:0 5px;
}
.home_link  a:hover{
color:#E77817;
text-decoration: none;
}
.home_link {
font-weight:bold;
text-align: left;
float:left;
}

.level1 .level2 {
margin-left: 100px;
}
