#navigation{
	position:relative; top:-4px;
	width:860px; height:66px;
	padding:2px 0 0 87px;
	background:url(/images/nav_bg2.gif) no-repeat;
	z-index:10;
}

#nav{
	list-style:none;
	z-index:20;
}

#nav li{
	float:left;
	position:relative;
	list-style:none;
	z-index:50;
}

#nav li ul{
	position:absolute;
	width:10em;
	left:-999em;
}

#nav li:hover ul, #nav li.sfhover ul{
	left:auto;
}

#nav #navhome a{
	width:70px; height:38px;
	background:url(/images/nav_home.gif) no-repeat;
	display:block;
}

#nav #navhome a:hover{
	background-position:0 -38px;
}

#nav #navabout a{
	width:107px; height:38px;
	background:url(/images/nav_about.gif) no-repeat;
	display:block;
}

#nav #navabout a:hover{
	background-position:0 -38px;
}

#nav #navevents a{
	width:90px; height:38px;
	background:url(/images/nav_events.gif) no-repeat;
	display:block;
}

#nav #navevents a:hover{
	background-position:0 -38px;
}

/*Events Hover Links */

#nav #navevents ul li a{
	background:#b41b37;
	color:#ffc834;
	border:1px solid #821124;
	border-top:1px solid #dd3e5b;
	text-align:center;
	text-decoration:none;
	font-size:0.8em;
	height:auto;
	padding:0.5em 0;
}

#nav #navevents ul li a:hover{
	background:#821124;
}

#nav #navservices a{
	width:105px; height:38px;
	background:url(/images/nav_services.gif) no-repeat;
	display:block;
}

#nav #navservices a:hover{
	background-position:0 -38px;
}

#nav #navstudies a{
	width:135px; height:38px;
	background:url(/images/nav_studies.gif) no-repeat;
	display:block;
}

#nav #navstudies a:hover{
	background-position:0 -38px;
}

/*Studies Hover Links */

#nav #navstudies ul li a{
	background:#b41b37; color:#ffc834;
	border:1px solid #821124; border-top:1px solid #dd3e5b;
	text-align:center;
	text-decoration:none;
	font-size:0.8em;
	height:auto;
	padding:0.5em 0;
}

#nav #navstudies ul li a:hover{
	background:#821124;
}

#nav #navaffiliations a{
	width:138px; height:38px;
	background:url(/images/nav_affiliations.gif) no-repeat;
	display:block;
}

#nav #navaffiliations a:hover{
	background-position:0 -38px;
}

#nav #navcontact a{
	width:118px; height:38px;
	background:url(/images/nav_contact.gif) no-repeat;
	display:block;
}

#nav #navcontact a:hover{
	background-position:0 -38px;
}

/*Gantt Arrow */

#gantt{
	position:absolute;
	top:47px; left:115px;
	width:19px; height:11px;
	background:url(/images/gantt_arrow.gif) no-repeat;
	z-index:15;
}

#gantt-red{
	position:absolute;
	top:39px; left:115px;
	width:19px; height:11px;
	background:url(/images/gantt_arrow_red.gif) no-repeat;
	z-index:15;
}

body#idabout #gantt,
body#idabout #gantt-red{
	left:200px;
}

body#idevents #gantt,
body#idevents #gantt-red{
	left:305px;
}

body#idservices #gantt,
body#idservices #gantt-red{
	left:400px;
}

body#idstudies #gantt,
body#idstudies #gantt-red{
	left:525px;
}

body#idaffiliations #gantt,
body#idaffiliations #gantt-red{
	left:660px;
}

body#idcontact #gantt,
body#idcontact #gantt-red{
	left:790px;
}