/**
 * 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)
 */

ul#nav {width:700px; float:left; list-style:none; padding:0; margin:0;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
ul#nav li {width:auto; float:left; font:bold 14px Verdana, Arial, Helvetica, sans-serif; position:relative;}
ul#nav li.over { z-index:999; }
ul#nav a, ul#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
ul#nav span { display:block; cursor:pointer; white-space:nowrap; }
ul#nav li ul span {white-space:normal; }

ul#nav li.active a{float:left; padding:12px 15px 18px 15px; background: url(../images/over_menu.gif) left top repeat-x;}
ul#nav li.active a:hover{float:left; padding:11px 14px 18px 14px; background:#252834; border:1px #fff solid;}

*:focus{border:none;}
/************ 0 LEVEL  ***************/
ul#nav li { float:left; }
ul#nav li.active a { color:#fff; }
ul#nav li a {float:left; padding:12px 15px 9px 15px; color:#fff; text-decoration:none;}
ul#nav li.over a,
ul#nav a:hover {float:left; padding:11px 14px 18px 14px; background:#252834; border:1px #fff solid;}

/************ 1ST LEVEL ************/
ul#nav ul li,
ul#nav ul li.active {}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
ul#nav ul li.last {padding-bottom:0; }

ul#nav ul a,
ul#nav ul a:hover { float:none; padding:0; background:none; border:none!important; padding:0!important;}
ul#nav ul li a { font-weight:normal !important; background:none;}

/************ 2ND LEVEL ************/
ul#nav ul { position:absolute; width:15em; top:48px; width:250px; float:left; left:-10000px; border:1px solid #fff; background:#252834 url(../images/menu_line.jpg) no-repeat right 0; border-top:none; list-style:none; padding-top:1px;}
ul#nav ul li{background:none;width:250px; float:left;}
/* Show menu */
ul#nav li.over > ul { left:0; background:#252834 url(../images/menu_line.jpg) no-repeat right 0; padding-top:1px;}
ul#nav li.over > ul li.over > ul { left:100px; }
ul#nav li.over ul ul { left:-10000px; }


ul#nav ul li a {width:250px; color:#fff!important;}
ul#nav ul li a:hover {background:#345fff!important; }
ul#nav ul li a,
ul#nav ul li a:hover {}
ul#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
.header-nav-container  ul ul { top:5px; }

.header-nav-container .search{float:left; background:url(../images/search_bg.jpg) left top no-repeat; width:218px; height:22px; padding:1px; margin-top:9px;}
.header-nav-container .search form{float:left; width:216px; display:block;}
.header-nav-container .search fieldset{float:left; width:216px;}
.header-nav-container .search fieldset input{float:left; width:185px; font:12px "Lucida Console", verdana; color:#303030; border:none; background:#f1f4fd; padding:5px 3px 0; height:13px}
.header-nav-container .search fieldset input.button{float:left; width:auto; padding:0; height:auto;}