/*utility navigation*/
A.utility {
	color: #cccccc;
	text-decoration: none;
	}
A.utility:hover { 
	color: #263E60;
	text-decoration: underline;
	}
.utility	{
	font: 11px arial, sans-serif;
	font-weight:bold;
	}	
.search {
	font: 11px arial, sans-serif;
	border: 1px solid #263E60;
	width: 140px;
	height: 22px;
	margin-right:-10px;
	}
.searchgo {
	cursor: hand;
	border: 0;
}

/*top navigation*/
div.top a {
  font-family: arial, sans-serif;
	color: #253e60;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display:block;
	}
* html body div.top a {
   width:100%;
	}	
div.top a:hover { 
	color: #757c82;
	text-decoration: none;
	display:block;
	}
* html body div.top a:hover {
   width:100%;
	}	


/*
.searchgo {
	font-family: verdana, sans serif;
	font-size: 8px;
	font-weight: bold;
	color: #263E60;
	line-height: 12px;
	width: 19px;
	height: 19px;
	background: #D8DDCC;
	cursor: hand;
	border: 1px solid #263E60;
}
*/