/* http://sziget.hu/fesztival/faq */
/* külső div, ami vágja a belső tartalmat */
.menuDiv {position: absolute; visibility: hidden; top:0; left:0; overflow:hidden; z-index: 100; }  

/*.menuDiv {border: 0px solid #000000; position: absolute; visibility: hidden; top:0; left:0; overflow:hidden; z-index: 100;} */
/* .menuDiv {border: 0px solid #000000; position: absolute; top:0; left:0; overflow:hidden; z-index: 100;} */
/* belső tartalom, ez tartalmazza a menuTable-t, illetve az esetleges shadow és background elemeket*/
.menuContentDiv {position: absolute; margin: 0px; padding: 0px;}

/* a menüpontok táblázata */
.menuTable {border: 1px solid #000000; z-index: 10; background-color: #D9E2DE; position: relative;}

/* a menüpontok táblázata háttér nélkül, ha átlátszó háttér kell */
.menuTableOpacity {border: 1px solid #000000; z-index: 10;  position: relative;}

/* szeparátorok */
.verticalSeparator {background-color: #000000; margin: 0px; padding: 0px; height: 16px; width:1px; }
.horizontalSeparator {background-color: #dbd8d1; margin-top: 0px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding:0px;  height:1px; font-size: 1px;}

/* egy td és linkje */
.menuItem {margin: 0px; padding: 2px; border: none; white-space: nowrap;
      font-weight: bold;
      font-family: Verdana,Arial;
      font-size: 7.5pt;
}
.menuItemLink {width: 100%; text-decoration: none; 
      color: #004A2A;
      display: block; 
      font-weight: bold;
      font-family: Verdana,Arial;
      font-size: 7.5pt;
      }
.menuItemLink td {
      text-decoration: none; 
      color: #004A2A;
      font-weight: bold;
      font-family: Verdana,Arial;
      font-size: 7.5pt;

}
/* default kiválasztás */
.menuItemSelected {margin: 0px; padding: 1px; border: 1px solid #ff0000; background-color: #0000ff; white-space: nowrap;}
.menuItemLinkSelected {width: 100%; text-decoration: none; color: #000000; display: block;}

/* aktivált elemek */
.menuItemOn {background-color: #BFCFC8; border: 1px #0a246a solid; padding: 1px; white-space: nowrap;}
.menuItemLinkOn {color: #4C8069;}
/* IE elfelejti, hogy linkkel van dolga, ezért be kell állítani a cursort */
.menuItemLinkOnC {color: #4C8069; cursor: pointer;} /*tetves IE átverése*/


.menuTable1 {border: 1px solid #000000; z-index: 10; background-color: #ECF1EF; position: relative;}
.menuItemLink1 {width: 100%; text-decoration: none; color: #004A2A; display: block; font-weight: bold;  font-family: Verdana,Arial;  font-size: 7.5pt;  }
.menuItemLink1 td {text-decoration: none; color: #004A2A; font-weight: bold;  font-family: Verdana,Arial;  font-size: 7.5pt;  }
.menuItemOn1 {background-color: #BFCFC8; border: 1px #0a246a solid; padding: 1px; white-space: nowrap;}
.menuItemLinkOn1 {color: #4C8069;}
.menuItemLinkOnC1 {color: #4C8069; cursor: pointer;} /*tetves IE átverése*/



.menuTable2 {border: 1px solid #000000; z-index: 10; background-color: #F9FAFA; position: relative;}
.menuItemLink2 {width: 100%; text-decoration: none;  color: #004A2A; display: block; font-weight: bold; font-family: Verdana,Arial;  font-size: 7.5pt;   }
.menuItemLink2 td {text-decoration: none;  color: #004A2A; font-weight: bold; font-family: Verdana,Arial;  font-size: 7.5pt;   }
.menuItemOn2 {background-color: #BFCFC8; border: 1px #0a246a solid; padding: 1px; white-space: nowrap;}
.menuItemLinkOn2 {color: #4C8069;}
.menuItemLinkOnC2 {color: #4C8069; cursor: pointer;} /*tetves IE átverése*/
/*
.bmenu1a { background: #D9E2DE }
.bmenu1b { background: #E2E9E6 }
.bmenu2a { background: #ECF1EF }
.bmenu2b { background: #F2F5F4 }
.bmenu3a { background: #F9FAFA }
.bmenu3b { background: #FFFFFF }
*/
