/* CSS Document */

/*-----------------------------*/
/* Beginning of Top Navigation */
/*-----------------------------*/


#nav {
    width: 195px;
    height: 450px;
    margin: 0 0 35px 0;
    padding: 0;
    background-image: url(/images/nav.gif);
    background-repeat: no-repeat;
    background-position: left top;
}



    #nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #nav a:link, #nav a:visited {
        display: block;
        text-indent: -9000px;
        text-decoration: none;
        top: 0px;
        : -moz-any-link:focus;
        outline: none;
    }

/* ----- Nav Defaults ------ */
#home a:link, #home a:visited, .selected {
    width: 195px;
    height: 29px;
}

#soil_testing a:link, #soil_testing a:visited {
    width: 195px;
    height: 30px;
}

#services a:link, #services a:visited {
    width: 195px;
    height: 30px;
}

#login a:link, #login a:visited {
    width: 195px;
    height: 30px;
}

#frontier_online a:link, #frontier_online a:visited {
    width: 195px;
    height: 30px;
}

#soil_probes a:link, #soil_probes a:visited {
    width: 195px;
    height: 30px;
}

#contact_us a:link, #contact_us a:visited {
    width: 195px;
    height: 30px;
}

#find_us_on_facebook a:link, #find_us_on_facebook a:visited {
    width: 195px;
    height: 30px;
}

/* ----- Nav Hover ------ */
#home a:hover {
    background: url(/images/nav.gif) no-repeat -195px 0px;
}

#soil_testing a:hover {
    background: url(/images/nav.gif) no-repeat -195px -29px;
}

#services a:hover {
    background: url(/images/nav.gif) no-repeat -195px -59px;
}

#login a:hover {
    background: url(/images/nav.gif) no-repeat -195px -89px;
}

#frontier_online a:hover {
    background: url(/images/nav.gif) no-repeat -195px -119px;
}

#soil_probes a:hover {
    background: url(/images/nav.gif) no-repeat -195px -149px;
}

#contact_us a:hover {
    background: url(/images/nav.gif) no-repeat -195px -179px;
}

#find_us_on_facebook a:hover {
    background: url(/images/nav.gif) no-repeat -195px -209px;
}


/* ----- Nav Selected ------ */
#home a.selected:link, #home a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px 0px;
}

#soil_testing a.selected:link, #soil_testing a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px -29px;
}

#services a.selected:link, #services a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px -59px;
}

#login a.selected:link, #login a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px -89px;
}

#frontier_online a.selected:link, #frontier_online a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px -119px;
}

#soil_probes a.selected:link, #soil_probes a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px -149px;
}

#contact_us a.selected:link, #contact_us a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px -179px;
}

#find_us_on_facebook a.selected:link, #find_us_on_facebook a.selected:visited {
    background: url(/images/nav.gif) no-repeat -195px -209px;
}