.multilevelmenu {z-index: 10; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; font-size: 9px; font-weight: bold;}
.submenu, .submenuhover {z-index: 10;
                         list-style: none;
                         background-color: #FFFFFF;    
                         text-decoration: none;
                         cursor: default;
                         margin: 0px;                
                         position: relative; 
                         background: url(../images/menu/submenu.gif);
                         width:122px;
                         height: 24px;}                                  /* */

.submenufont {position:absolute; left:9px; top:6px;}
.submenu .submenuon {display:none;}
.submenuon {z-index: 10; position: absolute; top: 24px; left: 0px; width:122px; display:block;}
.submenuhover {background: url(../images/menu/submenu.gif) 0px -24px;}         /* */
.nejsem_submenu_ani_odkaz {list-style: none;
                           background-color: #FFFFFF;
                           cursor: default;
                           margin: 0px;
                           position: relative;
                           background: url(../images/menu/item.jpg) 0px -48px; /*  */
                           width:122px;
                           height: 24px;}                                /* */
.opt {z-index: 10;
      color: white;
      list-style: none;
      background-color: #FFFFFF;    
      cursor: hand;
      margin: 0px;                
      position: relative; 
      background: url(../images/menu/option.gif);
      width:122px; height: 24px;                                         /* */
      text-align:center;
      display:block;} 
.optfont {position:absolute; text-decoration: none; left:9px; top:6px;}
.opt:hover {background: url(../images/menu/option.gif) 0px -24px;}             /* */
.opt:active {background: url(../images/menu/option.gif) 0 0;}              /* jiz navstivenej odkaz, muze byt "0 -48px" ==> 3. barva */

A:link    {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover   {text-decoration: none;}
A:active  {text-decoration: none;}
