div.hopfeed_div {
/*    background: url(/images/main_menu_bg.png) no-repeat; */
    margin: -20px 5px 15px -20px;
    height: 130px; 
    padding: 2px 0 0 2px;
    width: 750px;
}

ul.hopfeed_ul {
    list-style: none;
    display:block;
}

li.hopfeed_li {
    list-style: none;
    float: left;
    width:155px;
    padding: 0 2px 0 5px;
}

span.hopfeed_link {
    font-size:.9em;
    font-weight: bold;
}

span.hopfeed_link a {
    color: #00f;
    display: block;
}

span.hopfeed_link a:visited {
    color: #00f;
    display: block;
}

span.hopfeed_link a:hover {
    background: #fff;
    color: #f00;
    cursor: pointer;
}

span.hopfeed_desc {
    margin: -10px 0 0 0;
    padding: 0 5px 0 0; 
}


