@charset "UTF-8";
/* CSS Document */

#menu			{ border-collapse: collapse; margin-bottom: 20px; width: auto; }
#menu td		{ text-align: center; width: 100px; }
#menu a			{ padding: .2em 0 .2em 0; text-decoration: none; text-transform: uppercase; }
#menu a:hover	{ color: #333333; text-decoration: underline; }
