	/* ==================== */ 	
.chat{
width: 100%;
overflow: hidden;
border-bottom: 0px solid #ffffff; 
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: 4px 8px; 
border-right: 2px solid #DC0A58; 
color: #DC0A58;
font-weight: bold;
     background: url("http://www.nb3h.com/100.jpg") repeat-x center ;
width: 100px;
height: 0px
}

.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;
border-right: 2px solid #DC0A58; 
background-image: url(http://www.nb3h.com/200.jpg);
color: #F95788;
width: 100px;
}

html {
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #FEA9C2;
	scrollbar-shadow-color: #FEA9C2;
	scrollbar-3dlight-color: #FEA9C2;;
	scrollbar-face-color: #FEA9C2;
	scrollbar-track-color: #FEC1D1;
	scrollbar-darkshadow-color: #FEC1D1;
}