/**
 * 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-top:15px;
	font-size:1.1em;
	background:#fff url(../images/navibg.gif) center top no-repeat;
	height: 40px;
	width: 974px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:none; 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 8px 11px 1px;*/ padding:8px 10px; }
#nav li.active a { color:#fff; }
#nav a { float:left; padding:0 0px 3px 8px; color:#fff; font-weight:bold; font-size:14px; }
#nav li.over a,#nav a:hover { color:#c27905; }

#nav a {background:url(../images/bg_navli_left.gif) no-repeat;}
#nav a span {background:url(../images/bg_navli_right.gif) right top no-repeat; padding:0 15px 3px 0; margin-left:5px;}
#nav a:hover {background:url(../images/bg_navli_left1.gif) no-repeat;}
#nav a:hover span {background:url(../images/bg_navli_right1.gif) right top no-repeat;}

/************ 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:15em; top:32px; left:-15000px;  background:#F0F1F3; font-size:12px; border-top:none; margin-left:12px; }

/* 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:3px 0; color:#fff !important; font-size:12px; }
#nav ul li a:hover { padding:3px 0; color:#F36F23 !important; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; border:1px solid #bbb; }






#nav li { float:left; /*margin:1px 8px 11px 1px;*/ padding:8px 10px; }
#nav li.active a { color:#F36F23; }
#nav a { float:left; padding:0 0px 3px 10px; color:#fff; font-weight:bold; font-size:14px; }
#nav li.over a,#nav a:hover { color:#c27905; }


/*nav-about-us   nav-customer-service          nav-contact              nav-faq*/

#nav .nav-about-us a,
#nav .nav-customer-service a,
#nav .nav-contact a, 
#nav .nav-faq a{background:none; padding-left:0px; font-size:12px;}

#nav .nav-about-us,
#nav .nav-customer-service,
#nav .nav-contact{background:url(../images/bg_navli_last.gif) right no-repeat;}

#nav .nav-about-us a span,
#nav .nav-customer-service a span,
#nav .nav-contact a span, 
#nav .nav-faq a span{background:none; padding:3px 6px 0 0;}
 
#nav .nav-about-us a:hover,
#nav .nav-customer-service a:hover,
#nav .nav-contact a:hover, 
#nav .nav-faq a:hover{background:none;}


#nav .nav-about-us a:hover span ,
#nav .nav-customer-service a:hover span ,
#nav .nav-contact a:hover span , 
#nav .nav-faq a:hover span {background:none;}



#nav ul {background:url(../images/bg_navul.gif) left top no-repeat; padding-top:11px;}
#nav ul li{background:#000 url(../images/bg_navulli.gif) bottom repeat-x; line-height:18px;}
#nav ul li:hover {background:#000 url(../images/bg_navulli_hover.gif) bottom repeat-x; line-height:18px;}
#nav ul li a {padding:3px 5px; background:#827e7f url(../images/bg_navulli.gif) bottom repeat-x; line-height:18px; color:#fff;}
#nav ul li a span{background:none; color:#fff;}
#nav ul li a:hover {background:#1f2020 url(../images/bg_navulli_hover.gif) bottom repeat-x; line-height:18px; color:#fff;padding:3px 5px;}
#nav ul li a:hover span{ color:#fff;}

#nav .nav-customer-service ul li a {padding:3px 5px;}

#nav .nav-customer-service ul li a:hover {background:#1f2020 url(../images/bg_navulli_hover.gif) bottom repeat-x; line-height:18px; color:#fff;padding:3px 5px;}