	/* ==================== */ 	
.chat{
width: 100%;
overflow: hidden;
border-bottom: 0px solid #D04754; 
font-family:Tahoma;
font-size:12px;
text-align: center;
}

.chat li{
text-align: center;
display: inline;
margin: 0;
width: 70px;
}

.chat li a{
float: right;
display: block;
text-decoration: none;
margin: 0 3px;
padding: 7px 8px; 
border-right: 1px solid #D04754; 
color: #D04754;
font-weight: bold;
background-image: url(http://www.l90l.com/300.jpg);
width: 100px;
}

.chat li a:visited{
color: #ffffff;
text-align: center;
font-family:Tahoma;
font-size:12px;
}

.chat li a:hover, .chat li.selected a{
text-align: center;
font-family:Tahoma;
font-size:12px;
background: #D04754;
background-image: url(http://www.l90l.com/400.jpg);
color: #FEFDFB;
width: 100px;
}
/* ==================== */ 