/* navbuttons */ 
div.buttonGroup1 {
   float: left;
   width: 180px; height: 80px;
   margin: 0 6px 0 0;
   display: inline;  
   }
div.buttonGroup1 a { 
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	}
div.buttonGroup1 span {
   display: none;
	}
	
/* ///// BUTTONS ///// */
/* search preowned */
div.buttonGroup1#searchPreowned {
   background: url('images/buttons/searchPreowned_green.gif') no-repeat 0 -80px;
}
div.buttonGroup1#searchPreowned a, div.buttonGroup1#searchPreowned a:visited {
	background: url( 'images/buttons/searchPreowned_green.gif' ) top left no-repeat;   
}
div.buttonGroup1#searchPreowned a:hover {
	background-image: none;
	background: url('images/buttons/searchPreowned_green.gif') no-repeat 0 -80px;
}

/* schedule service */
div.buttonGroup1#scheduleService {
   background: url('images/buttons/scheduleService_green.gif') no-repeat 0 -80px;
}
div.buttonGroup1#scheduleService a, div.buttonGroup1#scheduleService a:visited {
	background: url( 'images/buttons/scheduleService_green.gif' ) top left no-repeat;   
}
div.buttonGroup1#scheduleService a:hover {
	background-image: none;
	background: url('images/buttons/scheduleService_green.gif') no-repeat 0 -80px;
}

/* financial prequal */
div.buttonGroup1#financePrequal {
   background: url('images/buttons/financePrequal_green.gif') no-repeat 0 -80px;
}
div.buttonGroup1#financePrequal a, div.buttonGroup1#financePrequal a:visited {
	background: url( 'images/buttons/financePrequal_green.gif' ) top left no-repeat;   
}
div.buttonGroup1#financePrequal a:hover {
	background-image: none;
	background: url('images/buttons/financePrequal_green.gif') no-repeat 0 -80px;
}

/* new car specials */
div.buttonGroup1#newSpecials {
   background: url('images/buttons/newSpecials_green.gif') no-repeat 0 -80px;
}
div.buttonGroup1#newSpecials a, div.buttonGroup1#newSpecials a:visited {
	background: url( 'images/buttons/newSpecials_green.gif' ) top left no-repeat;   
}
div.buttonGroup1#newSpecials a:hover {
	background-image: none;
	background: url('images/buttons/newSpecials_green.gif') no-repeat 0 -80px;
}

/* hot ticket items */
div.buttonGroup1#hotTicket {
   background: url('images/buttons/hotTicket_green.gif') no-repeat 0 -80px;
}
div.buttonGroup1#hotTicket a, div.buttonGroup1#hotTicket a:visited {
	background: url( 'images/buttons/hotTicket_green.gif' ) top left no-repeat;   
}
div.buttonGroup1#hotTicket a:hover {
	background-image: none;
	background: url('images/buttons/hotTicket_green.gif') no-repeat 0 -80px;
}