#navBar a, #navBar a:link, #navBar a:visited {
	width: 150px;
	height:15px;
	display:block;
	padding-top:4px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	background: transparent url(/images/filetab.jpg) no-repeat;
	text-decoration: none;
	color: #0c4da2;
	font-weight: bold;	
}
	
	 
#navBar a:hover {
	text-decoration: none;
  background: transparent url(/images/filetab-hover.jpg) no-repeat;
	color: white;
	font-weight: bold;	
	} 


