body {
background: #fff url(http://www.koneita.com/css/tausta.jpg) no-repeat center fixed;
}

img {border:0;}

#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */


}


#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family:verdana;
font-size: 14px;
} 

#list-menu a {
display: block;
width:160px;
padding: 2px 2px 2px 0px;
border: 0px solid #000000;
background: url(http://www.koneita.com/css/img/valiosa.png);
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}



#list-menu a:hover {
border: 0px solid #000000;
background: #41383C url(http://www.koneita.com/css/img/.jpg);
color: #ffffff;
}