div#colsdiv {
	position: relative;
	left: 50px;
	margin-top: 15px;

}
div#colsdiv ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
ul#col1 {
	left: 20px;
	top: 0px;
	position: relative;
}
ul#col2 {
	position: absolute;
	left: 220px;
	top: 0px;
	
}
ul#col3 {
	position: absolute;
	left: 420px;
	top: 0px;
	
}
div#colsdiv ul li {
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
}



