#ultimas, #ultimas * {
	line-height: 20px; 
	font-size: 16px;
	font-family: Tahoma;
	font-size: 12px;
}

#ultimas {
	overflow: hidden;
	border: 1px solid #aaa;
	height: 40px;
	_height: 42px;
	position: relative;
	margin-bottom: 10px;
}

#ultimas ul {
	list-style: none;
	position: absolute;
	margin-left: 5px;
}

#ultimas li {
	width: 600px;
	overflow: hidden;
}

#ultimas li a {
	color: #ccc;
	width: 1000px;
	display: block;
}

#ultimas li a:hover {
	text-decoration: underline;
}

#ultimas a.ativo {
	color: black;
}

#ultimasproxima, #ultimasanterior {
	width: 9px;
	_width: 15px;
	height: 9px;
	_height: 15px;
	padding: 3px;
	border: 1px solid #18557b;
	position: absolute;
	right: 3px;
	text-indent: -5000em;
	line-height: 1px;
}

#ultimasproxima, #ultimasanterior {
	text-decoration: none;
}

#ultimasproxima {
	bottom: 3px;
	background: url(img/down_arrow.gif) no-repeat center center;
}

#ultimasanterior {
	top: 3px;
	background: url(img/up_arrow.gif) no-repeat center center;
}
