td {
	vertical-align: top;
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    border: 0px solid #555;
}

ul.footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    
    
	position: fixed;
	bottom: 0;
	width: 100%;
    font-size: 12px;
}

li.menu {
    float: left;
}

li.menu a {
	display: block;
    color: black;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

li.menu a:hover {
    background-color: lightgrey;
    color: white;
}

li a.active {
    background-color: silver;
    color: white;
}