#FooterMaster
{
    background-color: Transparent;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    text-align: center;
}


#FooterMaster a:link {color: #fff; text-decoration:none;}
#FooterMaster a:visited {color: #fff; text-decoration:none;}
#FooterMaster a:hover {color: #fff; text-decoration:underline;}

.cleanNSimpleFooterUL
{
	padding: 18px 0px 8px 0px;
	clear:both;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	z-index:100;
}

.cleanNSimpleFooterUL ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.cleanNSimpleFooterUL ul li a
{
	display: inline;
}

.cleanNSimpleFooterUL ul li a:hover
{
	display: inline; 
}

.cleanNSimpleFooterUL a {
	display: block;
	text-decoration:none;	
	/*color: White;*/
}


/* spacing for IE is controlled in navhacks.css */
.cleanNSimpleFooterUL li{
	padding: 2px 11px 4px 5px; /*determines the spacing between the top level menu items*/
	display: inline;
	text-align: center;
	/*border-left:1px solid #d3d3d3;*/
}

.cleanNSimpleFooterUL li:hover, .cleanNSimpleFooterUL li:hover{
	position: static;
}

.cleanNSimpleFooterUL li.last{
	border-right: 0;
}


.cleanNSimpleFooterUL li.first{
	border-left:0;
	border-left-style:none;
}
