/*@charset "UTF-8";*/

.GlobalBarBackground {
	background-image: url(/assets/images/globalbar/GlobalBarBGEABackground.gif);
	background-repeat: repeat-x;
	/*background-color:#25629a;*/
	position:relative;
	z-index:50000;
}
.GlobalBar {
	margin: auto;
	width: 940px;
	height:40px;
	font-family:Tahoma;
	font-size: 11px !important;
}
.GlobalBarDropDown {
	float: right;
	width: 250px;
	margin-top: 12px;
	/*display:table;*/
	background-color: #3770a5;

}
.GlobalBarDropDownMenu {
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
/*	font-family:Tahoma;
	font-size: 11px;*/
	color: #ABC2D7;
	width: 238px;
	margin: auto;
	background-color: #3770a5;
	border: 1px solid #4e89c1;
	padding-right: 5px;
	padding-left: 5px;
	position:absolute;
	z-index:51000;
	
	opacity:.92;
	filter:alpha(opacity=92);
/*	color: #ABC2D7;
	width: 238px;
	margin: auto;
	background-color: #3770a5;
	border: 1px solid #4e89c1;
	padding-right: 5px;
	padding-left: 5px;
	position:absolute;
	z-index:40000;*/
/*	visibility:hidden;*/
/*	visibility:visible;*/
/*	display:none;*/
}
.GlobalBarDropDownMenu p {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4e89c1;
/*	border-bottom-color: #ffffff;*/
	padding-bottom: 5px;
	/*background-color: #3770a5;*/
	background-color:inherit;
}
.GlobalBarDropDownMenu p.alt {
	border-bottom-style: none;
/*	font-size: 11px;*/
	padding-top: 1px;
	padding-bottom: 3px;
	/*background-color: #3770a5;*/
	background-color:inherit;
}
.GlobalBarDropDownMenu a:link {
	color: #ABC2D7;
/*	color:#ffffff;*/
	font-weight:normal;
	text-decoration: none;
}
.GlobalBarDropDownMenu a:visited {
	color: #ABC2D7;
/*	color:#ffffff;*/
	font-weight:normal;
	text-decoration: none;
}
.GlobalBarDropDownMenu a:hover {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
.GlobalBarDropDownMenu a:active {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
