@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
#menu-box a:link, #menu-box a:visited, #menu-box a:active {
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
}
#menu-box a:hover {
	color: #CCC;
	font-weight:bold;
}
.element-podmenu1 {
	background-color:#c71d18;
	width: 280px;
	height: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-top: 3px;
	margin-left: -20px;
	padding-top: 6px;
}
* html .element-podmenu1 {
	margin-top: -4px;
}
*:first-child+html .element-podmenu1 {
	margin-top: -2px;
}
.element-podmenu2 {
	background-color:#c71d18;
	width: 280px;
	height: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-left: -20px;
	padding-top: 6px;
}
.element-kontakt {
	background-color:#c71d18;
	width: 150px;
	height: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-top: 3px;
	margin-left: -20px;
	padding-top: 6px;
}
* html .element-kontakt {
	margin-top: 4px;
}
.element-mapa {
	background-color:#c71d18;
	width: 150px;
	height: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-left: -20px;
	padding-top: 6px;
}
* html .element-mapa {
	margin-left: 0px;
}
* html .element-kontakt {
	margin-left: 0px;
}
* html .element-podmenu1 {
	margin-left: 0px;
}
* html .element-podmenu2 {
	margin-left: 0px;
}
.element-menu {
	margin-top: 3px;
	float:left;
}
* html .element-menu {
	margin-top: 0px;
}
* html .separator{
	margin-top: -3px;
}
.separator{
	float: left;
	height: 25px;
	width: 58px;
	background-image: url(../images/separator.png);
	background-repeat: no-repeat;
	float: left;
}
