/* CSS Document */

#links ul {
	padding:0;
	margin:0;
	list-style-type: none;
	width: 448px;
	text-align: left;
} 

#links li {
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#links li a {
        color: #6699CC;
        display: block;
        font: bold 120% Verdana, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 448px;
}

#links li a:hover {
        background: #efefef;
}

#links a em {
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%;
}

#links a span {
        color: #999999;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}