.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* NAVIGATION NEW */


#navcontainer
		{
			margin-left: 0px;   /* left margin of  line thru the navig bar   */
			margin-right: 5;
			margin-bottom: 1px;
			margin-top: 26px;
			
			height: 6px;
			   /* try   background-color: #CEDED6;   */
			
			
			
			font: 14px/15px Century Gothic, Georgia, Times New Roman, serif;
			
			
			border-top: 1px dotted #999;   /* this is the line thru the navig bar   */
			z-index: 1;
		}
		
		#navcontainer ul
		{
			list-style: none;
			text-align: center;
			
			margin: 0;
			margin-top: -8px;
			padding: 0;
			/*position: relative;*/
			z-index: 2;
		}
		
		#navcontainer li
		{
			display: inline;
			
			margin: 0 4px;  /*  space btw navig buttons   was 5px*/
		}
		
		#navcontainer li a
		{
			padding: 1px 8px;  /*  margin btw text and buttons end   was 8px */
			
			color: #fff;
			background-color: #12496D;   /*  background of normal nav button */
			
			border: 1px solid #ccc;
			text-decoration: none;
		}
		
		#navcontainer li a:hover
		{
			color: #000;    	/*  was #000 then 131F37*/
			
			background-color: #009FE2;
			
			border: 1px solid #666;
			border-top: 2px solid #666;
			border-bottom: 2px solid #666;
		}
		
		#navcontainer li a#current
		{
			color: #000;
			
			border: 1px solid #666;
			border-top: 2px solid #666;
			border-bottom: 2px solid #666;
		}

