#meny-nyheter a {
display: block;
background: url('../images/meny-nyheter.gif') top;
width: 70px;
height: 70px;
position: absolute;
} 

#meny-nyheter a:hover {
background: url('../images/meny-nyheter.gif') no-repeat bottom;
}

#meny-nar a {
display: block;
background: url('../images/meny-nar.gif') top;
width: 70px;
height: 70px;
position: absolute;
left: 80px;
} 

#meny-nar a:hover {
background: url('../images/meny-nar.gif') no-repeat bottom;
}

#meny-bilder a {
display: block;
background: url('../images/meny-bilder.gif') top;
width: 70px;
height: 70px;
position: absolute;
left: 160px;
} 

#meny-bilder a:hover {
background: url('../images/meny-bilder.gif') no-repeat bottom;
}

#meny-om a {
display: block;
background: url('../images/meny-om.gif') top;
width: 70px;
height: 70px;
position: absolute;
left: 240px;
} 

#meny-om a:hover {
background: url('../images/meny-om.gif') no-repeat bottom;
}

#meny-var a {
display: block;
background: url('../images/meny-var.gif') top;
width: 70px;
height: 70px;
position: absolute;
left: 320px;
} 

#meny-var a:hover {
background: url('../images/meny-var.gif') no-repeat bottom;
}

#meny-kontakt a {
display: block;
background: url('../images/meny-kontakt.gif') top;
width: 70px;
height: 70px;
position: absolute;
left: 400px;
} 

#meny-kontakt a:hover {
background: url('../images/meny-kontakt.gif') no-repeat bottom;
}