/* CSS Document *//* buttons for the nav bar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *//* HOME BUTTONs ------------------------------------------------ */.tdhomeStatic a {	display:block;	height: 38px;	width: 101px;	background: url(../images/homeButton.png) no-repeat;	background-position: 0px -76px;	text-decoration: none;	border: none;}.tdhomeStatic a:hover {	background: url(../images/homeButton.png) no-repeat;	background-position: 0px -38px;   }   .tdhomeActive a {	display:block;	height: 38px;	width: 101px;	background: url(../images/homeButton.png) no-repeat;	background-position: 0px 0px;	text-decoration: none;	border: none;}.tdhomeActive a:hover {	background: url(../images/homeButton.png) no-repeat;	background-position: 0px -38px;   }            /* SERVICES BUTTONs ------------------------------------------------ */.tdservicesStatic a {	display:block;	height: 38px;	width: 101px;	background: url(../images/servicesButton.png) no-repeat;	background-position: 0px -76px;	text-decoration: none;	border: none;}.tdservicesStatic a:hover {	background-position: 0px -38px;   }   .tdservicesActive a {	display:block;	height: 38px;	width: 101px;	background: url(../images/servicesButton.png) no-repeat;	background-position: 0px 0px;	text-decoration: none;	border: none;}.tdservicesActive a:hover {	background-position: 0px -38px;   }         /* MEET MARK BUTTONs ------------------------------------------------ */.tdmeetStatic a {	display:block;	height: 38px;	width: 101px;	background: url(../images/meetMarkButton.png) no-repeat;	background-position: 0px -76px;	text-decoration: none;	border: none;}.tdmeetStatic a:hover {	background-position: 0px -38px;   }   .tdmeetActive a {	display:block;	height: 38px;	width: 101px;	background: url(../images/meetMarkButton.png) no-repeat;	background-position: 0px 0px;	text-decoration: none;	border: none;}.tdmeetActive a:hover {	background-position: 0px -38px;   }            /* CONTACT BUTTONs ------------------------------------------------ */.tdcontactStatic a {	display:block;	height: 38px;	width: 101px;	background: url(../images/contactUsButton.png) no-repeat;	background-position: 0px -76px;	text-decoration: none;	border: none;}.tdcontactStatic a:hover {	background-position: 0px -38px;   }   .tdcontactActive a {	display:block;	height: 38px;	width: 101px; 	background: url(../images/contactUsButton.png) no-repeat;	background-position: 0px 0px;	text-decoration: none;	border: none;}.tdcontactActive a:hover {	background-position: 0px -38px;   }