/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { float:left; margin-top:0px; margin-left:15px; font-size:16px; border-left: #00a5db solid 1px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative;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; padding: 9px 20px 5px 20px; }
#nav li ul span {white-space:normal; }

#nav li.topwrap {display: block; padding: 0; width: 170px; height: 10px; background: url(../images/blocks/bg_menu_top.png) top left no-repeat; border: #333 solid 0px; /* margin: 0 -1px; */ }
#nav li.topwrap:hover {padding: 0; width: 170px; height: 10px; background: url(../images/blocks/bg_menu_top.png) top left no-repeat; border: #333 solid 0px; /* margin: 0 -1px; */}

/************ 0 LEVEL  ***************/
#nav li { float:left; margin:0px; padding:0px 0px;  border-right: #00a5db solid 1px; border-left: #5dd0f5 solid 1px;}
#nav li.nav-contact { border-right: #00a5db solid 0px; }
#nav li.active a { color:#fff; }
#nav a { float:left; color:#ffffff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff; }
#nav li.over,
#nav li.active, #nav li:hover  { margin:0;  background: url(../images/blocks/bg_menu_act.gif) top left repeat-x; }

#nav li.over a, #nav li.active a, #nav li:hover a { background: url(../images/blocks/bg_menu_act_l.gif) top left no-repeat; }
#nav li.over a span, #nav li.active a span, #nav li:hover a span { background: url(../images/blocks/bg_menu_act_r.gif) top right no-repeat; }

/************ 1ST LEVEL ************/
#nav ul li{ width: 118px; /* float:none; */ border:none; margin:0; padding:5px 15px 5px 35px;  text-transform:none; background: #0091c2 url(../images/bullets/bullet02.gif) 18px 11px no-repeat;border-left: #0091c2 solid 1px; border-right: #0091c2 solid 1px;}
#nav ul li.active,
#nav ul li.over, #nav ul li:hover { /* float:none; */ border:none; background:none; margin:0; text-transform:none; padding:5px 15px 5px 35px; background: #00b5ef url(../images/bullets/bullet03.gif) 18px 11px no-repeat; border-left: #0091c2 solid 1px; border-right: #0091c2 solid 1px;}
#nav ul li.parent {  }
#nav ul li.last { }
#nav ul li.active {  }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { /* font-weight:normal !important; */ background: none;}
#nav ul li a span{ padding: 0; background: none; }
#nav li.over li a, #nav li.active li a { background: none; }
#nav li.over li a span, #nav li.active li a span { background: none; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:170px; top:35px; left:-10000px; padding:0 0 12px 0; background: url(../images/blocks/bg_menu_bottom.png) bottom left no-repeat; font-size:12px; font-weight: bold; border-left: #5dd0f5 solid 0px;}

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

#nav ul li a { padding:3px 0; color:#fff !important; }
#nav ul li a:hover { padding:3px 0; color:#fff !important; }

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