﻿/* =NAVIGATION
***********************/
.menu 
{
  text-align:center;
  list-style:none; 
  padding:0; 
  white-space:nowrap;    /* keep text on one line */
  border:0; /* add a border to show size of menu */
  background:url(images/menubg.gif) repeat-x top left; 
  width:742px;
  height:42px;
  padding-top:10px;
  }
 
.menu li 
{
display:inline;
width:80px;
height:42px;
margin:20px;


  }

.menu a, .menu a:visited{
  display:inline;
  text-align:center;
  font-family:Trebuchet MS,  Arial, Sans-Serif;
  font-size:14pt;
  padding:10px 14px;
  color:#fff; 
  border:0px;
  text-decoration:none;
  margin:0 0;         /* to correct an IE border width bug */ 
  margin-bottom:10px;
  width:80px;
  height:42px;

  }


.menu a:hover 
{
    
  color:#fff; 
  background:#000;
  text-decoration:none;
  }
  
 