/* CSS Document */

#topNaviLine{
	position:absolute;
	width:715px;
	height:1px;
	left:0px;
	top:0px;
}
#topNavi{
	width: 691px;
	height: 22px;
    margin: 0px;
	padding: 0;
    position: relative;
	left: 12px;
	top: 1px;
}
#topNavi li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
}
#topNavi li,
#topNavi a {
    height: 22px; 
	display: block;
}
#homeLink_active,
#homeLink{
	width:52px;
	left:0px;
}

#aboutLink_active,
#aboutLink{
	width:74px;
	left:54px;
}
#newsLink_active,
#newsLink{
	width:58px;
	left:130px;
}
#recruitmentLink_active,
#recruitmentLink{
	width:90px;
	left:190px;
}
#locationLink_active,
#locationLink{
	width:79px;
	left:282px;
}
#contactLink_active,
#contactLink{
	width:86px;
	left:363px;
}
#groupLink{
	width:59px;
	left:632px;
}

#ogilvieLogo{
	position:absolute;
	left:479px;
	top:35px;
	width:144px;
	height:45px;
}
.hideDot{
	list-style-type: none; 	
 }
.hide{
 	display:none;
	position:relative;
	left:-1000000000px;
}