<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 Altered for AB.com to display images with fixed width

 *******************************************************************************/


ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.MenuBarActive {
	z-index: 1000;
}
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 120px;*/
    margin-right:3px;
	float: left;
}
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	z-index: 1020;
	cursor: default;
	width: 240px;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
ul.MenuBarHorizontal ul li {
	width: 240px;
}
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
}
ul.MenuBarHorizontal ul li a, ul.MenuBarHorizontal ul li a:link, ul.MenuBarHorizontal ul li a:visited {
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: 11px 12px 12px 12px;
	color: #333;
	text-decoration: none;
	background: #ffffff url(/abcom/web/resources/images/btn/nav_dotted_line.gif) no-repeat 10px bottom;
	/*
	background-image:url(/abcom/web/resources/images/btn/nav_dotted_line.gif);
	background-repeat:no-repeat;
	background-position: 10px 35px;*/
	border-right: 1px solid #999999;
	border-left: 1px solid #cccccc;
	font-size: 12px;
}
ul.MenuBarHorizontal ul li a.mnuLast, ul.MenuBarHorizontal ul li a.mnuLast:link, ul.MenuBarHorizontal ul li a.mnuLast:visited {
	background-image: none;
}
ul.MenuBarHorizontal ul li a.mnuBottomBanner {
	padding:0;
	margin:0;
	border:0;
	background: none;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	/*background-color: #eee;*/ 
	color:#68790F;
}
ul.MenuBarHorizontal ul li a:hover {
	text-decoration:underline;
	color:#68790F;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/*_______________________________________________________________
                                                            Home*/

ul.MenuBarHorizontal a.btnHome, ul.MenuBarHorizontal a.btnHome_noDropDown_menu {
	background:url(../images/btn/btn_nav_home_off.gif) no-repeat 0 0;
	width:57px;
	height:27px;
	padding:0 0 0 0;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal a.btnHome, .images-off ul.MenuBarHorizontal a.btnHome_noDropDown_menu {
	width:57px;
	height:23px;
	text-indent:0px;
	padding:3px 0 0 0;
	text-align:center;
	color:#ccc;
}
ul.MenuBarHorizontal a.btnHomeActive {
	background:url(../images/btn/btn_nav_home_active.gif) no-repeat 0 0;
	width:57px;
	height:27px;
	text-indent:-10000px;
	padding:0 0 0 0;
}
.images-off ul.MenuBarHorizontal a.btnHomeActive {
	width:57px;
	height:23px;
	text-indent:0px;
	text-align:center;
	color:#333333;
	padding:3px 0 0;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal a.btnHomeActive:hover {
	text-decoration:none;
}
ul.MenuBarHorizontal a.btnHome:hover, /* Natalia added a.btnHome_noDropDown_menu on 050510 */ ul.MenuBarHorizontal a.btnHome_noDropDown_menu:hover {
	background:url(../images/btn/btn_nav_home_over.gif) no-repeat 0 0;
}
.images-off ul.MenuBarHorizontal a.btnHome:hover, /* Natalia added a.btnHome_noDropDown_menu on 050510 */ .images-off ul.MenuBarHorizontal a.btnHome_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	background-color:#fff;
	text-align:center;
}
/*_______________________________________________________________
                                                     Strategies*/
ul.MenuBarHorizontal li.mnuStrategies a.btnStrategies {
	background:url(../images/btn/btn_nav_strategies_off.gif) no-repeat 0 0;
	width:87px;
	height:27px;
	text-indent:-10000px;
	padding:0 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuStrategies a.btnStrategies {
	color:#cccccc;
	text-indent:0px;
	width:87px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuStrategies a.btnStrategiesActive {
	background:url(../images/btn/btn_nav_strategies_active.gif) no-repeat 0 0;
	width:87px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuStrategies a.btnStrategiesActive {
	width:87px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#fff;
}
ul.MenuBarHorizontal li.mnuStrategies a.MenuBarItemSubmenuHover {
	background:url(../images/btn/btn_nav_strategies_on.gif) no-repeat 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuStrategies a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                       Products*/
ul.MenuBarHorizontal li.mnuProducts a.btnProducts {
	background:url(../images/btn/btn_nav_products_off.gif) no-repeat 0 0;
	width:87px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuProducts a.btnProducts {
	color:#cccccc;
	text-indent:0px;
	width:87px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuProducts a.btnProductsActive {
	background:url(../images/btn/btn_nav_products_active.gif) no-repeat 0 0;
	width:87px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuProducts a.btnProductsActive {
	width:87px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuProducts a.MenuBarItemSubmenuHover {
	background:url(../images/btn/btn_nav_products_on.gif) no-repeat 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuProducts a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                   Capabilities*/

ul.MenuBarHorizontal li.mnuCapabilities a.btnCapabilities {
	background:url(../images/btn/btn_nav_capabilities_off.gif) no-repeat 0 0;
	width:95px;
	height:27px;
	text-indent:-10000px;
	padding:0 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuCapabilities a.btnCapabilities {
	color:#cccccc;
	text-indent:0px;
	width:95px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuCapabilities a.btnCapabilitiesActive {
	background:url(../images/btn/btn_nav_capabilities_active.gif) no-repeat 0 0;
	width:95px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuCapabilities a.btnCapabilitiesActive {
	width:95px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#fff;
}
ul.MenuBarHorizontal li.mnuCapabilities a.MenuBarItemSubmenuHover {
	background:url(../images/btn/btn_nav_capabilities_on.gif) no-repeat 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuCapabilities a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                    OurVision*/
ul.MenuBarHorizontal li.mnuOurVision a.btnOurVision, ul.MenuBarHorizontal li.mnuOurVision a.btnOurVision_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_ourVision_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:97px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuOurVision a.btnOurVision, .images-off ul.MenuBarHorizontal li.mnuOurVision a.btnOurVision_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:87px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
/* Natalia added over state on 041410  */
ul.MenuBarHorizontal li.mnuOurVision a.btnOurVision_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_ourVision_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuOurVision a.btnOurVision_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuOurVision a.btnOurVisionActive {
	background-image:url(../images/btn/btn_nav_ourVision_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:87px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuOurVision a.btnOurVisionActive {
	width:87px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuOurVision a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_ourVision_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuOurVision a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}													

/*_______________________________________________________________
                                                    OurApproach*/
													
ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproach, /* Natalia added a.btnOurApproach_noDropDown_menu on 041410  */ ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproach_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_ourApproach_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:107px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproach, .images-off ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproach_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:107px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
/* Natalia added over state on 041410  */
ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproach_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_ourApproach_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproach_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproachActive {
	background-image:url(../images/btn/btn_nav_ourApproach_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:107px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuOurApproach a.btnOurApproachActive {
	width:107px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuOurApproach a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_ourApproach_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuOurApproach a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                    OurSolutions*/

ul.MenuBarHorizontal li.mnuSolutions a.btnSolutions, ul.MenuBarHorizontal li.mnuSolutions a.btnSolutions_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_solutions_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:82px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuSolutions a.btnSolutions, .images-off ul.MenuBarHorizontal li.mnuSolutions a.btnSolutions_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:82px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuSolutions a.btnSolutionsActive {
	background-image:url(../images/btn/btn_nav_solutions_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:82px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuSolutions a.btnSolutionsActive {
	width:82px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuSolutions a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_solutions_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuSolutions a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/* Natalia added over state on 041410  */
ul.MenuBarHorizontal li.mnuSolutions a.btnSolutions_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_solutions_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuSolutions a.btnSolutions_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
/*_______________________________________________________________
                                                        AboutUs*/
ul.MenuBarHorizontal li.mnuAboutUs a.btnAboutUs {
	background-image:url(../images/btn/btn_nav_aboutUs_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:83px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuAboutUs a.btnAboutUsActive {
	background-image:url(../images/btn/btn_nav_aboutUs_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:83px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuAboutUs a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_aboutUs_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuAboutUs a.btnAboutUs {
	color:#cccccc;
	text-indent:0px;
	width:83px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuAboutUs a.btnAboutUsActive {
	width:83px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuAboutUs a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                          InvestorMediaRelations*/
														
ul.MenuBarHorizontal li.mnuInvestorMediaRelations a.btnInvestorMediaRelations {
	background-image:url(../images/btn/btn_nav_investorMediaRelations_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:192px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuInvestorMediaRelations a.btnInvestorMediaRelationsActive {
	background-image:url(../images/btn/btn_nav_investorMediaRelations_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:192px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuInvestorMediaRelations a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_investorMediaRelations_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuInvestorMediaRelations a.btnInvestorMediaRelations {
	color:#cccccc;
	text-indent:0px;
	width:192px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuInvestorMediaRelations a.btnInvestorMediaRelationsActive {
	width:192px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuInvestorMediaRelations a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                           ManagementGovernance*/
ul.MenuBarHorizontal li.mnuManagementGovernance a.btnManagementGovernance {
	background-image:url(../images/btn/btn_nav_managementGovernance_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:200px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuManagementGovernance a.btnManagementGovernanceActive {
	background-image:url(../images/btn/btn_nav_managementGovernance_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:200px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuManagementGovernance a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_managementGovernance_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuManagementGovernance a.btnManagementGovernance {
	color:#cccccc;
	text-indent:0px;
	width:200px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuManagementGovernance a.btnManagementGovernanceActive {
	width:200px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuManagementGovernance a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                        Careers*/
										   
ul.MenuBarHorizontal li.mnuCareers a.btnCareers, /* Natalia added a.btnCareers_noDropDown_menu on 050510 */ ul.MenuBarHorizontal li.mnuCareers a.btnCareers_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_careers_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:76px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuCareers a.btnCareers:hover, /* Natalia added over state on 050510  */ ul.MenuBarHorizontal li.mnuCareers a.btnCareers_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_careers_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul.MenuBarHorizontal li.mnuCareers a.btnCareersActive {
	background-image:url(../images/btn/btn_nav_careers_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:76px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuCareers a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_careers_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuCareers a.btnCareers, .images-off ul.MenuBarHorizontal li.mnuCareers a.btnCareers_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:76px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuCareers a.btnCareersActive {
	width:76px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuCareers a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                        Research*/
														
														
ul.MenuBarHorizontal li.mnuResearch a.btnResearch {
	background:url(../images/btn/btn_nav_research_off.gif) no-repeat 0 0;
	width:80px;
	height:27px;
	text-indent:-10000px;
	padding:0 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuResearch a.btnResearch {
	color:#cccccc;
	text-indent:0px;
	width:80px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuResearch a.btnResearchActive {
	background:url(../images/btn/btn_nav_research_active.gif) no-repeat 0 0;
	width:80px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuResearch a.btnResearchActive {
	width:80px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuResearch a.MenuBarItemSubmenuHover {
	background:url(../images/btn/btn_nav_research_on.gif) no-repeat 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuResearch a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                     Investments*/
ul.MenuBarHorizontal li.mnuInvestments a.btnInvestments {
	background-image:url(../images/btn/btn_nav_investments_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:101px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuInvestments a.btnInvestments {
	color:#cccccc;
	text-indent:0px;
	width:101px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuInvestments a.btnInvestmentsActive {
	background-image:url(../images/btn/btn_nav_investments_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:101px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuInvestments a.btnInvestmentsActive {
	width:101px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuInvestments a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_investments_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuInvestments a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                        Account*/
ul.MenuBarHorizontal li.mnuAccount a.btnAccount, /* Natalia added  on 050710  */ ul.MenuBarHorizontal li.mnuAccount a.btnAccount_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_account_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:85px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuAccount a.btnAccountActive {
	background-image:url(../images/btn/btn_nav_account_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:85px;
	height:27px;
	text-indent:-10000px;
}
/* Natalia added  on 050710  */
ul.MenuBarHorizontal li.mnuAccount a.btnAccount_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_account_over.gif);
}
ul.MenuBarHorizontal li.mnuAccount a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_account_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuAccount a.btnAccount, /* Natalia added  on 050710  */ .images-off ul.MenuBarHorizontal li.mnuAccount a.btnAccount_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:85px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuAccount a.btnAccountActive {
	width:85px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuAccount a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                SampleReporting*/
														
ul.MenuBarHorizontal li.mnuSampleReporting a.btnSampleReporting, /* Natalia added  on 050710  */ ul.MenuBarHorizontal li.mnuSampleReporting a.btnSampleReporting_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_SampleReporting_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:128px;
	height:27px;
	text-indent:-10000px;
}
/* Natalia added  on 050710  */
ul.MenuBarHorizontal li.mnuSampleReporting a.btnSampleReporting_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_SampleReporting_over.gif);
}
ul.MenuBarHorizontal li.mnuSampleReporting a.btnSampleReportingActive {
	background-image:url(../images/btn/btn_nav_SampleReporting_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:128px;
	height:27px;
	text-indent:-10000px;
}
ul.MenuBarHorizontal li.mnuSampleReporting a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_SampleReporting_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-10000px;
}
ul.MenuBarHorizontal ul.mnuAboutUs_dropDown li {
	width: 250px;
}
.images-off ul.MenuBarHorizontal li.mnuSampleReporting a.btnSampleReporting, .images-off ul.MenuBarHorizontal li.mnuSampleReporting a.btnSampleReporting_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:128px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuSampleReporting a.btnSampleReportingActive {
	width:128px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuSampleReporting a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}


/*_______________________________________________________________
                                            Sample Communications*/
														
														
ul.MenuBarHorizontal li.mnuSampleReportingDCUK a.btnSampleReportingDCUK_noDropDown_menu {
	background-image:url(../images/btn/btn_mainNav_sampleCommunications_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:178px;
	height:27px;
	text-indent:-10000px;
}

ul.MenuBarHorizontal li.mnuSampleReportingDCUK a.btnSampleReportingDCUK_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_mainNav_sampleCommunications_over.gif);
}
/*
ul.MenuBarHorizontal li.mnuSampleReportingDCUK a.btnSampleReportingDCUK {
	background-image:url(../images/btn/btn_mainNav_sampleCommunications_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:178px;
	height:27px;
	text-indent:-10000px;
}
*/


.images-off ul.MenuBarHorizontal li.mnuSampleReportingDCUK a.btnSampleReportingDCUK_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:178px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
/*
.images-off ul.MenuBarHorizontal li.mnuSampleReportingDCUK a.btnSampleReportingDCUK {
	width:178px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
*/
.images-off ul.MenuBarHorizontal li.mnuSampleReportingDCUK a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}





/*_______________________________________________________________
                                      microsite BernsteinTrading*/
									  
									  
/*_______________________________________________________________
                                                    Algotrading*/
													
ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotrading, ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotrading_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_algotrading_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:151px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotrading, .images-off ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotrading_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:151px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotrading_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_algotrading_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotrading_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotradingActive {
	background-image:url(../images/btn/btn_nav_Algotrading_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:151px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuAlgotrading a.btnAlgotradingActive {
	width:151px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
/*
ul.MenuBarHorizontal li.mnuAlgotrading a.MenuBarItemSubmenuHover{
	background-image:url(../images/btn/btn_nav_Algotrading_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/	
.images-off ul.MenuBarHorizontal li.mnuAlgotrading a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                    Derivatives*/
													
ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivatives, ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivatives_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_derivatives_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:89px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivatives, .images-off ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivatives_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:89px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivatives_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_derivatives_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivatives_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivativesActive {
	background-image:url(../images/btn/btn_nav_Derivatives_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:89px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuDerivatives a.btnDerivativesActive {
	width:89px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
/*
ul.MenuBarHorizontal li.mnuDerivatives a.MenuBarItemSubmenuHover{
	background-image:url(../images/btn/btn_nav_Derivatives_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/	
.images-off ul.MenuBarHorizontal li.mnuDerivatives a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                 Program Trading*/
													
ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTrading, ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTrading_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_tradingPrgrm_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:130px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTrading, .images-off ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTrading_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:130px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTrading_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_tradingPrgrm_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTrading_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTradingActive {
	background-image:url(../images/btn/btn_nav_tradingPrgrm_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:130px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuProgramTrading a.btnProgramTradingActive {
	width:130px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
/*
ul.MenuBarHorizontal li.mnuProgramTrading a.MenuBarItemSubmenuHover{
	background-image:url(../images/btn/btn_nav_tradingPrgrm_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/	
.images-off ul.MenuBarHorizontal li.mnuProgramTrading a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                 Sector Trading*/
													
ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTrading, ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTrading_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_tradingSector_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:112px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTrading, .images-off ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTrading_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:112px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTrading:hover {
	background-image:url(../images/btn/btn_nav_tradingSector_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTrading:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTradingActive {
	background-image:url(../images/btn/btn_nav_tradingSector_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:112px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuSectorTrading a.btnSectorTradingActive {
	width:112px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuSectorTrading a.MenuBarItemSubmenuHover {
	background-image:url(../images/btn/btn_nav_tradingSector_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.images-off ul.MenuBarHorizontal li.mnuSectorTrading a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                                Trading Strategy*/
													
ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategy, ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategy_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_tradingStrategy_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:125px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategy, .images-off ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategy_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:125px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategy_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_tradingStrategy_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategy_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategyActive {
	background-image:url(../images/btn/btn_nav_tradingStrategy_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:125px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuTradingStrategy a.btnTradingStrategyActive {
	width:125px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuTradingStrategy a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                  END microsite BernsteinTrading*/




/*_______________________________________________________________
                                      				microsite RIA*/
									  
/*_______________________________________________________________
                                               PracticeManagement*/
													
ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagement, ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagement_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_practiceManagement_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:153px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagement, .images-off ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagement_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:153px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagement_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_practiceManagement_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagement_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagementActive {
	background-image:url(../images/btn/btn_nav_practiceManagement_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:153px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuPracticeManagement a.btnPracticeManagementActive {
	width:153px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuPracticeManagement a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                               		RIA	Research*/
													
ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearch, ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearch_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_riaResearch_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:76px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearch, .images-off ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearch_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:76px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearch_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_riaResearch_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearch_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearchActive {
	background-image:url(../images/btn/btn_nav_riaResearch_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:76px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuRiaResearch a.btnRiaResearchActive {
	width:76px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuRiaResearch a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                        RIA	EconomicPerspective*/
													
ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectives, ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectives_noDropDown_menu {
	background-image:url(../images/btn/btn_nav_RiaEcoPerspectives_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:154px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectives, .images-off ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectives_noDropDown_menu {
	color:#cccccc;
	text-indent:0px;
	width:154px;
	height:23px;
	text-align:center;
	padding:3px 0 0 0;
}
ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectives_noDropDown_menu:hover {
	background-image:url(../images/btn/btn_nav_RiaEcoPerspectives_over.gif);
}
.images-off ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectives_noDropDown_menu:hover {
	color:#333;
	text-decoration:none;
	text-align:center;
	background:#F4F4F4;
}
ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectivesActive {
	background-image:url(../images/btn/btn_nav_RiaEcoPerspectives_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:154px;
	height:27px;
	text-indent:-10000px;
}
.images-off ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.btnRiaEcoPerspectivesActive {
	width:154px;
	height:23px;
	text-indent:0px;
	text-align:center;
	padding:3px 0 0 0;
	color:#333333;
	background-color:#F4F4F4;
}
.images-off ul.MenuBarHorizontal li.mnuRiaEcoPerspectives a.MenuBarItemSubmenuHover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
}
/*_______________________________________________________________
                                      			END	microsite RIA*/		








/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
 filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE from parsing */
@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #000;/*background-image:url(../images/bg/spacer.gif); */
}
}
</pre></body></html>