
/* --------------------- START MAIN NAV ------------------------- */

#nav {
    width: 312px;
    height: 32px;
    position: relative;
    background: url(/img/menu_products.jpg); 
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    list-style: none;
}

#nav li a {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    display: block;
    height: 32px;
    background: url(/img/menu_products.jpg) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 1%;
}

li#nav_preview a {
    left: 0px;
    width: 99px;
    background-position: 0 0;
}

li#nav_info a {
    left: 99px;
    width: 66px;
    background-position: -99px 0;
}

li#nav_slides a {
    left: 165px;
    width: 108px;
    background-position: -165px 0;
}

li#nav_arrow a {
    left: 273px;
    width: 39px;
    background-position: -273px 0;
}

/*-------------hover-------------*/

li#nav_preview a:hover {
    background-position: 0 -32px;
}

li#nav_info a:hover {
    background-position: -99px -32px;
}

li#nav_slides a:hover {
    background-position: -165px -32px;
}

li#nav_arrow a:hover {
    background-position: -273px -32px;
}



/* --------------------- END MAIN NAV ------------------------- */ 