﻿.footernav {
	color:#969696;
	float: left;
	width: 955px;
	height:20px;
	padding-bottom:8px;
}
.footernav ul 
{
	padding: 0 0 0 42px;
	margin:0;
	list-style-type:none;
	text-align:left;
}

.footernav li {
	float: left;
    margin:5px 5px 0 5px;
    color:#d8d8d8;
    font-size:10px;
}
.footernav a, .footernav a:visited  {
	text-decoration:none;
	color:#969696;
	font-size:10px;
	height:20px; 
	padding:0px 0px 5px 0px;   
	margin: 0 10px 0 0;
}
.footernav a:hover {
	text-decoration:underline;
}
.footernav li.separator {
	border:1px solid #d8d8d8;
	border-right-width:0;
	margin: 0 10px 0 0;
	padding:0px 0px 5px 0px;  
	height:8px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .footernav li.separator {
height:8px;
h\eight:8px;
}
