#menutable {
	background: white;
}

#menutable tr {
	background: url(../images/menuback.jpg);
	text-align: center;
}
	
#menutable td a {
	color: white;
	font-size: 16px;
	font-weight: bold;	
	text-decoration: none;
}

#menutable td a:hover {
	color: yellow;
	border-bottom: 1px solid #FFFF00;
}

#leftcol {
	background: url(../images/menuleft.jpg);
}

#rightcol {
	background-image: url(../images/menuright.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

