/* creates the rollover effect for the left nav */

div#left
{
	font-size: 13px;
	z-index: 100;
}

div#left a
{
	border-bottom: 1px dashed #98b1cd;
	display: block; 
	padding: 7px 20px 7px 5px;
	text-decoration: none;
	text-align: left;
}

div#left a:hover, .nav_active
{
	background: #e4ecf7;
	color: #000; 
}

/* creates the rollover effect for in-the-news.asp */

div#news_links
{
	z-index: 100;
	height:400px; 
	overflow:auto;
}

div#news_links a
{
	border-bottom: 1px dashed #98b1cd;
	display: block; 
	padding: 7px 20px 7px 5px;
	text-align: left;
	text-decoration: none;
}

div#news_links a:hover, .news_active
{
	background: #e4ecf7;
	color: #000; 
}
