Делаю выпадающее меню. Работает только в ИЕ. В Опере и ФФ нет.

window.su/index.php

Код такой:

Код:
#topmenue {
****font-family: "Arial Narrow";
****font-size: 14px;
****text-transform: uppercase;
****color: #E6E7E8;
****text-decoration: none;
****font-weight: normal;
****bottom: 0px;
****clip: rect(auto auto auto auto);
****position: relative;
****background-image: url(../images/btn-active.gif);
****background-repeat: no-repeat;
****background-position: 0px 0px;
****display: block;
****background-attachment: fixed;
****visibility: visible;
****top: 0px;
****height: 81px;
****width: 118px;
}
#topmenue:hover {
****font-family: "Arial Narrow";
****font-size: 14px;
****text-transform: uppercase;
****color: #FFFFFF;
****text-decoration: none;
****bottom: 0px;
****clip: * * * * *rect(auto auto auto auto);
****position: relative;
****background-image: url(../images/btn-hvr.gif);
****background-repeat: no-repeat;
****background-position: 0px 0px;
****display: block;
****background-attachment: fixed;
****visibility: visible;
****top: 0px;
****height: 81px;
****width: 118px;
****text-indent: 0pt;
****padding-top: 0px;
****padding-right: 0px;
****padding-bottom: 0px;
****padding-left: 0px;
****font-weight: normal;
}
Подскажите plz в чем проблема.