#menu {
	border: rgb(0,0,0) solid;
	border-width: 0px 1px 0px 1px;
	margin: 0px 20px 0px 0px;
}
#menu li {
	border: rgb(0,0,0) solid;
	border-width: 0px 1px 1px 0px;
	list-style: none;
	white-space: nowrap;
	float: left;
}
#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu a {
	background-color: rgb(240,245,250);
	color: rgb(0,0,0);
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	width: 80px;
}
#menu a:hover {
	background-color: rgb(255,155,0) !important;
}
#activemenu {
	border-bottom: solid rgb(255,255,255) 1px !important;
}
#activemenu a {
	background-color: rgb(255,255,255) !important;
}
#activemenu a:hover {
	background-color: rgb(255,255,255) !important;
}
#placeholder {
	float: right;
}
