/* textTopNav.css version 1.02 */
/* This style sheet should not be edited. 
Any changes that need to be made should be made in the user.css */
	
/*-------Text Top Nav Styles--------*/

#siteNameContainer { height: 76px; }

#textTopNav { 
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	position: absolute; 
	top: 91px;	
	white-space: nowrap;
} 

#textTopNav li{
	border-right: 1px solid #0050aa;
	display:inline;	
	padding: 0 12px;
	margin: 0;
}

#textTopNav li.first { padding-left: 0; }

#textTopNav li.last { border-right: none; }

#textTopNav a, 
#textTopNav a:visited {
	color: #0050aa;
	font-weight: bold;
	text-decoration: none;
}   

#textTopNav A:active, 
#textTopNav A:focus, 
#textTopNav A:hover {
	text-decoration: underline;
}

#textTopNav a:link.currentPage, 
#textTopNav a:hover.currentPage, 
#textTopNav a:visited.currentPage,
#textTopNav A:active.currentPage, 
#textTopNav A:focus.currentPage, 
#textTopNav A:hover.currentPage {
	cursor: text;
	text-decoration: none;
}

/*-------End Text Top Nav Styles--------*/
