/*****
* 03/02/06
* paste into HTML Head Content for all left nav frames.
* note image reference below.
*****/
td {
	width:124px;
}

#menuCC a {
		display:table-cell;
	 	width:120px;
		height: 75px;
		margin: 0px 0px; 
		padding:8px 0px 0px 0px;
		font: 8pt arial;
		letter-spacing: 1px;
		color:#FFFFFF;
		background: url("btn_ltblue_left_nav_120x75.gif") 0 0 no-repeat;
		text-decoration: none;
		text-align: center;		
}

#menuCC a:hover {
		background-position: -120px 0;
		color: #003366;
}

#menu a {
		display:table-cell;
	 	width:120px;
		height: 42px;
		margin: 0px 0px; 
		padding:8px 0px 0px 0px;
		font: 8pt arial;
		letter-spacing: 1px;
		color:#FFFFFF;
		background: url("btn_ltblue_left_nav_120x42.gif") 0 0 no-repeat;
		text-decoration: none;
		text-align: center;		
}

#menu a:hover {	
		background-position: -120px 0;
		color: #003366;
}
	
#selmenu a {
		display:table-cell;		
	 	width:120px;
		height: 42px;
		margin: 0px 0px; 
		padding:8px 0px 0px 0px;
		font: 8pt arial;
		letter-spacing: 1px;
		color: #FFFFFF;
		background: url("btn_nav_left_blue_120x42.gif") 0 0 no-repeat;
		background-position: -120px 0;
		text-decoration: none;
		text-align: center;
		
}
div#loading {
		font: 8pt arial;
		margin: 0 0 0 5px;
		letter-spacing: 1px;
		color:#FFF;
		position: 100% 0;
		text-decoration: blink;
		visibility: hidden;
}