#hlavni-menu {
 float:left;
 position:relative;
 width:288px;
 list-style-type:none;
 background: url(../images/bg_menu.gif) repeat-x;
 height:247px;
 border-right:1px solid #fff
} 

#hlavni-menu ul {
  padding:0;
  margin-left:25px;
  margin-top: 35px;
}

#hlavni-menu li {
  padding:0;
  margin:0;
  list-style-type:none;
  _height:20px;
  position:relative;
}

#hlavni-menu a {
  display:block;
  font-size: 12px;
  color:#fff;
  padding:6px;
  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
}
.mapawebu ul ul { margin-left:20px;}
.mapawebu ul ul li a {font-size:1.0em;color:#444;text-transform:lowercase}
 
