﻿
/* 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;
}

.ftrLinks li.footerdiv {
	padding: 0px 6px 0px 6px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.ftrLinks table {position:absolute; top:0; left:5;}
