Drop Down Menu Issues

Hello,

Cant seem to find where getting this issue from.

When roll over All Drawings, the background should span black all across whole box but it doesnt.

http://modocom.ca/miller/technical-drawings/

Trying to look through my CSS to see what is causing it to act like this.

Thanks,

Mike

Also, the child items of the dropdown need to span across fully it gets chopped off right after word even though I have display: block; and need to shift the child items over a bit so it all lines up nicely underneath.

Hi,

You seem to have conflicting rules with widths and padding not adding up properly.

Try adding this:


.drawnav ul {width:auto}
.drawnav li{float:none}
.drawnav li a{width:auto}
.drawnav ul ul{
left:-3px;
right:-3px;
width:auto;
}

You should probably pad out the top level so the text doesn’t go over the arrow image.