/* css for main navigation -------------------------------------------------------------------------------------- */
#main-nav-container {
	position: relative;
	width: 100%;
	z-index: 200;
	background: url(/images/bg-nav.gif) repeat-x center;
	}
#main-nav {
	position: relative;
	margin: 0 auto 0 auto;
	width: 988px;
	height: 82px;
	z-index: 200;
	background: url(/images/bg-nav2.gif) no-repeat bottom;
	}
/* drop down about */
#dropdown-about {
	position: absolute; 
	top: 0px; 
	left: 28px; 
	display: none; 
	}
#dropdown-about-content {
	position: relative; 
	padding: 15px 0 0 428px; 
	width: 506px; 
	height: 78px; 
	background: #35715b url(/images/dropdown-home-contact.gif) no-repeat; 
	color: #fff;
	}	
/* drop down exams */
#dropdown-exams {
	position: absolute; 
	top: 0px; 
	left: 28px; 
	display: none; 
	}
#dropdown-exams-content {
	position: relative; 
	padding: 15px 0 0 428px; 
	width: 506px; 
	height: 128px; 
	background: #35715b url(/images/dropdown-home-exams.gif) no-repeat; 
	color: #fff;
	}		
/* drop down staff */
#dropdown-staff {
	position: absolute; 
	top: 0px; 
	left: 28px; 
	display: none; 
	}
#dropdown-staff-content {
	position: relative; 
	padding: 15px 0 0 428px; 
	width: 506px; 
	height: 105px; 
	background: #35715b url(/images/dropdown-home-staff.gif) no-repeat; 
	color: #fff;
	}	
/* drop down contact */
#dropdown-contact {
	position: absolute; 
	top: 0px; 
	left: 28px; 
	display: none; 
	}
#dropdown-contact-content {
	position: relative; 
	padding: 15px 0 0 428px; 
	width: 506px; 
	height: 78px; 
	background: #35715b url(/images/dropdown-home-financial.gif) no-repeat; 
	color: #fff;
	}	
/* drop down news */
#dropdown-news {
	position: absolute; 
	top: 0px; 
	left: 28px; 
	display: none; 
	}
#dropdown-news-content {
	position: relative; 
	padding: 15px 0 0 428px; 
	width: 506px; 
	height: 105px; 
	background: #35715b url(/images/dropdown-home-news.gif) no-repeat; 
	color: #fff;
	}	
/* drop down career */
#dropdown-career {
	position: absolute; 
	top: 0px; 
	left: 28px; 
	display: none; 
	}
#dropdown-career-content {
	position: relative; 
	padding: 15px 0 0 428px; 
	width: 506px; 
	height: 105px; 
	background: #35715b url(/images/dropdown-home-career.gif) no-repeat; 
	color: #fff;
	}	
/* drop down - all modules */
.dropdown-nav {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	}
ul.border {
	width: 423px; 
	height: 26px; 
	border-bottom: 1px solid #9ab8ad;
	}
ul.border-2col {
	width: 423px; 
	}
ul.border-short {
	margin: 0 8px 0 0;
	width: 203px; 
	height: 26px; 
	border-bottom: 1px solid #9ab8ad;
	}
ul.last {
	border-bottom: 0px;
	}
ul.border li.left {
	padding: 4px 0 0 0;
	}	
ul.border li.right {
	float: right;
	}	
ul.border li a,
ul.border li a:visited,
ul.border li a:active,
ul.border-short li a,
ul.border-short li a:visited,
ul.border-short li a:active {
	padding: 4px 0 0 0;
	color: #9ab8ad;
	font-weight: bold;
	}
ul.border li a:hover,
ul.border-short li a:hover {
	color: #fff;
	}
ul.border li a.go,
ul.border li a.go:visited,
ul.border li a.go:active {
	width: 423px;
	height: 22px;
	display: block;
	color: #9ab8ad;
	font-weight: bold;
	background: url(/images/btn-go-off.gif) no-repeat right; 
	}
ul.border-short li a.go,
ul.border-short li a.go:visited,
ul.border-short li a.go:active {
	width: 203px;
	height: 22px;
	display: block;
	color: #9ab8ad;
	font-weight: bold;
	background: url(/images/btn-go-off.gif) no-repeat right; 
	}
ul.border li a.go:hover,
ul.border-short li a.go:hover {
	color: #fff;
	background: url(/images/btn-go.gif) no-repeat right; 
	}
.question-mark {
	position: absolute; 
	top: 14px; 
	right: 14px;
	}

