/**
 * 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-menu {}
#nav-menu li {display:inline-block; float:left;}
#nav-menu li h1 {margin:0;}
#nav-menu li a {
	background: url(../images/menu-logo.gif) no-repeat left top;
	width: 192px;
	height: 182px;
	text-align:center;
	display:block;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #616161;
	text-decoration: none;
}
#nav-menu li.opravy a {
	background: url(../images/menu-opravy.gif) no-repeat left top;
}
#nav-menu li.kalibrace a {
	background: url(../images/menu-kalibrace.gif) no-repeat left top;
}
#nav-menu li.prodej a {
	background: url(../images/menu-prodej.gif) no-repeat left top;
}
#nav-menu li.aviko a {
	background: url(../images/menu-aviko.gif) no-repeat left top;
}
#nav-menu li a:hover {
	background: url(../images/menu-logo.gif) no-repeat right top;
	font-weight: bold;
	color: #f57e20;
}
#nav-menu li.opravy a:hover {
	background: url(../images/menu-opravy.gif) no-repeat right top;
}
#nav-menu li.kalibrace a:hover {
	background: url(../images/menu-kalibrace.gif) no-repeat right top;
}
#nav-menu li.prodej a:hover {
	background: url(../images/menu-prodej.gif) no-repeat right top;
}
#nav-menu li.aviko a:hover {
	background: url(../images/menu-aviko.gif) no-repeat right top;
}
#nav-menu li a span {
	cursor:pointer;
	display:block;
	padding:159px 0 0 0;
	width: 192px;
	text-align:center;
}
/*=Veritcal nav
------------------------------------------------------------------------*/
#vertical-nav {}
#nav {background:#e6e6e6; padding-bottom:12px; border-bottom:solid 2px #f57e20; margin-bottom:12px;}
#nav li {
	background: #e6e6e6 url(../images/vert-nav-01.gif) no-repeat 10px top;
}
#nav li a {
	padding:7px 8px 7px 12px;
	display:block;
	font-size: 12px;
	font-weight: normal;
    text-align:right;
	color: #616161;
	text-decoration: none;
	line-height:normal;
}
#nav li a.open {
	font-weight: bold;	
}
#nav li a.subopen {
	font-weight: bold;
	color: #414141;
}
#nav li a.final {
	font-weight: bold;
	color: #212121;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li ul {margin-bottom:0;}
#nav li ul li a {
	padding:7px 20px;
	border-bottom: solid 1px #e6e6e6;
}
#nav li ul ul li a { padding-right:30px; font-size:11px; }
#nav li ul ul ul li a { padding-right:40px; font-size:10px; }
#nav li ul ul ul ul li a { padding-right:50px; font-size:9px; }
#nav li ul li {
	background: #f1f1f1 url(../images/vert-nav-02.gif) no-repeat 10px top;
}
