/* Top menu*/

#top-menu {
	width: 100%;
	background: #558CAA;
	text-align: center;
	padding-bottom: .5em;
	line-height: 1em;
	border-bottom: solid 1px #1D506D;
}

#top-menu table {
	margin: 0 auto;
	min-height: 1.8em;
}

#top-menu table td {
	border-left: solid 3px #FF4800;
	font-size: .9em;
	font-weight: bold;
	padding: .5em 3em .5em 1em;
}

#top-menu table td span {

}

#top-menu table td a, #top-menu table td a:visited {
	color: #D7EEFB;
	text-decoration: none;
}

#top-menu table td.selected {
	background: #7CBDE0;
	color: #FFFFFF;
}

#top-menu table td.selected a, #top-menu table td.selected a:hover, #top-menu table td.selected a:visited {
	color: #FFFFFF;
}

#top-menu table td.last {

}