/*This is the core menu style sheet of the site.*/

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#links {
	width: 570px;
	float: right;
	padding: 0px 20px 0 0;
}

#links h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}

#links table {
  border: 1px solid #fff56e;
  border-collapse: collapse;
}

#links tr {
  background: #fff56e;
  border: 1px solid #73C0D4;
  border-collapse: collapse;
  text-align: left;
}

#links th.heading {
  font: bold;
}

#links td {
  background: #ffffff;
  border: 1px solid #73C0D4;
  border-collapse: collapse;
  font: normal 80% Georgia, "Times New Roman", Times, serif;
  text-align: left;
  padding: 5 5 5 5;
}

#links td.logo {
  text-align: center;
}

#links th {
  border: 1px solid #73C0D4;
  border-collapse: collapse;
  font: normal 80% Georgia, "Times New Roman", Times, serif;
  text-align: left;
}

#links a:link, #links a:visited {
  text-decoration: none;
  color: #0000CC;
  text-align: left;
}

#links a:hover {
  text-decoration: none;
  color: #CC0033;
  text-align: left;
}

#links table td.mollusc {
  text-align: left;
}

