body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 color: #000000;
}
h1 {
 font-size: 20px;
}
.menu {
 width: 296px;
 height: 326px;
 padding: 133px 0 0 0;
 background-image: url('../_img/menu.jpg');
 float: left;
}
.menu a{
 display: block;
 width: 272px;
 height: 36px;
 background-repeat: no-repeat;
}
.menu a:hover,
.menu a:active{
 background-position: 0 -36px; 
}
