#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 120px;
height: 26px;
background-image: URL(../images/Bar.png);
background-repeat: repeat-x;
}



#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
*margin-left: -60px;
background-position: 0 0;
}

#nav a {
display: block;
} 
