#panel
{
     background: #9999FF;
     padding: 0px;
     width: 240px;
     position: fixed;
     margin-top: -100px; /*połowa wysokości panelu w górę */     
     height:293px;
     left: 0px;
     top: 50%;
     z-index:9999;
      
}
 
ul#main_menu
{
     list-style: none;
}
 
#main_menu a
{
     color: #ffffff;
     text-decoration: none;
}
 
#main_menu a:hover
{
     text-decoration: underline;
}

.slide_button
{
     background: url(prz.gif);
     display: block;
     height: 130px;
     text-indent: -9999px;
     width: 37px;
     z-index: 999;
     position: absolute;
     right: -38px;
     top: 0px;
}
 
.zamknij
{
     background-position: -41px 0px;
}
 
a:focus { 
outline:none; //usuwanie niebieskiej obwódki w FF
}