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

#headerMenu {
	float:  right;
	width: 644px;
	height: 39px;
	margin-top:28px;
	right: 0px;
	/*border: solid 1px red;*/
}

#headerMenuData #nav {
	width: 625px;
	height: 39px;
	background: #f26522;
	/*border: solid 1px red;*/
}

#nav_begin {
	background: url(../images/nav_begin2.png) no-repeat left top;
	width: 19px;
	height:39px;
	float: left;
	
}

#nav2 { float:left; z-index:3; margin-top:-10px; margin-bottom:10px; width:100px; margin-left:0px; font-size:12px; border-lefT: 1px solid #182149; padding-left: 20px; background:url(../images/base_bg.jpg) repeat-y;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav2 li { position:relative; text-align:right; background:url(../images/base_bg.jpg) repeat-y;	}
#nav2 li.over { z-index:999; }
#nav2 a,
#nav2 a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav2 span { display:block; cursor:pointer; text-align:left; }
#nav2 span:hover {  text-decoration:underline}
#nav2 li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav2 li { float:left; margin:0; padding:10px 8px;  border-bottom: 1px solid #e7e8ec; width:240px;}
#nav2 li.active a { color:#333; }
#nav2 a { float:left;  padding-right:11px; color:#333; }
#nav2 li.over a,
#nav2 a:hover { color:#333;  } 
#nav2 li.over,
#nav2 li.active { margin:0; text-decoration:underline}

/************ 1ST LEVEL ************/
#nav2 ul li,
#nav2 ul li.active,
#nav2 ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#nav2 ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#nav2 ul li.last { padding-bottom:0; }
#nav2 ul li.active { margin:0; border:0; background:none; }
#nav2 ul a,
#nav2 ul a:hover { float:none; padding:0; background:none; }
#nav2 ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav2 ul { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #eeaaa1; border-bottom:2px solid #9e2c14; padding:3px 8px; background:#fcfcfc; font-size:12px;  }

/* Show menu */
#nav2 li.over > ul { left:-99999px; top:36px; }
#nav2 li.over > ul li.over > ul { left:100px; }
#nav2 li.over ul ul { left:-10000px; }

#nav2 ul li a { padding:3px 0; color:#444 !important; }
#nav2 ul li a:hover { padding:3px 0; color:#922913 !important; }

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