.blogroll {
    position: relative;
    width: 34px;
    float: right;
    margin: 8px 0px 0px 0px;
}

/*.blogroll p {
    width: 34px;
    height: 34px;
    background: url(../images/logout_icon.jpg) 0 0 no-repeat;
    text-indent: -9999px;
    margin: 0;
}*/

.blogroll ul {
    width: 190px;
    background: #fff;
    border: 1px solid #c9c8c6;
    border-width: 1px;
    position: absolute;
    left: -190px;
    top: 0px;
    margin: 0px 0px 0px -2px;
    padding: 0;
    list-style: none;
}

.blogroll ul a:link, .blogroll ul a:visited {
    display: block;
    width: 180px;
    height: 28px;
    padding: 8px 0px 0px 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4f4f4f;
    border-bottom: 0px solid #c9c8c6;
    cursor: pointer;
}

.blogroll ul a:hover, .blogroll ul a:active {
    background: #f8f8f8;
    color: #3f7eb3;
}

.blogroll {
    height: 34px;
    overflow: hidden;
}

.blogroll:hover {
    overflow: visible;
    cursor: pointer;
}

.blogroll {
    display: none;
}

html > body .blogroll {
    display: block;
}
