﻿
/* remove all the bullets, borders and padding from the default list styling */
.ftrLinks ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.ftrLinks li {
	float:left;
	position:relative;
	list-style-type:none;
	color:White ;
}

.ftrLinks li.footerdiv {
	padding: 0px 6px 0px 6px;
	color:White;
}

.footer a:link 
{color:White;}

 .ftrLinks #footerlink_4 a:visited 
{
	 color:#99ccff;
	 display:block;
	 padding-left:3px;
	 padding-right:3px;
	 font-style:normal;
	 text-decoration:none;
	
	}

.ftrLinks  #footerlink_5 a:visited 
{
	 color:#99ccff; 
	 display:block;
	 padding-left:3px;
	 padding-right:3px;
	 font-style:normal;
	 text-decoration:none;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.ftrLinks table {position:absolute; top:0; left:0;}