#sidebar {
    border: 1px solid #e4e6f2;
    background-color: #f1f2f4;
    padding: 10px 15px 10px 15px;
    margin: 0 0 0 0;
}

div#sidebar ul {
} .sidebar-menu {
    width: 100%; /*width of menu*/
} .sidebar-menu ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
} .sidebar-menu ul li {
    padding-bottom: 2px; /*bottom spacing between menu items*/
    list-style: none;
} .sidebar-menu ul li a {
    font-size: 100%;
    color: #000000;
    background: #E9E9E9;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-left: 8px; /*link text is indented 8px*/
    text-decoration: none;
} .sidebar-menu ul li a:visited {
    color: black;
} .sidebar-menu ul li a:hover { /*hover state CSS*/
    color: white;
    background: #38414e;
} .subscribe {
    font-size: 93%;
    line-height: 1.2em;
}

div#sidebar p {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 93%;
    line-height: 130%;
} .subscribe a {
    text-decoration: underline;
} .subscribe img {
    margin-right: 5px;
    vertical-align: middle;
    border: 0;
} .free-trial-img img {
    border: 0;
}