a:hover,a:active 
{ 
	background-color: #ccff00;
	text-decoration	: overline underline;
}

span.navi 
{
	color: #444;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	background:#EEEEFF ;
	padding: 2px 9px;
	width: auto;
	margin: 1;
	border-style: solid;
	border-color: #eef #aaf #aaa #eee;
	border-width: 1px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

