/* TOP PANEL  --- to zustane stejne --- */
#toppanel {
	background: url(images/toppanel.gif) repeat-x;
	font: 80% Arial, Tahoma, Verdana, sans-serif;
	height: 26px;
	position: relative;
	min-width: 1000px;
	width: 100%;
}
#toppanel ul {
	/*height: 29px;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#toppanel a {
	color: #472303;
	text-decoration: none;
}
#toppanel a:hover {
	text-decoration: underline;
}
#links {
	background: url(images/links.gif) no-repeat;
}
#links li {
	background: url(images/linksli.gif) no-repeat right top;
	float: left;
	height: 25px;
	padding: 0 12px 0 10px;
	position: relative;
	left: 25px;
}
#links li a {
	position: relative;
	top: 6px;
}