﻿.rollover_home
{			
	display:table-cell;	
	width: 82px;
	height: 35px;
	background: url("images/menu_home.jpg") 0 0 no-repeat;
	
}

.rollover_home:hover 
{	
	background: url("images/menu_home_f2.jpg") 0 0 no-repeat;	
}

.rollover_services
{		
	display:table-cell;
	width: 108px;
	height: 35px;
	background: url("images/menu_services.jpg") 0 0 no-repeat;
	
}

.rollover_services:hover 
{
	background: url("images/menu_services_f2.jpg") 0 0 no-repeat;	
}

.rollover_projects
{		
	display:table-cell;
	width: 101px;
	height: 35px;
	background: url("images/menu_projects.jpg") 0 0 no-repeat;
}

.rollover_projects:hover 
{
	background: url("images/menu_projects_f2.jpg") 0 0 no-repeat;
}

.rollover_about
{		
	display:table-cell;
	width: 101px;
	height: 35px;
	background: url("images/menu_about.jpg") 0 0 no-repeat;
}

.rollover_about:hover 
{
	background: url("images/menu_about_f2.jpg") 0 0 no-repeat;
}

.rollover_contact
{		
	display:table-cell;
	width: 101px;
	height: 35px;
	background: url("images/menu_contact.jpg") 0 0 no-repeat;
}

.rollover_contact:hover 
{
	background: url("images/menu_contact_f2.jpg") 0 0 no-repeat;
}
