/* navigation.css */


table.header
  {
    width:100%;
    margin:0px;
  }
  
td.topleft
  {
    height:24px;
    background-image:url(../images/background1.gif);
    background-repeat:repeat-x;
  }
  
td.topright
  {
    height:24px;
    background-image:url(../images/background2.gif);
    background-repeat:repeat-x;
  }
  
td.logoleft
  {
    height:70px;
    width:150px;
    background-image:url(../images/zimmer_logo.gif);
  }
  
td.logoright
  {
    height:70px;
    width:689px;
    color:#ffffff;
    font-size:13pt;
    font-weight:bold;
    background-image:url(../images/background3.gif);
  }
  
td.logoright2
  {
    height:70px;
    background-image:url(../images/background3_2.gif);
    background-repeat:repeat;
  }
  
td.navigation
  {
    height:48px;
    background-image:url(../images/background4.gif);
    background-repeat:repeat-x;
    font-size:8pt;
  }
  
td.spacer
  {
    height:48px;
    width:11px;
    background-image:url(../images/background4.gif);
    background-repeat:repeat-x;
  }
  
a.navigation
  {
    text-decoration:none;
    color:#000000;
  }
  
a.navigation:hover
  {
    color:#05649e;
  }

