#menu_bar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	/* text-align: center;*/
}
#menu_row {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-color: #999933;
}
