/**
 * 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, #nav-glavni { padding:0 25px; font-size:1em; line-height: 25px; }

/************** 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.1em; text-decoration:none; }
#nav-glavni span, #nav span { display: block; cursor:pointer; white-space:nowrap; padding:0 12px 6px 8px;  }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li, #nav-glavni li { float:left; }
#nav li.active a { color:#cfcfcf; }
#nav a { float:left; color:#efefef; font-weight:bold; padding-top: 6px; color: #eee; }





/* pridodano idovecer */
ul.level0 {
    border-top: 1px solid #888;
    margin: 0px 0px 0px -100px;
    background: #484848;
    border-bottom: 1px solid #888;
    width: 930px;
    height: 360px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
}

#nav li.level0 span {width: 50px; padding: 0px 5px 6px 5px; text-align: center;}
#nav li.level0 li span {width: 100%; text-align: left;}
.nav-held ul.level0 { margin: 0px 0px 0px -85px; }
.nav-kacige ul.level0 { margin: 0px 0px 0px -145px; }
.nav-ostalo ul.level0 { margin: 0px 0px 0px -205px; }
.nav-akcija ul.level0 { margin: 0px 0px 0px -265px; }

ul.level0 li:hover {
    background: #555;
}


li.level1 {
    width: 155px;
    border: 0px solid blue;
    height: 360px;
    float: left;
}

li.level1 > a {
    background-color: #383838;
    border-bottom: 1px solid #555;
    width: 154px;
}

li.level1 > a:hover {
    background-color: #666;
    border-bottom: 1px solid #777;
    width: 154px;
}

ul.level1 {
    padding-left: 10px;
    width: 144px;
    float: right;
    border: 0px solid red;
    height: auto;
}

ul.level1 li {
    margin-left: -5px;
    float: none;
    width: 144px;
    border-bottom: 1px solid #585858;

}

ul.level1 li:hover {
    border-bottom: 1px solid #777;
    background-color: #666;
}




/* kraj idovecer */

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


/************ 2ND LEVEL ************/
#nav ul { top:25px; left:0;}



#slider {width:360px; height: 76px; margin:0;float:right; padding: 0; border: 2px #fff solid;}
#slider li {line-height: 1em;}
#slider2 {width:900px; height: 281px; margin:0;float:left; padding: 0; border: none;}
#slider2 li {line-height: 1.5em; font-size:30px;}

#lemenu {background: #333; border: 2px solid #777; padding: 7px;}
#lemenu li.level100 {padding: 10px 2px 5px 2px; font-size: 1.1em; display: block; list-style: none;}
ul.level100 {margin-top: 15px; border-top: 1px solid #626262; padding-top: 5px;}
li.level100.active {background: #333;}
#lemenu li.level101 {font-size: 0.8em; padding: 3px;}
#lemenu a, #lemenu a:hover {color: #ccc;}

#findex {background: #000; margin: -5px; padding 12px;}

