﻿/*
rollover code for swapping content in an anchor tag
*/
body
{
    behavior: url(styles/csshover.htc);
}

.rollover .on
{
    visibility: hidden;
    position: absolute;

}

.rollover:active .on, .rollover:hover .on
{
    visibility: visible;
    position: relative;
}

.rollover:active .off, .rollover:hover .off
{
    visibility: hidden;
    position: absolute;
}


.chrome .chrome .on, .riders .riders .on, .sales .sales .on, .events .events .on,
.used .used .on, .corpevents .corpevents .on, .family .family .on, .thunder .thunder .on,
.customizing .customizing .on, .rentals .rentals .on, .home .home .on
	{
	
    visibility: visible;
    position: relative;
}


.chrome .chrome .off, .riders .riders .off, .sales .sales .off, .events .events .off,
.used .used .off, .corpevents .corpevents .off, .family .family .off, .thunder .thunder .off,
.customizing .customizing .off, .rentals .rentals .off, .home .home .off
{
    visibility: hidden;
    position: absolute;
}