/****************************
 *   TOP PAGE NAV
 ****************************/
.topNav {
	display: block;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;	
	font-size: 0.7em;
	text-transform: lowercase;
	letter-spacing: 0.2em;	
}
.topNav a:link, .topNav a:active, .topNav a:visited {
	text-decoration: none;
	color: #990000;
}
.topNav a:hover {
	text-decoration: underline;
	color: #000000;	
}

/****************************
 *   GLOBAL NAV
 ****************************/
.globalNav {	
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;	
}
.globalNav a:link, .globalNav a:active, .globalNav a:visited {
	text-decoration: none;
	color: #999999;		
}
.globalNav a:hover {
	text-decoration: underline;
	color: #CCCCCC;		
}

/****************************
 *   BREADCRUMB NAV
 ****************************/
.breadcrumb {	
	font-weight: bold;	
	color: #000000;	
	text-transform: lowercase;	
}
.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	text-decoration: none;
	color: #990000;
}
.breadcrumb a:hover {
	text-decoration: underline;	
	color: #999999;	
}

/****************************
 *   FOOTER NAV
 ****************************/
.footerNav {
	width: 700px;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;	
	border: 0px solid #000000;
}
.footerNav a:link, .footerNav a:active, .footerNav a:visited {
	text-decoration: none;
	color: #990000;
}
.footerNav a:hover {
	text-decoration: underline;
	color: #999999;	
}