﻿/* the news box */
#breves
{
	width:280px;
	text-align:right;
	color:#FFF;
	padding-right:0px;
}
#breves a
{
	color:#CCFFCC;
}
#breves ul
{
	padding:0;
}
#breves li{
	line-height:2em;
	list-style-type:none;
}
/* the news box when JavaScript is available */
#breves.hasJS
{
	height:90px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#breves.hasJS ul
{
	position:absolute;
	top:90px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
