A
{
	text-decoration: none;
}
A: hover
{
	text-decoration: none;
}
A: visited
{
	text-decoration: none;
}
A:active
{
	text-decoration: none;
}

Table.menu
{
border: 0;
width: 16%;
cellspacing: 3;
cellpadding; 0;
}
TD.menu
{
	background:#FFCB66;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 4px;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #CCCCCC;
}