﻿/* Top Links */
ul.topLinks {
	position: absolute;
	top: 11px;
	right: 24px;
}
ul.topLinks li {
	float: left;
	padding: 0 0 0 10px;
}
ul.topLinks li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	opacity: 0.70; /* Mozilla New */
	-moz-opacity: 0.70; /* Mozilla Old */
	-khtml-opacity: 0.70; /* Safari */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
	filter: alpha(opacity=70); /* IE */
}

/* Main Menu */
.toprow_cont .top, .toprow_contHome .top {
	text-align: left;
	/*width: 1219px;*/
	height: 75px;
	margin: 0 auto;
	position: relative;
	/*background: url(/web/design/img/top-bg.png) repeat-x;*/
	z-index: 9999;
}
.logoLink {
	display:block;
	width: 132px;
	height: 32px;
	position: absolute;
	top: 21px;
	left: 21px;
}
.logoLink img {
	display: block;
}
.topMenu_cont {
	position: absolute;
	top: 36px;
	right: 145px;
}
.topMenuItem {
	margin-right: 6px;
	float: left;
	position: relative;
}
.topMenuItem a.topLevel {
	font-size: 14px;
	color: #E3E4DE;
	text-transform: uppercase;
	text-decoration: none;
	height: 22px;
	padding: 0;
	float: left;
	position: relative;
}
.topMenuItem a.topLevel img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.topMenuItem a.aboutus {
	/*text-indent: -9999px;*/
	width: 96px;
	/*background: url(/web/design/img/nav-aboutus-bg.png) no-repeat;*/
}
.topMenuItem a.aboutus img {
	width: 96px;
	height: 22px;
}
.topMenuItem a.whyJoinTheTeam {
	/*text-indent: -9999px;*/
	width: 169px;
	/*background: url(/web/design/img/nav-whyJoinTheTeam-bg.png) no-repeat;*/
}
.topMenuItem a.whyJoinTheTeam img {
	width: 169px;
	height: 22px;
}
.topMenuItem a.ourTeams {
	/*text-indent: -9999px;*/
	width: 106px;
	/*background: url(/web/design/img/nav-ourTeams-bg.png) no-repeat;*/
}
.topMenuItem a.ourTeams img {
	width: 106px;
	height: 22px;
}
.topMenuItem a.graduates {
	/*text-indent: -9999px;*/
	width: 95px;
	/*background: url(/web/design/img/nav-graduates-bg.png) no-repeat;*/
}
.topMenuItem a.graduates img {
	width: 95px;
	height: 22px;
}
.topMenuItem a.gallery {
	/*text-indent: -9999px;*/
	width: 89px;
	/*background: url(/web/design/img/nav-gallery-bg.png) no-repeat;*/
}
.topMenuItem a.gallery img {
	width: 89px;
	height: 22px;
}

.topMenuItem a.move {
	/*text-indent: -9999px;*/
	width: 67px;
	/*background: url(/web/design/img/nav-graduates-bg.png) no-repeat;*/
}
.topMenuItem a.move img {
	width: 67px;
	height: 22px;
}


.topMenuItem a span {
	display: block;
}
.topMenuItem a:hover {
}
.topMenuItem a:hover span {
}
.topMenuItem ul {
	display: none;
	width: 200px;
	padding: 5px 0 11px 12px;
	position: absolute;
	top: 22px;
	left: 0px;
	background: url(/web/design/img/mainNavDropdown-bg.png) repeat-y;
	z-index: 99;
}
.topMenuItem ul li a {
	font-size: 12px;
	color: #3B8BF4;
	text-transform: none;
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 8px 0 7px 0;
	border-bottom: 1px solid #DFECFF;
}
.topMenuItem ul li a span {
	display: block;
}
.topMenuItem ul li a:hover {
	text-decoration: underline;
	background: none;
}
