/* TOP MENU
ul#menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 47px;
	overflow:hidden;
}
ul#menu li {
	list-style-type:none;
	float:left;
	display:inline;
	padding: 0px;
	margin: 0px;
}
  */
.menu {
	position:absolute;
	top: 90px;
	left: 7px;
	z-index:71;
	border: 0px;
	border-bottom: 1px solid #fff;
	width: 971px;
	padding: 0px;
	margin: 0px;
	height: 36px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:971px; 
	w\idth:971px;
	z-index:71;
	border: 0px;
	line-height: 36px;
	border-bottom: none;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	text-align: left;
	border-top: 1px solid #FFF;
	/* opacity:.90; filter: alpha(opacity=90); -moz-opacity:.90; */
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position: relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	border:0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	text-decoration:none;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: url(../images/nav-flyoutbgtop.gif) top right no-repeat;
	text-decoration:none;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background: url(../images/nav-flyoutbgv.gif) top right no-repeat;
}
.menu ul ul :hover > a.drop {
	background: url(../images/nav-flyoutbgtop.gif) top right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#2f444e;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: #2f444e;
}


/* hide the sub levels and give them a positon absolute so that they take up no room // background:#dde0e0; */
.menu ul ul {
	/* display: none; */
	visibility: hidden;
	position:absolute;
	/* text-transform: uppercase;
	font-size: 10px; */
	left: 0px;
	top: 36px;
	padding-top: 5px;
	width: 194px;
	height: 131px;
	background: #15484a;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	overflow:hidden;
}
.menu ul ul#sub_contactus {
	/* display: none; */
	width: 144px;
	left: -42px;
}
.menu ul ul#sub_industry {
	/* display: none; */
	width: 190px;
	left: -5px;
}
.menu ul ul#sub_investorrelations {
	/* display: none; */
	left: -52px;
}
.menu ul ul#col2_pubsandpress {
	/* display: none; */
	border-left: 1px solid #4e7278;
	left: 194px;
}
.menu ul ul#col2_investorrelations {
	/* display: none; */
	border-left: 1px solid #4e7278;
	left: 142px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:36px;
	t\op:36px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:122px;
	top:0px;
	width:122px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-122px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color: #FFF;
	height: auto; 
	line-height: 1em; 
	padding: 5px 10px 3px 12px; 
	width:170px;
	border: none; 
	text-decoration:none; 
}
/* style the second level on links */
.menu ul ul a.on, .menu ul ul a.on:visited {
	color: #f79c00;  
	height: auto; 
	line-height: 1em; 
	padding: 5px 10px 4px 12px; 
	width:170px;
	border: none; 
	text-decoration:none; 
}
/* yet another hack for IE5.5 */
* html .menu ul ul a {
	width:170px; 
	w\idth:170px; 
	text-decoration:none;
}

/* style the top level hover * html .menu ul ul a:visited */
.menu a:hover, .menu ul ul a:hover {
	color: #f79c00; 
	background: none; 
	text-decoration:none;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#f79c00;
	background: none; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
h1 {
	font-family: Frutiger, 'Frutiger', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #22324d;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
}