/* CSS Document */
/* Navigation styles */

/* top header navigation styles*/
#topNavHeader {
	width:974px;
	height:20px;
	padding:0px 0px 0px 0px;
}
#topNav {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	padding:2px 0px 0px 320px;
}
#topNav a{
	text-decoration:none;
	color:#FFF;
}
#topNav a:hover {
	text-decoration:underline;
}

#navHeader {
	width:974px;
	background: url(../images/background-slice.jpg) no-repeat 0 0;
	text-align: left;
}



/* tab Navigation styles */


.tab_nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding: 2px 0px 0px 0px;
	width:142px;
	height:18px;
	background:transparent url(../images/tab_forward.gif) no-repeat 0 -20px;
	display:block;
	color:#FFF;
	text-decoration: none;
	margin: 0px;
}
.tab_nav a:hover,
.tab_nav a.current{
	background-position: 0  0px;
	color:#333366;
}

/* SubNavigation Styles */
#subNav {
background: transparent url(../images/nav_bar.jpg) repeat-x;
}
#SubNavigation div{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFD400;
display:none;
padding-top:2px;
}

#SubNavigation Applicants .current{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFD400;
display:block;
padding-top:2px;
}
#SubNavigation div a,
#SubNavigation div a:visited{
color: #003366;
text-decoration:none;
}
#SubNavigation div a:hover,
#SubNavigation div a:active{
color:#751E11;
text-decoration:underline;
}
#SubNavigation div a.current{
text-decoration:none;
color:#999999;
}
#subApplicants,
#subFellows {
text-align:left;
padding-left:125px;
}

#subFellows{
padding-left:370px;
}


