/*
***********************************
************  TOPMENU  ************
***********************************
*/
ul#topmenu {
font-size:13px;
font-weight: bold;
line-height:20px;
margin: 1em;
margin-left: 0em;
padding: 0.2em;
width: 100%; /*For KHTML*/
list-style: none;
height: 24px;
text-align: center;
}

ul#topmenu li {
margin: 0;
border: 0 none;
padding: 0;
float: left; /*For Gecko*/
display: inline;
list-style: none;
position: relative;
height: 2em;
}

#topmenu a {
display: block;
text-decoration: none;
color: #9f1613;
border-bottom: 5px solid #fed639;
padding: 0 0.3em;
margin: 0 0.3em;
}

#topmenu a:hover {
border-bottom-color: #eb5b41;
}

#topmenu a.selected {
border-bottom-color: #eb5b41;
background-color: #feeca5;
}


/*
***********************************
************  PANELY  ************
***********************************
*/
div#panelymenu {
height: 40px;
width: 100%; /*For KHTML*/
text-align: center;
background: url('../img/pozadi-menu.png') 0 0 no-repeat;
padding: 0 0 0 2em;
clear: both;
}

div#panelymenu h2 {
margin: 0;
padding: 0;
height: 40px;
line-height: 40px;
padding: 0 2em 0 1em;
	font-size:12px;
	float: left;
	background: url('../img/domecek2.gif') no-repeat;
background-position: -2px 10px 
}

div#panelymenu a {
display: block;
text-decoration: none;
color: #9f1613;
padding: 0 0.3em;
margin: 0 0.3em;

}

#panelymenu a:hover {

}

#panelymenu a.selected {
text-decoration: underline;
}
