/* CSS Document */
/* CSS Document */
	
.xxx {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 17px;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:left;
	opacity: 0.60;
	filter: alpha(opacity = 60);
}

A.xxx:link {
	color:#000000;
	display: block;
	background: url(../images/menu4.gif);
	padding: 8px 0 0 30px;
	opacity: 0.60;
	filter: alpha(opacity = 60);
}
A.xxx:active {
	color: #000000;
	background: url(../images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	opacity: 0.60;
	filter: alpha(opacity = 60);
}
A.xxx:visited {
	color:#000000;
	display: block;
	background: url(../images/menu4.gif);
	padding: 8px 0 0 30px;
	opacity: 0.60;
	filter: alpha(opacity = 60);
 }
A.xxx:hover {
	color: #000000;
	background: url(../images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	opacity: 0.80;
	filter: alpha(opacity = 80);
}


