#myMenu
{
list-style:none;float:right;padding:0 3px 0 0;margin:0 0 0 0;background-color:White;
}
#myMenu li
{
background:white url('images/R.gif') no-repeat scroll right top;text-align:center;vertical-align:middle;line-height:25px;cursor:pointer;margin-left:3px;float:right;list-style-type:none;
}
#myMenu li a
{
background:transparent url('images/L.gif') no-repeat scroll left top;line-height:25px;float:left;padding:0 7px 0 7px;font-weight:bold;color:white;font-size:12px;font-family:Arial;text-decoration:none;
}
#myMenu li:hover
{
background-position:right bottom;
}
#myMenu li a:hover
{
background-position:left bottom;color:#093D64;
}
this is the style of ddr:menu .
it works very fine in all main 5 browsers, but not in IE6, which become hidden.
Is there any mistakes in the above css id, or maybe some changes have to be made in order to work in internet explorer 6.
Please advice