/*
--------------------------
                HIARCH MENU
*/

/* Normal state */
.menuItemFirst {
               font-family: tahoma,arial;
               font-size:11px;
               font-weight:bold;
               color: gray;
               cursor: pointer;
               background-color: White;
               padding: 4px 4px 4px 4px;
               border-top: 1px solid #000000;
               border-left: 1px solid #000000;
               border-right: 1px solid #000000;
               }
.menuItem {
          font-family: tahoma,arial;
          font-size:11px;
          font-weight:bold;
          color: gray;
          background-color: White;
          padding:4px 4px 4px 4px;
         cursor: pointer;
         border-left: 1px solid #000000;
         border-right: 1px solid #000000;
         }
.menuItemLast {
              font-family: tahoma,arial;
              font-size:11px;
              font-weight:bold;
              color: gray;
              background-color: White;
              cursor: pointer;
              padding:4px 4px 4px 4px;
              border-left: 1px solid #000000;
              border-right: 1px solid #000000;
              border-bottom: 1px solid #000000;
              }

/* On mouse over */
.menuItemFirstOver {
                   font-family: tahoma,arial;
                   font-size:11px;
                   font-weight:bolder;
                   color:#000000;
                   background-color:#F47B00;
                   cursor: pointer;
                   padding:4px 4px 4px 4px;
                   border-top: 1px solid #000000;
                   border-bottom: 1px solid #000000;
                   border-left: 1px solid #000000;
                   border-right: 1px solid #000000;
                   }
.menuItemOver {
              font-family: tahoma,arial;
              font-size:11px;
              font-weight:bolder;
              color:#000000;
              background-color: #F47B00;
              cursor: pointer;
              padding:4px 4px 4px 4px;
              border-left: 1px solid #000000;
              border-top: 1px solid #000000;
              border-bottom: 1px solid #000000;
              border-right: 1px solid #000000;
              }
.menuItemLastOver {
                  font-family: tahoma,arial;
                  font-size:11px;
                  font-weight:bolder;
                  color:#000000;
                  background-color: #F47B00;
                  cursor: pointer;
                  padding:4px 4px 4px 4px;
                  border-left: 1px solid #000000;
                  border-right: 1px solid #000000;
                  border-top: 1px solid #000000;
                  border-bottom: 1px solid #000000;
                  }
.mainMenu {
          font-family: verdana;
          cursor: auto;
          font-size : 11px;
          padding:0px 0px 0px 0px;
          font-weight : 100;
          color : #F47B00;
          background: transparent;
          }
/* submenus container */
.submenu { -moz-opacity:.85; filter:alpha(opacity=85); cursor: pointer;}

.main_menu {
           font-family:verdana;
           width:590px;
           font-size:10px;
           color:black;
           font-weight:bold;
           text-decoration:none;
           }
.main_menu a:hover {
                   text-decoration:underline;
                   }

.hlavicka_menu {
               background-color:white;
               font-family:verdana;
               color:black;
               text-decoration: none;
               text-align: center;
               font-weight:bold;
               font-size:10px;
               }



