// Copyright by Henning Hofsaess 2003, henning.hofsaess@web.de
// do not reuse / modify without permission

  // light grey: #DDDDDD
  // dark grey : #222222
  //up - highlight
  //border-width:1px; border-style:solid;  border-top-color:#DDDDDD; border-bottom-color:#222222; border-left-color:#DDDDDD; border-right-color:#222222;
  //down - selected
  //border-width:1px; border-style:solid;  border-top-color:#222222; border-bottom-color:#DDDDDD; border-left-color:#222222; border-right-color:#DDDDDD;

  .mainMenu       { position:absolute; top:10px;   left: 0px; width:145px;       z-index: 1; display:inline;               }

  .subMenuMove    {                           position:relative; top:  0px;  left:0px; width:118px;              z-index: 9; display:  none;                             }
  .subMenuOverlay { background-color=#333333; position:absolute; top:  0px;  left:0px; width:118px;              z-index:10; display:  none;                             border-width:1px; border-style:solid; border-color:black;}

  .mainMenuTDCellContNormal           { padding:1px; color:red; position:relative; z-index: 2; display:inline; }
  .mainMenuTDCellContHighlight        { padding:0px; border-width:1px; border-style:solid;  border-top-color:#DDDDDD; border-bottom-color:#222222; border-left-color:#DDDDDD; border-right-color:#222222; }
  .mainMenuTDCellContSelected         { padding:0px; border-width:1px; border-style:solid;  border-top-color:#222222; border-bottom-color:#DDDDDD; border-left-color:#222222; border-right-color:#DDDDDD; color:white; }
  .mainMenuTDCellContSelectedAsParent { color:#AAAAAA; }
  .subMenuTDCellContNormal            { padding:1px; color:red; position:relative; z-index: 2; display:inline; }
  .subMenuTDCellContHighlight         { padding:0px; border-width:1px; border-style:solid;  border-top-color:#DDDDDD; border-bottom-color:#222222; border-left-color:#DDDDDD; border-right-color:#222222; }
  .subMenuTDCellContSelected          { padding:0px; border-width:1px; border-style:solid;  border-top-color:#222222; border-bottom-color:#DDDDDD; border-left-color:#222222; border-right-color:#DDDDDD; color:white; }

  .entryImg              { position:absolute; top:  0px;  left: 0px; width: 23px; height:26px; z-index: 1; display:inline; padding:2px; }
  .entryText             { position:relative; top:  2px;  left:25px; width:108px; height:26px; z-index: 1; display:inline; padding:2px; font-size:12pt; font-weight:bold; }
  .entryTextHighlight    { position:relative; top:  4px;  left:27px; }
  .entryArrow            { position:absolute; top:  7px; right: 0px; width: 10px; height:26px; z-index: 1; display:inline; padding:2px; }
  .entryImgSub           { position:absolute; top:  5px;  left: 0px; width:  5px               z-index: 1; display:inline; padding:0px; }
  .entryTextSub          { position:relative; top:  0px;  left: 6px; width:110px;       z-index:15;                                  font-size:12pt; font-weight:bold; }
  .entryTextSubHighlight { position:relative; top:  2px;  left: 8px; }
