* { margin: 0; padding: 0; border: 0; }

div#menu .rss-popup {
	float: right;
	top: 25px;
    width: 70px;
    height: 26px;
    position: relative;
}
 
div#menu div.rss-popup em {
    background: url(images/bubble.gif) no-repeat;
    width: 241px;
    height: 56px;
    position: absolute;
    top: -70px;
    left: -80px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
}
 
div#menu #rss-icon {
    width: 70px;
    height: 26px;
    background: url(images/icofcb.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}
