﻿
div.Footer{
width:70%;

 }

div.Footer ul
{ 
	list-style: none; 
	float:right; 
	padding: 0px;
	margin: 0px; 
}


div.Footer ul LI
{ 
    float: left; 
    padding-top:0.1em; 
    font-size:75%; 
    display:inline;
    padding-right:10px; 
    background-image:none;
    list-style: none;
    margin-right:0px;
    padding-right:0px;
    margin-left:7px;
}

div.Footer ul LI A 
{ 
	text-decoration: none; 
	width: 1px;
	white-space: nowrap; 
	text-align: right; 
	color: #585856; 
}

div.Footer ul LI>A 
{ 
	width:auto ; 
}

div.Footer ul LI A:hover 
{ 
	text-decoration: underline; 
}


div.Footer ul LI.firstItem{
background-image:none;
}

