#left-menu ul {
	list-style: none;
	margin: 0 auto; padding: 0;
	display: table;
	width: 165px;
}
#left-menu li {
	background: #E6D3C8 url(../_clip/bg-menu.gif) left top repeat-x;
	position: relative;
	width: 165px;
	float: left;
}
#left-menu li a {
	display: block;
	padding: 6px 15px;
	border-top: 1px solid #ECEBE3;
	border-left: 10px solid #D0A9A0;
	color: #790000;
	text-decoration: none;
	background: url(../_clip/menu-bullet.gif) 4px 9px no-repeat;
}
#left-menu li a:hover, #left-menu li.active a {
	color: white;
	background: #C17855 url(../_clip/menu-bullet.gif) 4px 9px no-repeat;
	border-left: 10px solid #790000;
}
#left-menu li.active a {background: #CB8867 url(../_clip/menu-bullet.gif) 4px 9px no-repeat;}
#left-menu li.uvod {background: none;}
#left-menu li.uvod a {border-color: #ECEBE3; background: url(../_clip/menu-bullet-uvod.gif) 4px 9px no-repeat;}
#left-menu li.uvod a:hover {
	border-color: #ECEBE3;
	background: url(../_clip/menu-bullet-uvod.gif) 4px 9px no-repeat;
	color: #005A9B;
	text-decoration: underline;
}
#left-menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0; left: 0;
	z-index: 100;
}
#left-menu li ul {list-style: none; margin: 0; padding: 0;}
#left-menu li ul li a, #left-menu li.active ul li a {
	padding: 6px 15px;
	background: #C17855;
	font-weight: normal;
	border-left: none;
	color: #ECEBE3;
}
#left-menu li ul li a:hover {background: #D5A991; color: #790000; border-left: none}
#left-menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 0; left: 165px;
}
#left-menu li:hover ul, #left-menu li a:hover ul {visibility: visible;}
#left-menu li:hover a {
	color: white;
	background: #C17855 url(../_clip/menu-bullet.gif) 4px 9px no-repeat;
	border-left-color: #790000;
}
#left-menu li ul li a {background-image: none !important;}

#left-menu ul ul.static {
	visibility: visible;
	position: static;
}
#left-menu ul ul.static li a {
	padding: 3px 5px 3px 16px;
	border-left: 10px solid #790000;
	color: #790000;
	background: #D5A991;
	font-size: 95%;
}
#left-menu ul ul.static li a:hover {color: white; border-left: 10px solid  #C17855;}
#left-menu ul ul.static li.active a { border-left: 10px solid  #790000; /*background: #C17855;*/ font-weight: bold;}

/* \*/ * html #left-menu li a {height: 1%;} /**/

/**************/
ul#language-bar {
	margin: -15px 0 0 0; padding: 0 17px 0 0;
	list-style: none;
	text-align: right;
	float: right;
}
.homepage ul#language-bar {
	margin: -90px 0 0 0; padding: 0 17px 0 0;
	list-style: none;
	text-align: right;
	float: right;
}
ul#language-bar li {float: left}
ul#language-bar li {display: inline; position: relative; width: 19px; height: 13px; overflow: hidden; margin: 0 3px; }
ul#language-bar li a span {width: 19px; height: 13px; display: block; position: absolute; left: 0; top: 0;}
ul#language-bar li a:hover {cursor: pointer;}
ul#language-bar li a {color: #790000;}

ul#language-bar li.sk-ver a span {background: url(../_clip/sk-flag.gif) left top no-repeat;}
ul#language-bar li.sk-ver a:hover span, ul#language-bar li#lang-selected.sk-ver span {background: url(../_clip/sk-flag-on.gif) left top no-repeat;}

ul#language-bar li.cz-ver a span {background: url(../_clip/cz-flag.gif) left top no-repeat;}
ul#language-bar li.cz-ver a:hover span, ul#language-bar li#lang-selected.cz-ver span {background: url(../_clip/cz-flag-on.gif) left top no-repeat;}

ul#language-bar li.en-ver a span {background: url(../_clip/en-flag.gif) left top no-repeat;}
ul#language-bar li.en-ver a:hover span, ul#language-bar li#lang-selected.en-ver span {background: url(../_clip/en-flag-on.gif) left top no-repeat;}

ul#language-bar li.de-ver a span {background: url(../_clip/de-flag.gif) left top no-repeat;}
ul#language-bar li.de-ver a:hover span, ul#language-bar li#lang-selected.de-ver span {background: url(../_clip/de-flag-on.gif) left top no-repeat;}

ul#language-bar li.ru-ver a span {background: url(../_clip/ru-flag.gif) left top no-repeat;}
ul#language-bar li.ru-ver a:hover span, ul#language-bar li#lang-selected.ru-ver span {background: url(../_clip/ru-flag-on.gif) left top no-repeat;}

