/*
<!-- picked up off of http://psacake.com/web/jl.asp# -->
*/
a.BuildABikeInfo{
    position:relative; /*this is the key*/
    z-index:24; background-color:gray;
    color:white;
    text-decoration:none}

a.BuildABikeInfo:hover{z-index:25;}

a.BuildABikeInfo span{display: none}

a.BuildABikeInfo:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; width:24em;
    border:1px solid #0000ff;
		background-color:lightgray; color:black;
    /*background-color:#cff; color:#000;*/
    text-align: center;
		text-decoration:none}


a.infoText{
    position:relative; /*this is the key*/
    z-index:24; background-color:gray;
    color:Black;
    text-decoration:none}

a.infoText:hover{z-index:25;}

a.infoText span{display: none}

a.infoText:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:-2em; width:8em;
    border:1px solid #0000ff;
		background-color:lightgray; color:black;
    /*background-color:#cff; color:#000;*/
    text-align: center;
		text-decoration:none}

a.JInfo{
    position:relative; /*this is the key*/
    z-index:24; background-color:gray;
    color:white;
    text-decoration:none}

a.JInfo:hover{z-index:25;}

a.JInfo span{display: none}

a.JInfo:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:1em; width:35em;
    border:1px solid #0000ff;
		background-color:lightgray; color:black;
    /*background-color:#cff; color:#000;*/
    text-align: center;
		text-decoration:none}

a.AffiliateInfo{
    position:relative; /*this is the key*/
    z-index:24; /*background-color:gray;*/
    color:black;
    text-decoration:none}

a.AffiliateInfo:hover{z-index:25;}

a.AffiliateInfo span{display: none}

a.AffiliateInfo:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:1em; width:35em;
    border:1px solid #0000ff;
		background-color:lightgray; color:black;
    /*background-color:#cff; color:#000;*/
    text-align: center;
		text-decoration:none}
