#nav {
width: 268px; 
height: 17px;
background: url(./themes/site_themes/imgs/nav-light.gif);
margin: 0px auto; 
padding:0;
position: relative;
} 
#nav li {
margin: 0; 
padding: 0; 
list-style: none;
position: absolute; 
top: 0;
}  
#nav li, #nav a {
height: 17px; 
display: block;
}

#home {
left: 0; 
width: 58px;
}
#menu {
left: 58px; 
width: 59px;
}
#wine {
left: 117px; 
width: 56px;
}
#contact {
left: 171px; 
width: 95px;
}


#home a:hover, #home a.active {
background: transparent url(./themes/site_themes/imgs/nav-light.gif) 0 -17px no-repeat;
}
#menu a:hover, #menu a.active {
background: transparent url(./themes/site_themes/imgs/nav-light.gif) -58px -17px no-repeat;
} 
#wine a:hover, #wine a.active {
background: transparent url(./themes/site_themes/imgs/nav-light.gif) -117px -17px no-repeat;
}
#contact a:hover, #contact a.active {
background: transparent url(./themes/site_themes/imgs/nav-light.gif) -171px -17px no-repeat;
}