/*make sure you give these classes to a specific ID that marks your navigation list in the markup*/
#hotnews {
	margin-top: 30px;
	width: 560px;
	clear:both;
	color: #582D07;
	
}
#hotnews .title_link {
	font: bold 12pt "Lucida Grande", Arial, Lucida, sans-serif;
	display:block;
}

#hotnews .title_link, #hotnews a {
	color: #22767d
}

#hotnews .left {
	width: 176px;
	float: left;
}

#hotnews .center {
	margin-left: 16px;
	width: 176px;
	float:left;
}

#hotnews .right {
	width: 176px;
	float: right;
}

