a.menu:link, a.menu:visited
{
  margin:0 auto;
  text-decoration:none;
  text-align:center;
  color:#FFFFFF; 
  display:block;
  width:199px;
  line-height:16px;
  border-bottom:1px solid #000000;
}

a.menu:hover
{
	background-color:#009865;
	color:#ffffff;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCFF33;
	border-bottom-color: #CCFF33;
}

span.menu
{
  background-color:#00989D;
  border-bottom:1px solid #000000;
  text-decoration:none;
  text-align:center;
  color:#ffffff; 
  display:block;
  width:199px;
  line-height:16px;
}
