ul {
    list-style-type: none;
    padding: 0;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    padding: 26;
    text-decoration: none;
}

#test li p {
    display: block;
    color: white;
    padding: 26;
    text-decoration: none;
}


#RightLeftLIST li {
    float:none;
	background-color:white;
	color:green;
}
	
#HorezantalMenu li a {
    color: white;
    background-color: green;
}

#HorezantalMenu li a:hover {
color: blue;    
background-color: red;
    
}
#HorezantalMenu li a:visited {
    color: black;
    background-color: orange;
}
#bottomP{
	text-align:center;
	width:100%;
	background-color:lightgrey;
	bottom:0;
	position:fixed;
	color:green;
}