#hlavni-menu {
 float:left;
 position:relative;
 width:260px;
 list-style-type:none;
 background: url(../images/bg_menu.gif) no-repeat;
 height:274px;
} 

#hlavni-menu ul {
  padding:0;
  margin-left:15px;
}

#hlavni-menu li {
  padding:0;
  margin:0;
  list-style-type:none;
  _height:25px;
  position:relative;
}

#hlavni-menu a {
  display:block;
  font-size: 14px;
  color:#fff;
  padding:4px;
  padding-left:30px;
  background: url(../images/menu_off.gif) no-repeat left 5px;
  text-decoration:none;
  font-weight:bold;
  text-transform:uppercase;
}

#hlavni-menu a:hover {
  background: url(../images/menu_on.gif) no-repeat left 5px;
  color:#FCFF00;
}  

.podmenu {  margin-bottom:25px;}
.podmenu ul {margin:0;padding:0}

.podmenu a {
  background: url(../images/li_podmenu.gif) no-repeat left 12px;
  padding:8px;
  font-size:12px;
  color:#444;
  border-bottom:1px solid #ddd;
  display:block;
  text-decoration:none;
}

.podmenu a:hover {  color:#1A47A3}  

.mapawebu {
   margin:20px;
}

.mapawebu ul {
  padding:0;
}

.mapawebu li    { margin:5px;line-height:25px;}
.mapawebu li a { 
  padding:5px;
  font-size:1.0em;
  text-transform:uppercase;
  text-decoration:none;
  color:#000;
}
.mapawebu li a:hover {
  text-decoration:underline;
}
.mapawebu ul ul { margin-left:20px;}
.mapawebu ul ul li a {font-size:1.0em;text-transform:lowercase}

.menubox {
 float:left;
 position:relative;
 width:163px;
 background: url(../images/stin.jpg) no-repeat left bottom
} 

.menubox a:hover span  {  
  color:#DDCD18;
}

.menubox img {margin:0}

.menubox span{
  display:none;
  color:#fff;
  position:absolute;
  left:22px;top:15px;
  text-align:center;
  background:none;
  font-size:12px;
  font-weight:bold;
  margin:0;
 }
 
 .listekvlevo {
  margin-top:20px;
 }
 
 .listekvlevo a {
   display:block;
   background: url(../images/bg_button.gif) no-repeat;
   margin-bottom:10px;
   color:#fff;
   text-decoration:none;
   background: #540707
 }
 
 .listekvlevo a:hover {
  background:#C0C0C0;
  color:#000;
 }
 
 .listekvlevo a span {
   display:block;
   padding:15px;
   font-size:16px;
   font-weight:bold;
 }
 
