#topmenu.j, #topmenu.j ul {
	display: block;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
	width: 150px;
	border: 1px solid black;
	color: black;
	background-color: silver;
}
#topmenu.j ul {
	position: absolute;
	left: 145px;
	top: 0px;
}
#topmenu.j {
	margin: 10px;
}
#topmenu.j li {
	position: relative;
	padding: 3px;
	padding-left: 10px;
	cursor: default;
}
.hovered {
	color: white;
	background-color: #00a;
}
