ul.menu_bar_list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.menu_bar_list li {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

tr.menu_bar_row {
	background-image:url('images/menu_bar_bg.png');
}

tr.menu_bar_row td {
	color: white;
}

tr.menu_bar_row a {
	color: white;
	text-decoration: underline;
}

tr.menu_bar_row a:visited {
	color: white;
	text-decoration: underline;
}

tr.menu_bar_row a#current_page {
	color: #C9A892;
	text-decoration: none;
}

tr.menu_bar_row a:hover#current_page {
	text-decoration: underline;
}

tr.menu_bar_row a:hover, a:active {
	color: #C9A892;
	text-decoration: underline;
}

tr.light_menu_bar_row {
	background-image:url('images/light_menu_bar_bg.png');
}

tr.light_menu_bar_row td {
	color: black;
}

tr.light_menu_bar_row a {
	color: black;
	text-decoration: underline;
}

tr.light_menu_bar_row a:visited {
	color: black;
	text-decoration: underline;
}

tr.light_menu_bar_row a#current_page {
	color: #8A0F0A;
	text-decoration: none;
}

tr.light_menu_bar_row a:hover#current_page {
	text-decoration: underline;
}

tr.light_menu_bar_row a:hover, a:active {
	color: #8A0F0A;
	text-decoration: underline;
}


