<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------- Horizontal top list of navigation items such as a list of CSD sessions ---------------- */
/* ------------------------------- 
				ex: it is used in docs page of the resources section
				NB: if there is a need to have the 'spotlight area on the RH side in addtion to this horiz list,
				then style sheet horizontal_items_2.css needs to be linked to right after the link to the orizontal_items.css						
---------------------------------*/
	#horizitems 		{width:700px;!width:720px;_width:720px;text-align:left;color:#e0f3fd;margin:0;padding:0;}/* FF IE7 IE6 */
	#horizitems ul		{width:700px;!width:720px;_width:720px;margin:0;padding:0;}
	#horizitems ul li	{display:inline;font-size:89%;text-align:center;margin:0 3px;background-color:#e6e06a;border:1px solid #000;}
	#horizitems li		{display:block;list-style-image:none;}
	#horizitems a 		{text-decoration:none;line-height:2em;}
	#horizitems a:link, #horizitems a:visited {color:#575555/*8c8a8a*/;margin:0;padding:0 3px 0 3px;margin:0;}
	#horizitems a:hover 	{color:#cc0033;background-color:#fff;}
</pre></body></html>