/**
 * 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)
 */
 
.header li.nav-phones {width:203px;height:59px;}
.header li.nav-phones a {background:url(../images/nav-phones.gif) no-repeat; width:203px;height:59px;}
.header li.nav-accessories {width:234px;height:60px;}
.header li.nav-accessories a {background:url(../images/nav-accessories.gif) no-repeat; width:234px;height:60px;}
.header li.nav-cheap-mobile-deals {width:199px;height:60px;}
.header li.nav-cheap-mobile-deals a {background:url(../images/nav-cheap.gif) no-repeat; width:199px;height:60px;}
#nav li a span {display:none}
#nav li ul li a span {display:block;}

#nav {padding-right:15px;z-index:100;list-style-type:none;margin:0;padding:0; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; z-index:80; }
#nav .over { z-index:81; }
#nav a,
#nav a:hover { display:block; 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;}
#nav li.active a { color:#d96708; }
#nav a {color:#363636;display:block;font-size:12px;font-weight:bold;line-height:32px;text-align:center;text-transform:uppercase; }
#nav li.over a,
#nav a:hover { color:#d96708; }

#nav .all-shop{background:transparent url(../images/home_button.gif) no-repeat scroll center bottom;width:180px;}
#nav .all-shop a{background:transparent none repeat scroll 0 0;color:#FFFFFF;font-size:14px;line-height:36px;padding:6px 0 0 15px;text-align:left;}

/************ 1ST LEVEL ************/

#nav ul li,
#nav ul li.active {width:auto;height:auto; float:none; margin:0; padding-bottom:1px; background:#FFF9DE url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#dd9305 url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav .all-shop ul li.last,
#nav ul li.last { background:#FFF9DE; padding-bottom:0; }

#nav .all-shop ul a,
#nav ul a,
#nav ul a:hover {font-size:12px;height:28px;line-height:22px;text-align:left; float:none; padding:0; background:none; }
#nav .all-shop ul li a,
#nav ul li a { font-weight:normal;}

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:100%; top:60px; left:-10000px; border:1px solid #a67c2c; }


/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }


#nav ul li a { background:#3e3d3c; }
#nav ul li a:hover { background:#dd9305; }
#nav ul li a,
#nav ul li a:hover { color:#ffffff !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

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



#nav #all-shop-nav{margin-left:9px;width:500px;background:#FFF9DE;padding:10px;}
#nav #all-shop-nav .level0{left:0px;}
#nav #all-shop-nav li a span{font-weight:bold;}
#nav #all-shop-nav li{width:200px;float:left;background:none;}
#nav #all-shop-nav  ul{position:relative;border:none;}
#nav #all-shop-nav  ul li {height:18px;}
#nav #all-shop-nav  ul li a{padding-left:20px;}
#nav #all-shop-nav  ul li a span{font-weight:normal;}
#nav #all-shop-nav  ul ul{display:none;}

/*
#nav .all-shop.over > ul { left:10px; }
#nav .all-shop ul span, #nav .all-shop ul li.last li span {padding:3px;}

#nav .all-shop ul{width:400px;border-bottom:20px solid #E15C0A;background:#FFF9DE;padding:20px;}
#nav .all-shop ul ul{ width:150px; position:relative;top:0px;left:0px;border:none;padding:0px}
#nav .all-shop ul li {font-size:11px;width:150px; height:auto; float:left; border-right:1px solid #E15C0A; margin-right:20px; }
#nav .all-shop ul li a{font-size:11px;width:auto;height:16px;line-height:14px;font-weight:bold; }

#nav .all-shop ul ul li{background:none; }
#nav .all-shop ul ul li a{background:none;font-weight:normal;}
#nav .all-shop ul ul li a:hover{font-weight:bold;}
#nav .all-shop ul li{background:none;padding-left:0px;width:150px;}
#nav .all-shop ul ul ul {display:none; width:auto;}
#nav .all-shop.over > ul li.over > ul {  position:relative;top:0px;left:0px; }
#nav .all-shop.over ul ul{  position:relative;top:0px;left:0px; }
*/