/*
 * 
ul.newsNav {
	width: 100%;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;	
	
}

ul.newsNav a{
	display: block;
	
	padding: 0px 1px 0px 1px;
	margin-right: 2px;
	
	text-decoration: none;
	font-size:14px;
	font-family: trebuchet;
	color: #333;
	
}
ul.newsNav li {
	display: inline;
}
* html ul.newsNav a {height:1px;}
*/

#leftNavBar {
			height: 260px;
			
			}
			/*
		#leftNavBar ul
		{
			list-style-type: none;			
			padding: 0;
			margin: 0;
			text-align: left;
			width: 12em;
			
			
		}
		 #leftNavBar li {
			padding: 4px 0px 4px 0px;
			border-bottom: 1px dotted #555555;
			font-family: helvetica;
			font-size: 10px;
			
			}
		#leftNavBar li a {height: 1%;}
			
		 #leftNavBar A:link {
			color: #555555;
			text-decoration: none;
			}
		#leftNavBar A:visited {
			color: #555555;
			text-decoration: none;
			}
		#leftNavBar A:active {
			color: #555555;
			text-decoration: none;
		}
		#leftNavBar li A:hover {
			color: #ffffff;
			text-decoration: none;
			background-color: #336699;
			display: block;
			width: 100%;
		}
		* html #leftNavBar li a {
		width: 100%;
		}
		.current {
			background-color: red;
			}*/
		ul.newsNav {
			margin: 0;
			padding:0;
			list-style: none;
			width: 200px;
			/*border-bottom: 1px dashed #999;*/			
		}
		
		.newsNav a {
			color: #000;
			font-size: 10px;
			/*text-transform: uppercase;*/
			font-family: helvetica;
			text-decoration: none;
			/*border: 1px dashed #999999;*/
			border-bottom: 1px dotted #bbbbbb;
			padding: 5px 5px 5px 5px;
			display: block;
			/*background-color: #E7E7E7;*/
			/*background-position: left center;*/
		}
		.newsNav a:hover {
			
			background: #cccccc;
			color: #003366;
			
		}
		.newsNav a:active {
			background-color: #cccccc;
			color: white;
		}
		.newsNav a:focus {
			background-color: #cccccc;
			color: white;
		}
		.newsNav li {
			display: inline;
		}
		
		* html #newsNav a {
			height: 1px;
		}

