/**
 * 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 { padding:0 0px; font-size:12px; background: url(../images/nav_bg.png) no-repeat center bottom; height:40px; width:1024px; margin:0px; float:left; border-top:0px solid #7a7a7a;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li.level0 {padding-top:5px}

/*#nav li.level0.active a, #nav li.level0 a:hover{background: url(../images/kipseli_white_menu.png) no-repeat 30% top; margin-top:-10px; padding-top:15px;}*/

#nav li { position:relative; text-align:left; padding-top:0px; z-index:100;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:20px; text-decoration:none; color:#000000;}
#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 { }
#nav a { float:left; padding:3px 13px 6px 20px; color:#000000; font-size:15px; }
#nav li.over a,
#nav a:hover {color:#666666; }

/************ 1ST LEVEL ************/
#nav ul { padding:0px;  padding-bottom:20px; background:url(../images/drop_down_shadow_bottom.png) no-repeat bottom left ;}
#nav ul li,
#nav ul li.level1.active { float:none; margin:0 8px 0 0; padding-bottom:1px; background-color:#fff ;background:url(../images/drop_down_shadow_right.png) repeat-y right top; height:24px; border-left:0px solid #FCFCFC; width:180px;}
#nav ul li a {padding-left:2px; background-color:#fff; margin-right:12px; margin-top:0px}

#nav li.level0.active li.level1 a {background:#fff; padding-top:0; margin-top:0}
#nav li.level0 ul li.level1 a:hover, #nav ul li a:hover {background-color: #EBEBEB; padding-left:2px; margin-right:12px; margin-top:0; padding-top:0;}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { }

#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:180px; top:34px; left:-10000px; z-index:1000; }

/* 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 { }
#nav ul li a:hover { }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 10px 4px 10px;}

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



/************ CART LEVEL ************/
#cart ul {position:absolute; width:150px; top:16px; right:10000px; z-index:50000; }

/* Show menu */
#cart  li.over > ul { right:47px;}
#cart  li.over span label{background:#fff; color:#000}

#cart li { position:relative; z-index:50000;}
#cart li.over { z-index:9999; }

#cart  li span label {color:#fff; font-weight:normal;  padding:4px 5px;}
