A:hover { 	font-size : 8pt; 	font-family : Arial; 	color :red; 	text-decoration : none; } A { 	font-size : 8pt; 	font-family : Arial; 	color :black; 	text-decoration : none; } <!-- Sets Where the Product Information Menu Items show on the home page -->#divProductInformation { 	top : 310px; 	left : 245; 	position :absolute;  	visibility : hidden; 	z-index: 0;	border: solid blue 0px;} #divProductInformationMain{ 	top : 300px; 	left : 145; 	position :absolute;  	visibility : visible; 	width : 87} #divCustomerService { 	top : 205px; 	left : 245; 	position :absolute;  	visibility : hidden; 	z-index: 5;	border: solid red 0px;	} #divCustomerServiceMain{ 	top : 200; 	left : 145; 	position :absolute;  	visibility : visible; 	width : 87;} #divCompanyProfile { 	top : 107; 	left : 245; 	position : absolute;	visibility : hidden; 	z-index: 10;	border: solid green 0px}#divCompanyProfileMain{ 	top : 100; 	left : 145; 	position : absolute;	visibility : visible; 	width : 87}DIV#watermark { 	top : -240pt; 	left : 20%; 	position : relative; 	z-index : -5;} DIV#divSubMenuOverlay { 	top : 0; 	left : 0; 	position : absolute; 	z-index : 5; }DIV#divPageBase {	top : 0; 	left : 0; 	position : absolute; 	z-index : 1; } DIV#divIntProductInformation{ 	font-size : 10pt; 	font-family : Arial; 	color : black; 	background-color :transparent; 	top : 0; 	left : 315pt; 	position : absolute; 	z-index : 5; 	visibility: hidden; } DIV#divIntCustomerService { 	font-size : 10pt; 	font-family : Arial;	color : black; 	background-color : transparent; 	top : 0; 	left : 315pt; 	position :absolute; 	z-index : 3; 	visibility : hidden; } DIV#divIntCompanyProfile {	font-size : 10pt; 	font-family : Arial; 	color : black; 	background-color :transparent; 	top : 0; 	left : 315pt; 	position : absolute; 	z-index : 10;	visibility : hidden; } .sublinksTitle { 	font-size : 10pt; 	font-family: Arial; 	color : red; 	text-decoration : none; } #ProductInformationLinks{ 	top : 75px; 	left : 600px; 	position :absolute;  	visibility : hidden; } #CompanyProfileLinks{ 	top : 75px; 	left : 600px; 	position :absolute;  	visibility : hidden; 	} #CustomerServiceLinks { 	top : 75px; 	left : 600px; 	position :absolute;  	visibility : hidden; 	} 
