/* @group overlay */
a#open_overlay a:hover {
	border: none;
	text-decoration: none;
}
#overlay_bg {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(/images/global/overlay/overlay_bg.png);
	display:none;
	z-index:80;
}
#overlay_menu {
	width:100%;
	position:absolute;
	top:42px;
	height:202px;
	background-color:black;
	z-index:90;
	display:none;
}
#overlay_menu #overlay_inner {
	position:relative;
	left:50%;
	width:940px;
	margin-left:-451px;
}
#overlay_menu #menu_container_advance {
  width:231px;
	background-position:-0px -0px;
	height:168px;
	margin-top:20px;
	background-image:url(/images/global/overlay/overlay_bg.gif);
	float:left;
}
#overlay_menu #menu_container_advance.hovered {
	text-decoration:underline;
	background-position:-0px -168px;
}

#overlay_menu #menu_container_inspire {
	background-position:-232px -0px;
	height:168px;
	margin-top:20px;
	background-image:url(/images/global/overlay/overlay_bg.gif);
	float:left;
}
#overlay_menu #menu_container_inspire.hovered {
	text-decoration:underline;
	background-position:-232px -168px;
}
#overlay_menu #menu_container_extend {
	background-position:-465px -0px;
	height:168px;
	margin-top:20px;
	background-image:url(/images/global/overlay/overlay_bg.gif);
	float:left;
}
#overlay_menu #menu_container_extend.hovered {
	text-decoration:underline;
	background-position:-465px -168px;
}
#overlay_menu #menu_container_engage {
	width:234px;
	background-position:-698px -0px;
	height:168px;
	margin-top:20px;
	background-image:url(/images/global/overlay/overlay_bg.gif);
	float:left;
}
#overlay_menu #menu_container_engage.hovered {
	text-decoration:underline;
	background-position:-698px -168px;
}
#overlay_menu a {
	display:block;
	width:155px;
	height:58px;
	padding:110px 0px 0px 77px;
	background-image:url(/images/global/overlay/overlay_logos.gif);
	background-repeat:no-repeat;
}
#overlay_menu a {
	text-decoration:none;
	border:none;
	font-weight:bold;
	font-size:1.2em;
}
#overlay_menu a:hover {text-decoration:underline;}
#overlay_menu a span {display:none;}
#overlay_menu #menu_container_engage a {
	color:#0094ce;
	background-position:17px 68px;
}
#overlay_menu #menu_container_inspire a {
	color:#aa276b;
	background-position:-213px 68px;
}
#overlay_menu #menu_container_extend a {
	color:#99e80f;
	background-position:-448px 68px;
}
#overlay_menu #menu_container_advance a {
	color:#da4e18;
	background-position:-680px 68px;
}
#overlay_menu #overlay_inner a#close_link {
	width:136px;
	height:23px;
	background:url(/images/global/overlay/close_link.gif) top center no-repeat;
	text-indent:-9999px;
	left:800px;
	top:-23px;
	padding:0px;
	position:absolute;
	outline:none;
}
#overlay_menu #overlay_inner a#close_link:hover {background-position:bottom;}
#overlay_menu #overlay_inner a#back_to_viget {
	width:151px;
	height:23px;
	background:url(/images/global/overlay/back_to_viget.gif) bottom center no-repeat;
	text-indent:-9999px;
	left:0px;
	top:-23px;
	padding:0px;
	position:absolute;
	outline:none;
}
#overlay_menu #overlay_inner a#back_to_viget:hover {background-position:top;}
/* @end */


