
td {
	font-family:Arial;
	font-weight:100;
	font-size:10pt;
	color:#434336;
	}
	

a:link.nav { 
	text-decoration:underline;
	font-family:Verdana;
	font-weight:normal;
	color:#434336;
	font-size:10pt;
	}

a:active.nav{
	text-decoration:none;
	font-family:Verdana;
	font-weight:normal;
	color:#434336;
	font-size:10pt;
	}

a:visited.nav { 
	text-decoration:underline;
	font-family:Verdana;
	font-weight:normal;
	color:#434336;
	font-size:10pt;
	}
	
#menu {
  position:relative; 
  font-family:arial, sans-serif; 
  color:#434336; 
  height:2em; 
  padding:1em; 
  font-weight:bold;
  font-size:10pt;
  margin : 10 25 10px; 
  }
#menu a, #menu a:visited {
  text-decoration:none; 
  color:#434336; 
  }
  
  /*Using a span to hold the shadow information and display it on hover.*/
#menu a span 
{
  display:none;
  }
#menu a:hover {
  position:relative; 
  top:2px; 
  left:2px; 
  text-decoration:none; 
  color:#CCCCCC;
  }
#menu a:hover span {
  display:block; 
  position:absolute; 
  top:-3px; 
  left:-2px; 
  color:#434336; 
  cursor:pointer;
  }