Menü in CSS darstellen

Hi,
ich würde gerne ein Menü in CSS erstellen, eine Sache die jedoch nicht geht ist das wenn ich über den Link gehe die ganze Schaltfläche sich verändert.
Hier mein Code:

und der CSS Code:

ul
{
background-color: #6B9EFE;
}
li
{
border-style: outset;
font-weight: bold;
margin: 5px;
display: inline-block;
border-width: 1px;
border-style: outset;
border-color: #D50000;
font-family: Arial;
font-size: 12px;
color: #004499;
height: 20px;
width: 135px;
text-decoration: none;
background-color: #6B9EFE;
list-style-type: none;
}
a:link
{
text-decoration: none;
color: #004499;
width: 135px;
height: 20px;
}
a:visited
{
color: #004499;
text-decoration: none;
background-color: #6B9EFE;
}
a:hover
{
background-color: #004499;
color: #FFFFFF;
text-decoration: none;
}

Hoffe jemand weiss wie ich dafür sorge das die links genauso aussehen wie die Schaltfläche Start.
Lg Knerd

Hallo,

ein Link zur Seite wäre nicht schlecht :smile: von daher weiß ich nicht wie die Start-Schaltfläche aussieht

ansonsten die Farbe ändern - Du hast doch überall #004499 (oder überseh’ich da jetzt was?)

LG