.menu_items{
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	overflow: auto;
}

.menu_items a{
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	float: left;
	cursor: pointer;
	color: #3388CC;
}

.menu_items a:first-child{
	border-left: 1px solid #3388CC;
}

.listing{
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;
	overflow: auto;
}

.paged_results{
	float: right;
}

.icon img{
	max-width: 100px;
}