#nav {
width: 268px; 
height: 17px;
background: url(./themes/site_themes/imgs/cms-nav.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/cms-nav.gif) 0 -17px no-repeat;
}
#menu a:hover, #menu a.active {
background: transparent url(./themes/site_themes/imgs/cms-nav.gif) -58px -17px no-repeat;
} 
#wine a:hover, #wine a.active {
background: transparent url(./themes/site_themes/imgs/cms-nav.gif) -117px -17px no-repeat;
}
#contact a:hover, #contact a.active {
background: transparent url(./themes/site_themes/imgs/cms-nav.gif) -171px -17px no-repeat;
}













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

#white {
left: 0; 
width: 86px;
}
#red {
left: 86px; 
width: 76px;
}
#sparkling {
left: 162px; 
width: 237px;
}



#white a:hover, .wineon{
background: transparent url(./themes/site_themes/imgs/wine-nav.gif) 0 -22px no-repeat;
}
#red a:hover, .wineon2{
background: transparent url(./themes/site_themes/imgs/wine-nav.gif) -86px -22px no-repeat;
} 
#sparkling a:hover, .wineon3{
background: transparent url(./themes/site_themes/imgs/wine-nav.gif) -162px -22px no-repeat;
}
