A:link		{text-decoration: none; color: #0000FF}
A:active	{text-decoration: none; color: #0000FF}
A:visited	{text-decoration: none; color: #0000D0}
A:hover		{text-decoration: underline; color: #FF0000}

.menu {
	font-family: Arial, sansserif;
	font-size: 70%;
 	border: solid #000000;
 	border-width: 1px 0;
 	font-weight: bold;
 }
.item {
 	padding: 5px 10px;
 }
.item a:link {
  	color: #0000FF;
	text-decoration: none;
 }
.item a:visited {
  	color: #000000;
	text-decoration: none;
 }
.item a:hover {
  	background : #f5f5f5;
 	color: #FF5555;
 	text-decoration: underline;
 }
.item a:active {
 	color: #0000FF;
 	text-decoration: none;
 }

