
#featuredcs ul
{
list-style-type: none;
text-align: left;
margin: 0; 
padding: 0;
}

#featuredcs ul li a
{
/*background: transparent url(images/list-off.gif) left center no-repeat;*/
/*padding-left: 15px;*/
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666;
}

#featuredcs ul li a:hover
{
/*background: transparent url(images/list-on.gif) left center no-repeat;*/
color: black;
}

#featuredcs ul li a#current
{
/*background: transparent url(images/list-active.gif) left center no-repeat;*/
color: #666;
}

#featurednews ul
{
list-style-type: none;
text-align: left;
margin: 0; 
padding: 0;
}

#featurednews ul li a
{
/*background: transparent url(images/list-off.gif) left center no-repeat;*/
/*padding-left: 15px;*/
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666;
}

#featurednews ul li a:hover
{
/*background: transparent url(images/list-on.gif) left center no-repeat;*/
color: black;
}

#featurednews ul li a#current
{
/*background: transparent url(images/list-active.gif) left center no-repeat;*/
color: #666;
}