.menuStrip
{
  position          : absolute;
  bottom            : 10px;
  left              : 120px;
  right             : 120px;
  height            : 20px;
  text-align        : center;
  overflow          : hidden;
  color             : #fffff0;
}

.mstripScroll
{
  position          : absolute;
  bottom            : 0px;
  height            : 18px;
  width             : 12px;
  vertical-align    : top;
  text-align        : center;
  font-size         : 14pt;
  z-index           : 10;
}

.mstripNavigation
{
  color             : yellow;
  background-color  : Silver;
}

.mstripNavigation_hl
{
  color             : silver;
  background-color  : yellow;
}

div.mstrip
{
  position          : absolute;
  top               : 0px;
  left              : 0px;
  height            : 20px;
  text-align        : center;
  color             : #0000ff;
  font-size         : 10pt;
  white-space       : nowrap;
}

div.mstrip span
{
  position          : absolute;
  width             : 64px;
  bottom            : 0px;
  height            : 16px;
  vertical-align    : middle;
  text-align        : center;
  overflow          : hidden;
  color             : #0000ff;
  border-width      : 1px;
  border-color      : #0000ff;
  border-style      : solid;
}

span.mstrip_hl
{
  color             : #111111;
  background-color  : #CCFFCC;
}

.mstripMenu
{
  position          : absolute;
  top               : 0px;
  left              : 0px;
  color             : red;
  background-color  : Silver;
  font-size         : 10pt;
  white-space       : nowrap;
  overflow          : visible;

  margin-left       : 0px;
  padding           : 0px;
  list-style        : none;
}

.mpopup
{
  position          : absolute;
  top               : 0px;
  left              : 0px;
  color             : red;
  background-color  : Silver;
  font-size         : 10pt;
  white-space       : nowrap;
  overflow          : visible;

  margin-left       : 0px;
  padding           : 0px;
  list-style        : none;
}

ul.mstack
{
  margin-left       : 0px;
  padding           : 0px;
  list-style        : none;
}

li.mstack_cover
{
  font-size         : 12pt;
  color             : Blue;
  list-style        : none;
  margin-left       : 0px;
  padding           : 0px;
  background-color  : #ADADAD;
}

li.mstack_top
{
  font-size         : 12pt;
  color             : Red;
  list-style        : none;
  margin-left       : 0px;
  padding           : 0px;
}

li.mstack_stack
{
  font-size         : 12pt;
  color             : Red;
  list-style        : none;
  margin-left       : 0px;
  padding           : 0px;
}

li.mstack_menu
{
  font-size         : 10pt;
  color             : #fffff0;
  list-style        : none;
  margin-left       : 0px;
  padding           : 0px;
}

li.liOver {border : solid 1px blue;}

li.liOpen   {}
li.liClosed {}

li.liOpen_hl   {color : Blue;}
li.liClosed_hl {color : Blue;}

li.liOpen   ul {display : block;}
li.liClosed ul {display : none;}

li.liOpen_hl   ul {display : block;}
li.liClosed_hl ul {display : none;}

ul.mlist
{
  margin-left       : 0px;
  padding           : 0px;
  list-style        : none;
}

ul.mlist li
{
  font-size         : 12pt;
  color             : Red;
  list-style        : none;
  margin-left       : 0px;
  padding           : 0px;
}

ul.mlist li ul
{
  margin-top        : 2px;
  margin-left       : 0px;
  padding           : 4px;
}

ul.mlist li ul li
{
  font-size         : 10pt;
  color             : #fffff0;
  list-style        : none;
  margin-left       : 0px;
  padding           : 0px;
}

ul.mlist li ul li ul
{
  margin-top        : 2px;
  margin-left       : 0px;
  padding           : 8px;
}

ul.mlist li ul li ul li
{
  font-size         : 8pt;
  font-style        : italic;
  list-style        : none;
}

ul.mlist li ul li ul li ul
{
  margin-top        : 2px;
  margin-left       : 0px;
  padding           : 8px;
}

ul.mlist li ul li ul li ul li
{
  font-size         : 6pt;
  font-style        : normal;
  list-style        : none;
}

