div#extbar {
    position: fixed;
    bottom: 0px;
/*    left: 0px;*/
    right: 0px;
    height: 25px;   
    background: url(/wp-includes/js/jquery/extbar/images/bg_widgets_bottom_flipped.gif) top left no-repeat rgb(166,180,186);
    color: white;    
    border-top: solid 0px #ccc;
    opacity: .70;    
    filter: alpha(opacity="70");
    z-index: 200;
    overflow: hidden;
    overflow-y: auto;
    width: 300px;
}

ul#extbar_menu {
    padding: 5px 20px 5px 10px; 
    float: left;
}

ul#extbar_menu > li {
    display: inline;
    padding: 5px 10px 5px 10px; 
    margin: 0px 1px;
}

ul#extbar_menu > li > a {
    color: white;
}

ul#extbar_menu > li > a:hover {
    color: #777;
}

ul#extbar_menu > li.extbar_separator {
    padding: 0px;
    color: #777;
}
