.menutable{
	position : absolute;
	text-decoration : none;
	color :yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	cursor : hand;
	background : url(img/paw_small.html) no-repeat;
	font-weight : bold;
		
}

.hover{
	background : url(img/paw_small2.html) no-repeat;
	color : red;	
}
.spacer {
	background : transparent;
	cursor : default;
}
A:link {
	color:yellow;
	text-decoration : none;
}
A:hover {
	color:red;
	text-decoration : none;
}
A:visited {
	color:magenta;
	text-decoration : none;
}

