a:link {
	text-decoration: none;
} 
a:visited {
	text-decoration: none;
}
a#menu {
	padding: 0px;
  	color: #666666; 
  	font: 10px arial;
	height: 19px;
	width: 100%;
}
a#menuon {
	padding: 0px;
  	color: #000000; 
  	font: 10px verdana;
	height: 19px;
	width: 100%;
	background: url(images/menu2_on.gif);
}
a#menu:hover {
	background: url(images/menu2_on.gif);
  	color: #000000;
}

a#menu:active {
	background: url(images/menu2_on.gif);
  	color: #000000;
}