ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: auto;
	height: 22px; /* height should be included to reserve visual space for the marquee */
    text-decoration:'underline';
}

ul.marquee li 
{
	padding: 3px 5px;
}
#features
{
    margin-right:6.50%;
}
ul.marquee > li > a
{
    color:#000;   
    text-decoration:'underline';
}