.meniu ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
font: bold 16px "Arial" Arial sans sherif;
color: #E9E9E9;
background: #606060; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/

}
.meniu li {
display: inline;
}
.meniu a {
text-decoration:none;
color: black;
}
.meniu a:hover {
color: black;
}
