#topmenu {
	background-color: #dbdfdf;
	text-align: right;
	padding: 0.5em;
	font-size: 105%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d74242;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
#topmenu li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
	text-align: center;
	float: left;
}
#topmenu #current {
	padding-left: 10px;
	background-image: url(/image/top_menu_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#topmenu a {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
#topmenu a:hover {
	background-image: url(/image/top_menu_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.tmspacer {
	width: 3em;
	float: right;
}
.tmspacer2 {
	width: 3em;
	float: left;
}
