/**
 * 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)
 */
.razdelitel { background:url(../images/razdelitel.gif) top left no-repeat; width:4px; height:51px; float:left;  }
#nav { padding:0px 20px; font-size:12px;  z-index:999;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; z-index:999; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; z-index:999; }
#nav span { display:block; cursor:pointer; white-space:nowrap; z-index:999; }
#nav li ul span {white-space:normal;  z-index:999;}

/************ 0 LEVEL  ***************/
ul#nav li { float:left;  z-index:999;  }
ul#nav li.active a { color:#762E61;  height:37px; z-index:999;  }
ul#nav li a { float:left; padding:16px 7px 6px 7px; color:#762E61; font-weight:normal; text-transform:uppercase; height:37px;   z-index:999; font-size:11px;}
ul#nav li.over a,
ul#nav li a:hover { color:#762E61; text-transform:uppercase; background: url(../images/menu_over.gif) top left repeat-x; height:37px; z-index:999;  }

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

ul#nav li li,
ul#nav li li.active { float:none; margin:0; padding-bottom:1px; background:none !important; border-bottom:1px solid #E1E1E1; !important;padding:0px; z-index:999;}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
ul#nav li li.last { /*background:#ecf3f6;*/ padding-bottom:0px; background:none; border-bottom:none; z-index:999; }

ul#nav li li a,
ul#nav li li a:hover { float:none; padding:0; border:none!important;  padding:5px 0px 2px 10px!important;   height:22px!important; z-index:999; font-size:12px;}
ul#nav li li a { color:#762E61 !important; font-weight:normal !important; text-transform:lowercase!important;  background:none!important;   z-index:999; }
ul#nav li li a:hover {background:url(../images/arrow.gif) left no-repeat !important; z-index:999;}

/************ 2ND LEVEL ************/
ul#nav ul { position:absolute; width:15em; top:58px; left:-10000px; border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;
background:#fff url(../images/menu_second_level.gif) top left repeat-x ; margin:0px; padding-left:7px !important; padding-right:7px !important; z-index:5;}

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

#nav li ul li a { background:none; }
#nav li ul li a:hover { background:none;  }

#nav li ul li a:hover { color:#006E81 !important; }
#nav li ul span, #nav ul li.last li span { /*padding:4px 15px 4px 15px;*/}

/************ 3RD+ LEVEL ************/
ul#nav ul ul { top:0px; z-index:1000; position:absolute; }