DIV#Menu
{
  position:  fixed;
  margin:  0px;
  border:  0px;
  padding:  2px;
  top:  0px;
  right: auto;
  bottom:  0px;
  left:  0px;
  width:  220px;
  height:  auto;
  overflow:  auto;
  background-color:  transparent;
}

@media print
{
  DIV#Menu
  {
    display:  none;
  }
}

DIV#Contents
{
  margin:  0px 0px 0px 228px;
  border:  0px;
  padding: 2px;
}

@media print
{
  DIV#Contents
  {
    margin-left:  0px;
  }
}

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

IMG.HeaderLeft
{
  float:  left;
  width:  130px;
  height:  100px;
}

IMG.HeaderCentre
{
  width:  244px;
  height:  100px;
}

IMG.HeaderRight
{
  float:  right;
  width:  160px;
  height:  100px;
}

IMG.MenuItem
{
  width:  200px;
  height:  50px;
  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");
}

