/* reset styles being as specific as possible */
html body #TeachStreet_widget, html body #TeachStreet_widget * {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #333;
    font-style: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    vertical-align: baseline;
    text-decoration: none;
    text-indent: 0;
    text-align: left;
    width: auto;
    height: auto;
    float: none;
    visibility: visible;
    display: block;
    position: static;
    line-height: normal;
    letter-spacing: normal;
    text-transform:none;
    word-spacing:normal;
} 
html body #TeachStreet_widget #TeachStreet_widget_menu a.TeachStreet_menu_item {
    padding: 8px 10px;
    background: #b9cfe1;
    border: 1px solid #a8ccf0;
    border-bottom: none;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
} 
html body #TeachStreet_widget #TeachStreet_widget_menu a#TeachStreet_menu_selected {
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #a8ccf0;
    border-bottom: none;
    z-index: 2;
}

