#blue-box
{
    background: #4761b4;
    padding: 0px;
    width: 218px;
    min-height: 120px;
    height: auto;
    position: fixed;
    margin-top: -100px; /*połowa wysokości panelu w górę */
    left: 0px;
    top: 50%;
    margin-left: -220px;
   
    z-index: 1000;
}


#slide_button
{
    color: white;
    text-decoration: none;
    background: url(images/nowe_menu_tabs.png);
    display: block;
    height: 120px; /* 	text-indent: -9999px; */
    width: 40px;
    position: absolute;
    right: -40px;
    top: 0px;
}
#slide_button p
{
    padding-left: 8px;
    padding-top: 2px;
    font-family: Arial;
    font-weight: bold;
}

ul#main_menu
{
    list-style: none;
    padding-left: 0px !important;
   
}
li#main_menu
{
   
}
#main_menu a
{
    color: #ffffff;    
    text-decoration: none;
}

#main_menu a:hover
{
    text-decoration: underline;
}
#slide_button: hover
{
    margin-top: 20px;
    background-position: -40px 0px;
}
#main_menu .ui-button
{
    font-size:11px !important;
}

a:focus
{
    outline: none;
}
