/* CSS Document */
.menutable {
	width: 100%;
	background-image: url(images/menu.gif);
	height: 50px;

}
.menutable a {
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;


}
.menutable td {
	text-align: center;
}

