/* afubar = affiliation unisite bar */
#afubar {
	background: #F0F0F0; 
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
	font-size: 10px;
	color: #333;
	line-height: 14px; 
	padding: 0.3em 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif; }

	#afubar ul { margin: 0; padding: 0; height: auto; text-align: left; }	
		#afubar ul li { display: inline; }
			#afubar ul li a { padding: 0 3px; text-decoration: underline; color: #333; cursor: pointer; }
			#afubar ul li a:hover { text-decoration: none; }
			#afubar ul li a:active { color: #666; }
			#afubar ul li#afubar_currentlyViewing { padding: 0 3px; font-weight: bold; }
	
	#afubar ul#afubar_options { float: right; }
	#afubar_rss { background-image: url(rss10px.gif); }
	#afubar_home { background-image: url(home10px.gif); }
	#afubar_annoy { background-image: url(annoy10px.gif); }
	#afubar_newsletter { background-image: url(newsletter10px.gif); }
	
	ul#afubar_options #afubar_rss, 
	ul#afubar_options #afubar_home, 
	ul#afubar_options #afubar_annoy, 
	ul#afubar_options #afubar_newsletter { padding: 0 5px 0 13px; background-position: left 50%; background-repeat: no-repeat; }
