/*-----------------Latest News-----------------------*/
#latestnews {
	background:none;
	padding:0px;
	margin:0px;
}
#latestnews .nav {
	overflow: hidden;	
	width:260px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #cdcdcd;
}
#latestnews .nav li {
	width: 80px;
	float: left;
	margin: 0;
	padding-right:6px;
}
#latestnews .nav li.last {
	margin-right: 0;
}
#latestnews .nav li a {
	display: block;
	padding:7px 0;
	background: none;
	color:#000;
	font:bold 11px arial;
	text-align: center;
	border: 0;	
	text-decoration:none
}
#latestnews .nav li a:hover {
	background:url(../images/p_latest-news-active-bg.jpg) no-repeat center top;
}
#latestnews ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#latestnews ul li a {
	display: block;
	height:15px;
	padding: 2px;
	color: #000;
	text-decoration:none;
	background:url(../images/list-icon.gif) 0 7px no-repeat;
	font:normal 12px arial;
	padding-left:10px;
	padding-right:0px;
}
#latestnews ul li a:hover {
	color:#000;
	height:15px;
	text-decoration:none;
}
#latestnews ul li:last-child a {
	border: none;
}
#latestnews ul li.nav-one a.current, #latestnews ul.featured li a:hover {
	background:url(../images/p_latest-news-active-bg.jpg) no-repeat center top;
	color: #fff;
}
#latestnews ul img {
	list-style: none;
	margin:7px 0 0 12px;
	padding:0px;
}
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.list-wrap {
	padding:0 10px 0 0;
}
.latestnewsbg {
	background:none;
	/*background:url(../images/p_latest-news-bg2.jpg) no-repeat center bottom;*/
}
