
		html, body { margin:0; font:12px Arial;  }
		.headerBar {
			font-family: Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#FFFFFF;
			font-weight:bold;
			padding:0px 0px 0px 15px;
		}
		.hdrSep {
			color:#3A5C9F;
			padding:0px 5px 0px 5px;
		}
		a.hdrLinks {
			color:#FFFFFF;
			text-decoration:none;
		}
		a.hdrLinks:hover {
			color:#BE424B;
			text-decoration:none;
		}
		
		a.TopStories {
			text-decoration: none;
			font-family:arial;
			font-size:13px;
			font-weight:bold;
			color: #730156;
		}
		a.TopStories:hover {
			text-decoration:underline;
			color: #3F002F;
		}
		
		.GreenText {
			font-family:arial;
			font-size:12px;
			font-weight:bold;
			color: #9BB55C;
		}
		
		/* left menu section */
		ul {
			margin: 0;
			padding: 0px 0px 0px 6px;
			list-style: none;
			
			}
		
		ul li {
			position:relative;
			text-align:left;
			}
		
		ul li a {
			display: block;
			text-decoration: none;

			font-family:arial;
			font-size:12px;
			font-weight:bold;
			color: #730156;
			background: #fff; /* IE6 Bug */
			padding: 2px;
			border-bottom: 0;
			}
		
		ul li a.mag {
			display: block;
			text-decoration: none;

			font-family:arial;
			font-size:12px;
			font-weight:bold;
			color: #5777B6;
			background: #fff; /* IE6 Bug */
			padding: 2px;
			border-bottom: 0;
			}
			
		ul li a.shg {
			display: block;
			text-decoration: none;

			font-family:arial;
			font-size:12px;
			font-weight:bold;
			color: #000000;
			background: #fff; /* IE6 Bug */
			padding: 2px;
			border-bottom: 0;
			}
		
		/* Fix IE. Hide from IE Mac \*/
		* html ul li { float: left; height: 1%; }
		* html ul li a { height: 1%; }
		/* End */
		
		/* Hover Styles */
		ul li a:hover {
			font-weight: bold;
			color: #3F002F;

		}
		
		ul li a.mag:hover {
			font-weight: bold;
			color: #435C8C;

		}
		
		ul li a.shg:hover {
			font-weight: bold;
			color: #EF3E42;

		}
		
		ul ul {
			position:absolute;
			display:none;
			left: 179px; /* Set 1px less than menu width */
			top: 0;
		}
		
		li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
		li:hover ul ul, li.over ul ul { display:none; }
		
		li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */
		/* left menu section */
		
		h1 { font-size:18px; color:#660033;}
		
		.insideAdsSelect  {
			font-size:10px;
			
			
		}
