a.rolloverHome {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_home.jpg);
	}
a.rolloverHomeActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_home.jpg);
	background-position: -240px 0;
	}
a.rolloverHome:hover {
	background-position: -120px 0;
	}
/* how to buy */
a.rolloverHowToBuy {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_howtobuy.jpg);
	}
a.rolloverHowToBuyActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_howtobuy.jpg);
	background-position: -240px 0;
	}
a.rolloverHowToBuy:hover {
	background-position: -120px 0;
	}
/*how to sell */
a.rolloverHowToSell {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_howtosell.jpg);
	}
a.rolloverHowToSellActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_howtosell.jpg);
	background-position: -240px 0;
	}
a.rolloverHowToSell:hover {
	background-position: -120px 0;
	}
	
/* search and bid */
a.rolloverSearchAndBid {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_search.jpg);
	}
a.rolloverSearchAndBidActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_search.jpg);
	background-position: -240px 0;
	}
a.rolloverSearchAndBid:hover {
	background-position: -120px 0;
	}

/* virtual sales */
a.rolloverVirtualSales {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_vb2.jpg);
	}
a.rolloverVirtualSalesActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_vb2.jpg);
	background-position: -240px 0;
	}
a.rolloverVirtualSales:hover {
	background-position: -120px 0;
	}

/* company info */
a.rolloverCompanyInfo {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_info.jpg);
	}
a.rolloverCompanyInfoActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_info.jpg);
	background-position: -240px 0;
	}
a.rolloverCompanyInfo:hover {
	background-position: -120px 0;
	}

/* industry links */
a.rolloverIndustryLinks {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_industry.jpg);
	}
a.rolloverIndustryLinksActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_industry.jpg);
	background-position: -240px 0;
	}
a.rolloverIndustryLinks:hover {
	background-position: -120px 0;
	}

/* facilities */
a.rolloverFacilities {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_facilities.jpg);
	}
a.rolloverFacilitiesActive {
	display: block;
	width: 120px;
	height: 61px;
	text-decoration: none;
	background: url(../../../images/redesign/b_facilities.jpg);
	background-position: -240px 0;
	}
a.rolloverFacilities:hover {
	background-position: -120px 0;
	}


/*
.displace {
	position: absolute;
	left: -5000px;
	}
	*/
.navList {
	list-style-type:none; 
	margin:0px;
	padding:0px;
	}
.navList ul {
	margin:0;
	padding:0;
	width:960px;
	}
.navList li {
	float:left;
	text-align: left;
	}
.navList span {
	position:relative;
	top:42px;
	left:20px;
	color:#000000;
	font-weight:bold;
	}
span.navHome {
	position:relative;
	left:45px;
	}
span.navHowToBuy {
	position:relative;
	left:30px;
	}
span.navHowToSell {
	position:relative;
	left:30px;
	}
span.navSearchAndBid {
	position:relative;
	left:25px;
	}	
span.navVirtualSales {
	position:relative;
	left:25px;
	}	
span.navCompanyInfo {
	position:relative;
	left:25px;
	}	
span.navIndustryLinks {

	}	
span.navFacilities {
	position:relative;
	left:40px;
	}	