#topribbon {white-space:nowrap;}
#topribbon ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: url(../images/topribbon_bg_repeat.png);
	background-repeat: repeat-x;
	line-height: 20px;
}
#topribbon ul li
{
	display: inline;
	padding-right: 5px;
	/* background: url(../images/topribbon_spacer.png) no-repeat right; */
	line-height: 20px;
	vertical-align: top;
}
#topribbon ul li a
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 23px;
	padding-right: 20px;
	color: #666666;
	line-height: 20px;
}
#topribbon ul li a:hover
{
	color: #999999;
}