@charset "utf-8";
/* CSS Document. */

#homemenu {
	position: absolute;
	top:  162px;
	left: 615px;
	width: 140px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;	
}

#homemenu li {
	margin-bottom: 2px;
}

#homemenu img {
	border: none;
}

#topics {
	position: absolute;
	top:  390px;
	left: 505px;
	width: 250px;
	height: 145px;
	background-color: white;
}

#topiclist{
	width: 250px;
	height: 125px;
	overflow: scroll;
}

#topics ul {
	list-style: none;
	margin: 0px;
	padding: 4px;
}

#topics li {
	font-size: .8em;
}