#menu {padding-bottom:18px;clear:both;height:38px;background:url(../images/bgMenu.gif) no-repeat top left;font-size:1.15em;font-weight:bold;}
#menu ul {list-style:none;margin:0px;padding:0px;}
#menu ul li {list-style:none;position:relative;behavior:url('/hovermenu.htc');float:left;}
#menu a {display:block;float:left;height:38px;margin:0px 5px;color:#fff;text-transform:uppercase;font-family:Tahoma;text-decoration:none;}
#menu a span {display:block;float:left;height:28px;padding:10px 15px 0px 15px;cursor:pointer;}
#menu a:hover {color:#742f00;background:#de9b00 url(../images/bgMenuItemLeft.gif) no-repeat left bottom;}
#menu a:hover span {background:url(../images/bgMenuItemRight.gif) no-repeat right bottom;}

#menu a.active {color:#742f00;background:#de9b00 url(../images/bgMenuItemLeft.gif) no-repeat left bottom;}
#menu a.active span {background:url(../images/bgMenuItemRight.gif) no-repeat right bottom;}

#menu ul ul {background:url(../images/bgMenuItemHover.gif) no-repeat left bottom;z-index:1;position:absolute;left:5px;top:35px;display:none;width:150px;padding-bottom:3px;}
/*odkazy rozbaleného podmenu */
#menu ul ul li {clear:both;}
#menu ul ul li a {height:auto;font-size:0.9em;background-color:#de9b00;display:block;padding:5px 0px 5px 10px;width:140px;color:#FFFFFF;margin:0px;}
/*odkazy rozbaleného podmenu:hover */
#menu ul ul li a:hover{color:#742f00;text-decoration:none;background:#de9b00;}
#menu ul.level1 li:hover ul.level2 {display:block;}
