DIV#Menu
{
  display:  none;
}

@media screen
{
  DIV#Menu
  {
    display:  block;
    position:  fixed;
    margin:  0px;
    border:  0px;
    padding:  2px;
    top:  0px;
    right: auto;
    bottom:  0px;
    left:  0px;
    width:  214px;
    height:  auto;
    overflow:  auto;
  }
}

@media screen
{
  DIV#Contents
  {
    position:  fixed;
    margin:  0px;
    border:  0px;
    padding:  6px;
    top:  0px;
    right: 0px;
    bottom:  0px;
    left:  222px;
    width:  auto;
    height:  auto;
    overflow:  auto;
  }
}

A.MenuItem
{
  margin:  0px;
  border:  0px;
  padding:  0px;
}

IMG.MenuItem
{
  width:  190px;
  height:  60px;
  background-image:  url("menuItemBackground.gif");
  background-repeat:  no-repeat;
}

IMG.MenuItem:hover
{
  background-image:  url("menuItemBackgroundHover.gif");
}

IMG.MenuItem.Inactive:hover
{
  background-image:  url("menuItemBackground.gif");
}