#links ul {
	list-style-type: none;
	background:transparent url(./graphics/dotted-line.gif) repeat-x bottom left;
	padding:0 0 0 0;
	}


#links li {
        border:  0px dotted #999;
        border-width: 0px 0;
        margin: 5px 0;
		float:left;
}

#links li a { 
        color: #ef0b56;
        display:  BLOCK;
        font: bold 80% Arial, Helvetica, sans-serif;
        padding:5px 5px 5px 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 350;
}

#links li a:hover {
        background: #EEEEEE;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #888888;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
