

/* the min-width is set at 974 instead of 954 because for 1024x768 configuration,
	that is the width you need in order for the right margin to be 12px.  Yes,
	this is weird because then things don't line up with the global nav menu which is only
	954px wide, but that's how UI Design team wants it for now.  Also, 974 allows 4 thumbs
	to be displayed on the search page, while 954 only allows 3. */

#globalNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#globalNav li
{
    margin: 0;
    padding: 0;
}

#globalNav a,
#globalNav span
{
    display: block;
    zoom: 1;
}

#globalNav .navHeader
{
    float: left;
    position: relative;
    z-index: 200;
}
#globalNav .navContent
{
    display: none;
    margin: 0 0 0 0px;
    position: absolute;
}
#globalNav .navColumn
{
    float: left;
    margin: 0 8px 0 0;
    width: 140px;
}

/* End gnaven-gb-sprite.png */


/* Begin gnaven-us-sprite.png */
.sp-account,
.sp-account_on,
.sp-account_over
{
	background: url(../images/browse_more_bt.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
}      

.sp-account { background-position: 0px 0px; }
.sp-account_on { background-position: 0px -26px; }
.sp-account_over { background-position: 0px -26px; }


.sp-account { width: 178px; height: 26px }
.sp-account_on { width: 178px; height: 26px }
.sp-account_over { width: 178px; height: 26px }

.sp-account1,
.sp-account1_on,
.sp-account1_over
{
	background: url(../images/compare_ur_page_btn_on.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
}      

.sp-account1 { background-position: 0px 0px; }
.sp-account1_on { background-position: 0px -26px; }
.sp-account1_over { background-position: 0px -26px; }


.sp-account1 { width: 178px; height: 26px }
.sp-account1_on { width: 178px; height: 26px }
.sp-account1_over { width: 178px; height: 26px }


/* End gnaven-us-sprite.png */




/* End gnaves-sprite.png */

