li#zstaff a {
	display: block;
	font-weight: normal;
	padding: 0;
	border: 1px solid #000;
	background: #ff9;
	text-decoration: none;
	width: 150px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 148px;	/* You get it. Good value for compliant browers. */	
	}
li#zstaff a:hover {
	font-weight: normal;
	background: #669;
	color: #ffc;
	text-decoration: none;
	}
li#zstaff a:active {
	font-weight: normal;
	background: #669;
	color: #ff0;
	text-decoration: none;
	}

