
     .home {
	 background: url('../images/links/home.png');
	 height:50px; background-repeat:no-repeat;
	 width:150px;
	}
	
	.home:hover, .selected .home{
	 background: url('../images/links/home_hover.png');
	 height:50px; background-repeat:no-repeat;	
	 width:150px;
	}
   
   .print {
	 background: url('../images/links/print.png');
	 height:50px; background-repeat:no-repeat;
	 width:150px;
	}
	
	
	.print:hover, .selected .print{
	 background: url('../images/links/print_hover.png');
	 height:50px; background-repeat:no-repeat;	
	 width:150px;
	}
	
    .data {background: url('../images/links/data.png');	
	  height:50px; background-repeat:no-repeat;	
	   width:150px;
	}
	
	.data:hover, .selected .data{background: url('../images/links/data_hover.png');	
	  height:50px; background-repeat:no-repeat;	
	  width:150px;
	}
	
	
	.ware {background: url('../images/links/warehouse.png');
	height:50px; background-repeat:no-repeat;
	 width:150px;		
	}
	
	.ware:hover, .selected .ware{background: url('../images/links/warehouse_hover.png');
	height:50px; background-repeat:no-repeat;	
	 width:150px;	
	}
	
	
	.promotional {background: url('../images/links/promotional.png');
	height:50px; background-repeat:no-repeat;
	 width:150px;		
	}
	
	.promotional:hover, .selected .promotional{background: url('../images/links/promotional_hover.png');
	height:50px; background-repeat:no-repeat;
	 width:150px;		
	}
	
	
	.sponsorship {background: url('../images/links/sponsorship.png');	
	height:50px; background-repeat:no-repeat;
	width:150px;	
	}
	
	.sponsorship:hover, .selected .sponsorship{background: url('../images/links/sponsorship_hover.png');
	height:50px; background-repeat:no-repeat;	
	 width:150px;	
	}
	
	
     .contact {background: url('../images/links/contact.png');	
	 height:50px; background-repeat:no-repeat;
	  width:150px;	
	}
	
	.contact:hover, .selected .contact{background: url('../images/links/contact_hover.png');
	    height:50px; background-repeat:no-repeat;		
	}
	

