@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 166px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 166px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1100;
	cursor: default;
	width: 166px;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 166px;
	background-image: url(../images/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	text-transform: uppercase;
	color: #474747;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/management_team_over.gif);
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}




/*******************************************************************************

 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.MenuBarVertical 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 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
ul.MenuBarVertical li#investor a,ul.MenuBarVertical li#press a,ul.MenuBarVertical li#events a,ul.MenuBarVertical li#governance a,ul.MenuBarVertical li#financial a,ul.MenuBarVertical li#stock a,ul.MenuBarVertical li#faq a,ul.MenuBarVertical li#contact a{
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
}
ul.MenuBarVertical  li#investor a  {
	background-image: url(../images/investor.gif);
}
ul.MenuBarVertical   li#investor  a:hover,div.investorPage   ul.MenuBarVertical li#investor a  {
	background-image: url(../images/investor_over.gif);
}
ul.MenuBarVertical  li#press a  {
	background-image: url(../images/press.gif);
}
ul.MenuBarVertical   li#press  a:hover,div.pressPage   ul.MenuBarVertical li#press a  {
	background-image: url(../images/press_over.gif);
}
ul.MenuBarVertical  li#events a  {
	background-image: url(../images/eventss.gif);
}
ul.MenuBarVertical   li#events  a:hover,div.eventsPage   ul.MenuBarVertical li#events a  {
	background-image: url(../images/eventss_over.gif);
}
ul.MenuBarVertical  li#governance  a, ul.MenuBarVertical li#governance {
	background-image: url(../images/governances.gif);
	height: 37px;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}
ul.MenuBarVertical   li#governance  a:hover      {
	background-image: url(../images/governances_over.gif);
	height: 37px;
	background-repeat: no-repeat;
}
ul.MenuBarVertical  li#governance:hover , div.governancePage ul.MenuBarVertical  li#governance  a,  div.governancePage ul.MenuBarVertical  li#governance{
	background-image: url(../images/governances_over.gif);
	height: 160px;
	background-repeat: no-repeat;
}

div.governancePage ul.MenuBarVertical  li#governance li#executive a, div.governancePage ul.MenuBarVertical  li#governance li#executive {
	background-image: url(../images/executiveteam.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#executivehover a{
	background-image: url(../images/executiveteam_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#executive a:hover, div.governancePage ul.MenuBarVertical  li#governance li#executive:hover {
	background-image: url(../images/executiveteam_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.governancePage ul.MenuBarVertical  li#governance li#team a, div.governancePage ul.MenuBarVertical  li#governance li#team {
	background-image: url(../images/boardofdirectors.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#teamhover a {
	background-image: url(../images/boardofdirectors_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#team a:hover, div.governancePage ul.MenuBarVertical  li#governance li#team:hover {
	background-image: url(../images/boardofdirectors_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.governancePage ul.MenuBarVertical  li#governance li#committees a, div.governancePage ul.MenuBarVertical  li#governance li#committees {
	background-image: url(../images/committees.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#committeeshover a {
	background-image: url(../images/committees_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#committees a:hover, div.governancePage ul.MenuBarVertical  li#governance li#committees:hover {
	background-image: url(../images/committees_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.governancePage ul.MenuBarVertical  li#governance li#contboard a, div.governancePage ul.MenuBarVertical  li#governance li#contboard {
	background-image: url(../images/contactboard.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#contboardhover a {
	background-image: url(../images/contactboard_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#contboard a:hover, div.governancePage ul.MenuBarVertical  li#governance li#contboard:hover {
	background-image: url(../images/contactboard_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.governancePage ul.MenuBarVertical  li#governance li#insider a, div.governancePage ul.MenuBarVertical  li#governance li#insider {
	background-image: url(../images/insider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#insiderhover a {
	background-image: url(../images/insider_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#insider a:hover, div.governancePage ul.MenuBarVertical  li#governance li#insider:hover {
	background-image: url(../images/insider_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.governancePage ul.MenuBarVertical  li#governance li#insiderown a, div.governancePage ul.MenuBarVertical  li#governance li#insiderown {
	background-image: url(../images/insiderown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#insiderownhover a {
	background-image: url(../images/insiderown_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.governancePage ul.MenuBarVertical  li#governance li#insiderown a:hover, div.governancePage ul.MenuBarVertical  li#governance li#insiderown:hover {
	background-image: url(../images/insiderown_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

ul.MenuBarVertical   li#governance   li   a,ul.MenuBarVertical li#governance li a:hover {
	height: 37px;
}
ul.MenuBarVertical  li#financial  a, ul.MenuBarVertical li#financial {
	background-image: url(../images/financials.gif);
	height: 37px;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}
ul.MenuBarVertical   li#financial  a:hover      {
	background-image: url(../images/financials_over.gif);
	height: 37px;
	background-repeat: no-repeat;
}
ul.MenuBarVertical  li#financial:hover , div.financialPage ul.MenuBarVertical  li#financial  a,  div.financialPage ul.MenuBarVertical  li#financial{
	background-image: url(../images/financials_over.gif);
	height: 120px;
	background-repeat: no-repeat;
}

div.financialPage ul.MenuBarVertical  li#financial li#sec a, div.financialPage ul.MenuBarVertical  li#financial li#sec {
	background-image: url(../images/sec.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#sechover a {
	background-image: url(../images/sec_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#sec a:hover, div.financialPage ul.MenuBarVertical  li#financial li#sec:hover {
	background-image: url(../images/sec_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.financialPage ul.MenuBarVertical  li#financial li#annual a, div.financialPage ul.MenuBarVertical  li#financial li#annual {
	background-image: url(../images/annual.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#annualhover a {
	background-image: url(../images/annual_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#annual a:hover, div.financialPage ul.MenuBarVertical  li#financial li#annual:hover {
	background-image: url(../images/annual_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.financialPage ul.MenuBarVertical  li#financial li#quarterly a, div.financialPage ul.MenuBarVertical  li#financial li#quarterly {
	background-image: url(../images/quarterly.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#quarterly a:hover, div.financialPage ul.MenuBarVertical  li#financial li#quarterly:hover {
	background-image: url(../images/quarterly_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#quarterlyhover a {
	background-image: url(../images/quarterly_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.financialPage ul.MenuBarVertical  li#financial li#ratios a, div.financialPage ul.MenuBarVertical  li#financial li#ratios {
	background-image: url(../images/ratios.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#ratioshover a {
	background-image: url(../images/ratios_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.financialPage ul.MenuBarVertical  li#financial li#ratios a:hover, div.financialPage ul.MenuBarVertical  li#financial li#ratios:hover {
	background-image: url(../images/ratios_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

ul.MenuBarVertical   li#financial   li   a,ul.MenuBarVertical li#financial li a:hover {
	height: 37px;
}
ul.MenuBarVertical  li#stock  a, ul.MenuBarVertical li#stock {
	background-image: url(../images/stock.gif);
	height: 37px;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}
ul.MenuBarVertical   li#stock  a:hover      {
	background-image: url(../images/stock_over.gif);
	height: 37px;
	background-repeat: no-repeat;
}
ul.MenuBarVertical  li#stock:hover , div.stockPage ul.MenuBarVertical  li#stock  a,  div.stockPage ul.MenuBarVertical  li#stock{
	background-image: url(../images/stock_over.gif);
	height: 140px;
	background-repeat: no-repeat;
}

div.stockPage ul.MenuBarVertical  li#stock li#historic a, div.stockPage ul.MenuBarVertical  li#stock li#historic {
	background-image: url(../images/historic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#historichover a {
	background-image: url(../images/historic_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#historic a:hover, div.stockPage ul.MenuBarVertical  li#stock li#historic:hover {
	background-image: url(../images/historic_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.stockPage ul.MenuBarVertical  li#stock li#calculator a, div.stockPage ul.MenuBarVertical  li#stock li#calculator {
	background-image: url(../images/calculator.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#calculatorhover a {
	background-image: url(../images/calculator_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#calculator a:hover, div.stockPage ul.MenuBarVertical  li#stock li#calculator:hover {
	background-image: url(../images/calculator_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.stockPage ul.MenuBarVertical  li#stock li#dividend a, div.stockPage ul.MenuBarVertical  li#stock li#dividend {
	background-image: url(../images/dividend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#dividendhover a {
	background-image: url(../images/dividend_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#dividend a:hover, div.stockPage ul.MenuBarVertical  li#stock li#dividend:hover {
	background-image: url(../images/dividend_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.stockPage ul.MenuBarVertical  li#stock li#analyst a, div.stockPage ul.MenuBarVertical  li#stock li#analyst {
	background-image: url(../images/analyst.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#analysthover a {
	background-image: url(../images/analyst_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#analyst a:hover, div.stockPage ul.MenuBarVertical  li#stock li#analyst:hover {
	background-image: url(../images/analyst_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

div.stockPage ul.MenuBarVertical  li#stock li#ownership a, div.stockPage ul.MenuBarVertical  li#stock li#ownership {
	background-image: url(../images/ownership.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#ownershiphover a {
	background-image: url(../images/ownership_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
div.stockPage ul.MenuBarVertical  li#stock li#ownership a:hover, div.stockPage ul.MenuBarVertical  li#stock li#ownership:hover {
	background-image: url(../images/ownership_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

ul.MenuBarVertical   li#stock   li   a,ul.MenuBarVertical li#stock li a:hover {
	height: 37px;
}

ul.MenuBarVertical li#faq a {
	background-image: url(../images/faq.gif);
}
ul.MenuBarVertical  li#faq  a:hover,div.faqPage ul.MenuBarVertical li#faq a   {
	background-image: url(../images/faq_over.gif);
}
ul.MenuBarVertical li#contact a {
	background-image: url(../images/contact.gif);
}
ul.MenuBarVertical  li#contact  a:hover,div.contactPage ul.MenuBarVertical li#contact a   {
	background-image: url(../images/contact_over.gif);
}
ul.MenuBarVertical ul li a {
	padding: 3px;
	height: 31px;
}

ul.MenuBarVertical ul li#executive a {
	background-image: url(../images/executiveteam.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#executive a:hover {
	background-image: url(../images/executiveteam_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#team a {
	background-image: url(../images/boardofdirectors.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#team a:hover {
	background-image: url(../images/boardofdirectors_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#committees a {
	background-image: url(../images/committees.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#committees a:hover {
	background-image: url(../images/committees_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#contboard a {
	background-image: url(../images/contactboard.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#contboard a:hover {
	background-image: url(../images/contactboard_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#insider a {
	background-image: url(../images/insider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#insider a:hover {
	background-image: url(../images/insider_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#insiderown a {
	background-image: url(../images/insiderown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#insiderown a:hover {
	background-image: url(../images/insiderown_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#sec a {
	background-image: url(../images/sec.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#sec a:hover {
	background-image: url(../images/sec_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#annual a {
	background-image: url(../images/annual.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#annual a:hover {
	background-image: url(../images/annual_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#quarterly a {
	background-image: url(../images/quarterly.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#quarterly a:hover {
	background-image: url(../images/quarterly_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#ratios a {
	background-image: url(../images/ratios.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#ratios a:hover {
	background-image: url(../images/ratios_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#historic a {
	background-image: url(../images/historic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#historic a:hover {
	background-image: url(../images/historic_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#calculator a {
	background-image: url(../images/calculator.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#calculator a:hover {
	background-image: url(../images/calculator_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#dividend a {
	background-image: url(../images/dividend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#dividend a:hover {
	background-image: url(../images/dividend_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#analyst a {
	background-image: url(../images/analyst.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#analyst a:hover {
	background-image: url(../images/analyst_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

ul.MenuBarVertical ul li#ownership a {
	background-image: url(../images/ownership.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#ownership a:hover {
	background-image: url(../images/ownership_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

.dd {
        height: 37px;
        m: expression(this.onmouseover =  new Function("this.className = 'dd-hover';"));
    }
.dd:hover,
.dd-hover {
       height: 70px;
       m: expression(this.onmouseout = new Function("this.className = 'dd';"));
 }
div.governancePage ul.MenuBarVertical li#governance a, div.governancePage ul.MenuBarVertical li#governance a:hover
{
	overflow: hidden;
	height: 37px;
	padding: 0px;
	margin: 0px;
}
div.financialPage ul.MenuBarVertical li#financial a, div.financialPage ul.MenuBarVertical li#financial a:hover
{
	overflow: hidden;
	height: 37px;
	padding: 0px;
	margin: 0px;
}
div.stockPage ul.MenuBarVertical li#stock a, div.stockPage ul.MenuBarVertical li#stock a:hover
{
	overflow: hidden;
	height: 37px;
	padding: 0px;
	margin: 0px;
}
