ul#destaques
{
	width		: 344px;
	list-style	: none;
}

ul#destaques li *
{
	cursor	: pointer;
}

ul#destaques li 
{
	position		: relative;
	height			: 81px;
	color			: #CECECE;
	border-bottom	: 1px solid #000;
}

ul#destaques li a
{
	display			: block;
	text-decoration	: none;
}

ul#destaques li a:hover
{
	text-decoration		: underline;
}

ul#destaques li a:hover div.seta
{
	opacity		: 1;
	filter		: alpha(opacity=100);
}

ul#destaques li.destaqueCinza a
{
	background	: #bcd0ce repeat-y url('images/botaoCinzaFundo.jpg') top left;
	color		: #686F6F;
}

ul#destaques li.destaqueAzul a
{
	background	: #169db1 repeat-y url('images/botaoAzulFundo.jpg') top right;
	color		: #B3E8EF;
}

ul#destaques li.destaqueBeje a
{
	background	: #fbfbfa repeat-y url('images/botaoBejeFundo.jpg') top left;
	color		: #888;
}

ul#destaques div.seta
{
	position	: absolute;
	right		: 70px;
	top			: 29px;
	background	: transparent no-repeat url('images/figuraSeta.gif') top left;
	width		: 12px;
	height		: 23px;
	opacity		: 0.4;
	filter		: alpha(opacity=40);
}

ul#destaques div.titulo
{
	font-size		: 20px;
	font-weight		: bold;
	font-variant	: small-caps;
	width			: 224px;
	padding			: 0 0 0 30px;
	line-height		: 81px;
}