a {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
}


.menu1Item {
	letter-spacing: 2px;
	list-style-image: url('square.gif');
	margin-bottom: 9px;
	list-style-type: image;
	padding-left: 5px;
	cursor: pointer;
	cursor: hand;
}

.menu1Item a {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

