					/* article options
					 * ---------------------------------------------------------------------------- */

					#storyNav {
						height:20px;
						border-bottom: 1px solid #9a9a9a;
						margin-bottom:16px;
						padding-top:3px;
						}

					#storyNav li {
						list-style-type:none;
						display:inline;
						height:14px;
						}	

					#storyNav #articleOptions {
						margin:0;padding:0;
						margin-left:10px; 
						float:left;
						}
						
					#articleOptions li {padding-right:4px}	
					
					#articleOptions .nopadding {padding:0;}



					/* navigation: #shareNav
					 * ------------------------------------------------------------------------- */

					#shareNav, #shareNav * { border-collapse: collapse; margin: 0; padding: 0 }

					#shareNav {
						background: url("http://grfx.cstv.com/graphics/icons-share.gif") no-repeat;
						width: 45px;
						height: 16px;
						position: relative;
						z-index: 1;
						float:left; 
						}

					#shareNav .text-hidden { display:none; }

					#shareNav li, #shareNav a {
						font-size: .95em;  
						height: 16px;
						display: block;
						}

					#shareNav li { 
						float: left;
						}


					#shareNav-01 { width:45px; }

					#shareNav-01 a:hover { background: url("http://grfx.cstv.com/graphicsicons-share.gif") 0 -16px }


					#shareNav-01:hover>a { background: url("http://grfx.cstv.com/graphics/icons-share.gif") 0 -16px }



					/* navigation dropdown: #shareNav
						 * ------------------------------------------------------------------------- */

						#shareNav ul {
							left: -9999px;
							top: 16px;
							position:absolute;
							z-index:1;
							border:4px solid #ccc;
							}

						#shareNav ul, 
						#shareNav li li { width: 150px;background: url("http://grfx.cstv.com/graphics/share-bg-dropdown.jpg") repeat-y;  } 

						#shareNav li li a span { } 
                                               #shareNav li li span {line-height:20px;height:30px;}


						#shareNav li li, 
						#shareNav li li a { height: auto; }

						#shareNav li:hover ul, 
						#shareNav a:hover ul { left: auto; }

						#shareNav li li {
							text-indent: 0;
							}

						#shareNav li li img {
							margin-right:14px;
							padding-top:3px;
							float:left;
							}


						#shareNav li li a {
							color: #333;
							display: block;
							text-decoration:none;
							_width: 100%;height:20px;
							}

						#shareNav li li a:hover { 
							background: #ccc; 
							color: #fff;
							height:20px;
							}

