#utilityNav		{	position: absolute;
					right: 0px;
					top: 0px; 
					z-index: 3; 
					font-size: xx-small;	
					font-weight: bold;
					padding: 2px 0px 0px;
					margin: 0px;
					height: 14px;	
					background: url(/images/textImgBg.png);
				}

#utilityNav ul, #utilityNav li, #utilityNav a, #utilityNav img	{	
					display: inline;
					list-style: none;
					padding: 0px;
					border: 0px;
					margin: 0px;
					height: 10px;
								}

#utilityNav img		{	margin: 0px;
					}

#utilityNav a		{	margin: 0px 6px 1px;	
					}


#utilityNav	a:hover 	{	border-bottom: 1px solid rgb(255,255,255);
							margin-bottom: 0px;
							/*	background-color: rgb(255,255,255);	*/
						}
						
				
