	/* ==================== */ 	
.chat{
width: 100%;
overflow: hidden;
border-bottom: 0px solid #E06045; 
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 #E06045; 
color: #E06045;
font-weight: bold;
background-image: url(al-w3d100.jpg);
width: 70px;
}

.chat li a:visited{
color: #E06045;
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: #C43E22;
background-image: url(al-w3d200.jpg);
color: #C43E22;
width: 70px;
}
/* ==================== */ 