Dropdown menu in IE not working?

Hey all,

here is my css as i think thats the problem i’m using the suckerfish menu and modified the code a little to suit my needs:

Here it is

#nav, #nav ul {
    float: left;
    width: 165px;
    height:2px;
    list-style: none;
    line-height: 1;
    font-weight: bold;
    padding: 0px;
    border-width: 0px 0;
    margin: 0 0 1em 0;
    top:137px;
    position:absolute;
    z-index:1;
}

#nav a {
    display: block;
    width: 10em;
    w\idth: 6em;
    color: #7C6240;
    text-decoration: none;
    padding: 0.25em 2em;
}

#nav a.daddy {
    background: url(rightarrow2.gif) center right no-repeat;
    background-color:#c09a3c;
    width:114px;
    height:18px;
    top:-104px;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    border-top: solid #FFFFFF thin;
    border-right: solid #FFFFFF thin;
    
}

#nav a.daddy1 {
    background: url(rightarrow2.gif) center right no-repeat;
    background-color:#c09a3c;
    width:114px;
    height:18px;
    top:-138px;
    left:-62px;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    border-top: solid #FFFFFF thin;
    border-right: solid #FFFFFF thin;
    border-left: solid #FFFFFF thin;
}

#nav a.daddy2 {
    background: url(rightarrow2.gif) center right no-repeat;
    background-color:#c09a3c;
    width:114px;
    height:18px;
    top:-113px;
    left:-62px;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    border-top: solid #FFFFFF thin;
    border-right: solid #FFFFFF thin;
    border-left: solid #FFFFFF thin;
}

#nav a.daddy3 {
    background: url(rightarrow2.gif) center right no-repeat;
    background-color:#c09a3c;
    width:114px;
    height:18px;
    top:-104px;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    border-top: solid #FFFFFF thin;
    border-right: solid #FFFFFF thin;
    border-bottom: solid #FFFFFF thin;
    
}

#nav a.daddy4 {
    background: url(rightarrow2.gif) center right no-repeat;
    background-color:#c09a3c;
    width:114px;
    height:18px;
    top:-138px;
    left:-62px;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    border-top: solid #FFFFFF thin;
    border-right: solid #FFFFFF thin;
    border-bottom: solid #FFFFFF thin;
    border-left: solid #FFFFFF thin;
}

#nav a.daddy5 {
    background: url(rightarrow2.gif) center right no-repeat;
    background-color:#c09a3c;
    width:114px;
    height:18px;
    top:-113px;
    left:-62px;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    border-top: solid #FFFFFF thin;
    border-right: solid #FFFFFF thin;
    border-bottom: solid #FFFFFF thin;
    border-left: solid #FFFFFF thin;
}

#nav li {
    float: left;
    padding: 0;
    width: 10em;
}

#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 14.4em;
    w\idth: 13.9em;
    font-weight: normal;
    border-width: 0.25em;
    margin: 0;
}

#nav li li {
    padding-right: 1em;
    width: 13em
}

#nav li ul a {
    width: 13em;
    w\idth: 9em;
}

#nav li ul ul {
    margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#content {
    clear: left;
}

#content a {
    color: #7C6240;
}

#content a:hover {
    text-decoration: none;
}


The CSS works fine in opera, firefox, netscape, but just not IE all versions (6,7) most importantly

Any ideas/ fixes??

Cheers :slight_smile: Thanks in advance