<html>
<title>test</title>
<STYLE>
.mydiv{
SCROLLBAR-FACE-COLOR: #fcb400;
SCROLLBAR-HIGHLIGHT-COLOR: #fcd800;
SCROLLBAR-SHADOW-COLOR: #fc6c00;
SCROLLBAR-3DLIGHT-COLOR: #fcb400;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #fcd800;
SCROLLBAR-DARKSHADOW-COLOR: #fc6c00;
SCROLLBAR-BASE-COLOR: #ff0000;
width: 400px;
overflow: auto;
overflow-y:hidden;
}
</STYLE>
<body>
<table>
<tr>
<td bgcolor="#feeae3">
<DIV class="mydiv" >
<table width="7000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7000" height="80" bgcolor="#999999"></td>
</tr>
</table>
</DIV>
</td>
</tr>
</table>
</body>
</html>