#cxnMenu {
		text-align:center;
		background-color: #000099;
	}
	
	/* Sets height for MAC IE */
		/*\*//*/ #cxnNavigation {height: 22px;} /**/ 
	
	#cxnMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#cxnMenu li {
		margin: 0;
		padding: 0;
		white-space: nowrap;
		float: left;
	}
	
	#cxnMenu a {
		margin: 0;
		display: block;
		padding: 6px 14px;	
		color: #fff;
		background: #000099;
		text-decoration: none;
		white-space: nowrap;
		font-size: 12px;
		font-weight: bold;
		font-family: arial,helvetica,sans-serif;
	}
	
	/*\*//*/ #cxnMenu a {float:left;} /**/ 
	
	#cxnMenu a:hover, #cxnMenu a:active, #cxnMenu a:focus {
		color: #333;
		background: #efeedc;
	}
	
	#cxnMenu li.last {
		border-right: 1px solid #000099;
	}
	
#cxnMenu li ul {
  margin: 0;
  padding: 0;
  display: none;
}

#cxnMenu li li {
  margin: 0;
  padding: 0;
  display: none;
}
