div#roomNav
{
	margin: 1em 0 2em;
}

ul#boxlist, ul#boxlist li,
ul#relNav,  ul#relNav li
{
	margin: 0;
	padding: 0;
}

ul#boxlist,
ul#relNav
{
	list-style-type: none;
	height: 1em;
}

ul#boxlist
{
	float: left;
}

ul#boxlist li,
ul#relNav li
{
	float: left;
}

ul#boxlist li
{
	float: left;
	margin-right: 9px;
}

ul#boxlist a
{
	display: block;
	width: 1em;
	height: 1em;
	background-color: #8d8385;
}

ul#boxlist a:hover,
ul#boxlist a.selected
{
	background-color: #05495f;
}

ul#boxlist a.selected
{
	cursor: default;
}

ul#boxlist a span
{
	display: none;
}



ul#relNav
{
	float: right;
}

ul#relNav li
{
	margin-left: 15px;
	color: #05495f;
	cursor: default;
}

ul#relNav li a
{
	cursor: pointer;
}



table.ba
{
	color: #fff;
	margin-bottom: 20px;
}

table.ba th, table.ba td
{
	vertical-align: top;
	padding: 20px;
}

table.ba th
{
	width: 15px;
	background-color: #05495f;
}

table.ba td
{
	background-color: #05495f;
}

table.ba td.img
{
	padding: 0;
}

table#before td.img
{
	width: 0;
}

table#after td.img
{
	width: 545px;
}

table.ba td.txt
{
	line-height: 1.2em;
}