﻿.latestTopics {
	width:303px;
	float: left;
	border: 1px solid #cccccc;
	height:108px;
}
.latestTopics ul {
	width: 130px;
	display: inline-block;
	margin: 7px 10px 0 0;
	padding: 5px 0 10px 0;
	list-style: none;
}
.latestTopics ul li {
	float: left;
	width: 123px;
	margin: 0 0 0 0;
	padding: 0px 7px 2px 0px;
	line-height: 16px;
	color: #3c3b3b;
	background:  url(images/arrow2_Ar.png) right  6px no-repeat;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:13px !important;

}
.latestTopics ul li a {
	color: #3c3b3b !Important;
	text-decoration: none;
}
.latestTopics ul li a:hover {
	color: #ff6600 !Important;
	text-decoration: none ;
}