/* CSS Document */
/* CSS Document */
	
.xxx {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

A.xxx:link {
	color:#000000;
	display: block;
	background: url(../images/menu4.gif);
	padding: 8px 0 0 30px;
}
A.xxx:active {
	color: #fff;
	background: url(../images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
}
A.xxx:visited {
	color:#000000;
	display: block;
	background: url(../images/menu4.gif);
	padding: 8px 0 0 30px;
 }
A.xxx:hover {
	color: #fff;
	background: url(../images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
}


