.to_stick_footer 
{
min-height: 90%;
height: auto !important;
height: 100%;
padding: 0;
}

.footer, .push 
{
height: 50px;
}


ul.footerlist li 
{
list-style: none;
display: inline;
}

.footerlist a {color: #006699; background-color: transparent; text-decoration: none;}
.footerlist a:hover {color: #f4f4f4; background-color: #3399CC; text-decoration: none;}


ul.footerlist li:first-child a:hover
{
border-left: 2px solid silver;
padding: 3px;
}

ul.footerlist li:first-child a {
border-left: 2px solid silver;
padding: 3px;
}

ul.footerlist li a {
border-right: 2px solid silver;
padding: 3px;
}

.nav 
{
padding-top: 1em;
padding-bottom: 5em;
text-decoration:none;
background:url(../images/footer_nav.JPG) repeat-x;
background-color: #f4f4f4;
font-weight:normal;
font-size: 80%;
}

#nowrap
{
white-space: nowrap;  overflow: hidden;
}