/* BOOKMARKS */

/* NIH-style popup for offsite links */

.offsite {
	position: relative;
}

.offsitePopup {
	position: absolute;
	left: -9999px;
	width: 300px;
	height: 50px;
	padding-bottom: 5px;
	z-index: 100;
	text-transform: none;
	font-size: 0.8rem;
}

.offsitePopup {
	background: transparent url(/sites/nccam.nih.gov/files/externalllinktooltip.png) no-repeat left bottom;
}

.offsitePopup a a {
	text-decoration: underline;
}

ul li:hover .offsitePopup {
    display: block; /* Necessary to work in IE7 & IE8 */
}

ul li:hover .offsitePopup {
    left: -102px;
}

.followus li:hover .offsitePopup {
	top: -55px;
}
