#sb div.frm-menu ul
{
	font-family: 'Arial', sans-serif;
	list-style: none;
	text-align: center;
	margin: 0 1em 1em 1em;
	padding: 0;
}
#sb div.frm-menu ul li
{
	background: url('images/menu_divider.jpg') bottom no-repeat;
	margin: 0.25em 0;
	padding: 0.25em;
}
#sb div.frm-menu ul li a
{
	color: #0061aa;
	text-decoration: none;
	font-weight: bold;
}
#sb div.frm-menu ul li a:hover
{
	color: #fff;
	font-weight: bold;
}
#sb div.frm-menu ul li.selected a
{
	color: #fff;
	font-weight: bold;
}

div.foot ul
{
	font-family: 'Arial', sans-serif;
	list-style: none;
	text-align: center;
	margin: 1em;
}
div.foot ul li
{
	margin: 0.25em 0;
	padding: 0.25em;
	display: inline;
	border-right: 1px solid #bbb;
}
div.foot ul li.last
{
	border-right: 0;
}
div.foot ul li a
{
	color: #0061aa;
	text-decoration: none;
	font-weight: bold;
}
div.foot ul li a:hover,
div.foot ul li.selected a
{
	color: #f1523e;
	font-weight: bold;
}
