@charset "utf-8";

a.homeInactive {
	
   display: block; 
   width: 86px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/homeBtn.jpg");
} 

a.homeInactive:hover { 
   background-position: -86px 0;
}

a.cityGovInactive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/cityGovBtn.jpg");
} 

a.cityGovInactive:hover { 
   background-position: -85px 0; 
}

a.cityDeptInactive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/cityDeptBtn.jpg");
} 

a.cityDeptInactive:hover { 
   background-position: -85px 0; 
}

a.resVisInactive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/resVisBtn.jpg");
} 

a.resVisInactive:hover { 
   background-position: -85px 0; 
}

a.businessInactive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/businessBtn.jpg");
} 

a.businessInactive:hover { 
   background-position: -85px 0; 
}

a.eventsInactive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/eventsBtn.jpg");
} 

a.eventsInactive:hover { 
   background-position: -85px 0; 
}

a.contactInactive { 
   display: block; 
   width: 86px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/contactBtn.jpg");
} 

a.contactInactive:hover { 
   background-position: -86px 0; 
}
/* End Inactive images for main menu */


/* Start Active images for main menu */
a.homeActive { 
   display: block;
   width: 86px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/homeBtnA.jpg");
} 

a.cityGovActive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/cityGovBtnA.jpg");
} 

a.cityDeptActive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/cityDeptBtnA.jpg");
} 

a.resVisActive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/resVisBtnA.jpg");
} 

a.businessActive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/businessBtnA.jpg");
} 

a.eventsActive { 
   display: block; 
   width: 85px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/eventsBtnA.jpg");
} 

a.contactActive { 
   display: block; 
   width: 86px; 
   height: 32px; 
   text-decoration: none; 
   background: url("/images/header/contactBtnA.jpg");
} 
