@charset "utf-8";
/* CSS Document */

.navMajorGroup {
	text-align: right; 
	height: 30px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0 0 10px 0;
}
.navMajorGroupHdr {
	width:195px; 
	border-bottom: 3px solid #999;
	font-size: 24px; 
	font-family:'Times New Roman', Times, serif; 
	font-weight: bold;
	font-variant: small-caps; 
	background-repeat: no-repeat;
	background-position: right;	
}
.navMajorGroupHdr span, .navMajorGroupHdr a, .navMajorGroupHdr a:visited { 
	text-decoration: none; 
	color: #0067B1; 
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}
.navMajorGroupHdr a:hover { text-decoration: none; }
.navLink, .navLinkHere { 
	font-size: 12px;
	margin: 5px 5px 5px 0; 
	list-style: none;
}
.navLink a, .navLinkHere a { 
	text-decoration: none; 
	font-weight: bold;
}
.navLinkHere a, .navLinkHere a:visited, .navLinkHere a:hover { color: #000; text-decoration: none; }
.navLink a:hover { 
	text-decoration: underline; 
}
.nav_arrow { visibility: hidden; vertical-align: middle; }
