/* menu bar CSS Document */

#menu-table {
	width:761px;
	height:35px;
}
.menu-bar {
	background:#323F12;
	font-family: "Trebuchet MS" Arial, sans-serif;
	font-size:.55em;
	color:#FFFFFF;
	text-align:center;
}
.menu-bar a {
	color:#FFFFFF;
	text-decoration:none;
}
.menu-bar a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}