#mmTwitter { /* background-color: #94b497; */ }
#mmTwitter { padding: 4px; width:400px;}
/* #mmTwitter > a { float: left; } */
#mmTwitter a img {
	height: 48px;
	width: 48px;
	border: 1px solid #003300;
}
#mmTwitter ul:before {
	display: block;
    position: absolute;
    top: -11px;
    left: 15px;
    width: 21px;
    height: 11px;
    margin: 0;
    content: url("ccffcc-triangle-up.gif");
}
#mmTwitter ul {
	position: relative;
    background-color: #ccffcc;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    list-style: none;
    margin: 0;
    margin-top: 12px;
    padding: 0px;
	clear: left;
    font-family: Helvetica, sans-serif;
}
#mmTwitter ul li { padding: 10px 10px; font-size: 9pt; border-top: solid 1px #94b497; }
#mmTwitter ul li.first { font-size: 11pt; font-weight: bold; border:none; }
#mmTwitter ul li.even { background-color: #ddffdd; }
#mmTwitter ul li.first span { font-size: 11pt; font-weight: normal; }
#mmTwitter ul li span { font-style: normal; }