﻿@charset "UTF-8";

/* Hack for IE 6 */
body { behavior:url("csshover.htc"); }

#NavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939598;
	float: left;
}
#NavBar ul {
	width: 886px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	white-space: nowrap;
}
#NavBar li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
#NavBar ul ul {
	display: none;
	line-height: 24px;
	margin-top: 34px;
}

/* Controls position and hover of subnav: About Us */

#NavBar ul.level1 li.AboutUs:hover ul.AboutUsSub {
	display: block;
}
#NavBar .AboutUs .AboutUsSub {
	float: left;
	width: 582px;
}
#NavBar .AboutUs .AboutUsSub a {
	color: #939598;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
}
#NavBar .AboutUs .AboutUsSub a:hover {
	color: #f58026;
}

/* Controls position and hover of subnav: Services */

#NavBar ul.level1 li.Services:hover ul.ServicesSub {
    display: block;
}
#NavBar .Services .ServicesSub {
    float: left;
    width: 620px;
   position: absolute;
    left: -145px;

}
#NavBar .Services .ServicesSub a {
	color: #939598;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
}
#NavBar .Services .ServicesSub a:hover {
	color: #f58026;
}

/* Controls position and hover of subnav: Events */

#NavBar ul.level1 li.Events:hover ul.EventsSub {
	display: block;
}
#NavBar .Events .EventsSub {
	float: left;
	width: 886px;
	position: absolute;
	left: -100px;
}
#NavBar .Events .EventsSub a {
	color: #939598;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
}
#NavBar .Events .EventsSub a:hover {
	color: #f58026;
}

/* Controls position and hover of subnav: Publications */

#NavBar ul.level1 li.Publications:hover ul.PublicationsSub {
	display: block;
}
#NavBar .Publications .PublicationsSub {
	float: left;
	width: 400px;
	position: absolute;
	left: 0px;
}
#NavBar .Publications .PublicationsSub a {
	color: #939598;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
}
#NavBar .Publications .PublicationsSub a:hover {
	color: #f58026;
}

/* Controls position and hover of subnav: Education */

#NavBar ul.level1 li.Education:hover ul.EducationSub {
	display: block;
}
#NavBar .Education .EducationSub {
	float: left;
	width: 600px;
	position: absolute;
	left: -430px;
}
#NavBar .Education .EducationSub a {
	color: #939598;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
}
#NavBar .Education .EducationSub a:hover {
	color: #f58026;
}
