 .table_row {
   background:#FDDD93;
   
   
 }
 .table_row_over {
   background: #0C3CBA;
   
 }
/* ========== Header ================= */
	#header {
		z-index:998;
		position: relative;
		margin:0px;
		padding:0px;
		 display:block; 
		/* width:50%; */
		min-width:800px;
		/* height:80px;  */
	
	}
/* Hack to set minimum width for IE browsers */

	* html #header {
		/* height:80px; */
		width:expression(document.body.clientWidth > 800?  "100%" :"800px");
	}


	#header *{
		font: normal normal normal 11px/normal Verdana, Helvetica, san-serif;
		color: #FFFFFF;
	}

	.spacer {/* Hidden clickable area for screenreaders to jump to content */
		display:none;
		float:left;
		height:0px;
		width:0px;
	}






	/* - \*/

	/* end hiding from IE Mac */



	
	
/* =========== Navigation bar =============== */
	#topnav{ /*Containing block for tab list */
		display1:block;
		width:759px;
		 
	/*	height:25px;  */
		 right:0px; 
		 left:152px; 
		/* top:0px; */
	}
	
	* html #topnav { top:57px;} /* IE hack */	
	html>body ul#topnav{top:57px;} /*Opera hack*/

	 #topnav h1 {
		margin:0px;
		padding:0px;
	} 
  

	#topnav ul {list-style: none; padding: 0; margin: 0;}
	#topnav li {
		   /* background: url(/global1/images/but_i.gif) top right ;    */
  	background: #FDDD93; 
		/* border:1px solid #A5A6A5; */
		float:none;
		display:inline-block;
	/*	margin:0px 1px;  Spacing between tabs */
		padding:0px 0px 0px 0px;
		position: relative;
		width: 5px;
	}

	/* - \*/
	#topnav li {
		float: left;
		display:block;
		width:auto;
	}
    /* end hiding from IE Mac */

  
	#topnav a {
		display:inline-block;
		font-family: Verdana,Arial,sans-serif; 
		font-size: 11px;  
		color: #000000;
		
		text-decoration: none;
		border-left:1px #FFFFFF solid;
	  
		
    
    
		text-align : center;
		vertical-align : middle;
		font-weight:bold;
		white-space:nowrap;
		padding:5px 4px 5px 4px;
		
	}

	/* - \*/
	#topnav a {
		display:block;
	}
    /* end hiding from IE Mac */
	
	* html #topnav a{width:1px; height:100%;}

	#topnav a:hover,  #topnav li.selected{
		color: #FFFFFF;
		 /* background: url(/global1/images/but_a.gif) top right;   */
		 background:#0C3CBA;  
		cursor:hand;
	}
	#topnav li.selected a{color: #003366;cursor: default;border:none;}
		
	#topnav li ul{
		z-index:999;
		display: block;
		position: absolute;
		width:150px;
		left:-1000px;
		
		
		padding: 0px;
		white-space:normal;
		border:none;
		/* border-bottom:1px solid #FFFFFF; */
		top:auto;
	}
	
	#topnav li li a, #topnav li li a:hover{
		display: inline-block;
		font-weight: normal;
		text-align:left;
		color: #FFFFFF;
		/* padding:3px 5px;  */
		/* margin:0px; */
		
		background:#0C3CBA;
		border-bottom:1px solid #A5A6A5; 
		width:150px; 
	}

	* html #topnav li li a,
	* html #topnav li li a:hover {
		width:100%;
	}

	#topnav li li, #topnav li li a {
		display: inline-block;
		float: none;
		white-space:normal;
		background: #FDDD93;
		color: #000000;
		/* border-left:none; */
		/* border-bottom:1px solid #FF0000; */
		width:150px;
	}

	#topnav li ul.last{left:-1000px; right:-100px;}
	
	/* - \*/
	#topnav li ul.last {
		right:0px;
		
	}
    /* end hiding from IE Mac */

	#topnav li li {border-top:1px solid #fff; color: #000066;}
	#topnav li:hover ul, 
	#topnav li.iehover ul {display:block; left:auto;}

		#topnav IFRAME {
		FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
		LEFT: 0px; 
		POSITION: absolute; 
		TOP: 0px
	}
