#menu {
list-style: none;
margin-top: 62px;
margin-left: 9px;
left: 0;
float: left;
padding: 0;
font-family: MyriadProRegular;
font-size: 13px;
color: #979797;
}

/* menu items aligned to the left and space them with a margin-right (the padding will be necessary for the hover state) */
#menu li.drop {
font-family: MyriadProRegular;
font-size: 13px;
color: #373737;
float: left;
text-align: center;
padding: 10px 0 10px 0;
border: none;
margin-top: 0px;
text-transform: uppercase;
}

/* Keep the top level color when dropdown is open */
#menu li:hover .drop {
color: #ffbe00;
font-size: 13px;
text-decoration: none;
text-transform: uppercase;
}

.drop a:link {
font-family: MyriadProRegular;
font-size: 13px;
color: #979797;
}
.drop a:hover {
text-decoration: none;
color: #979797;
}

#menu li.drop a {
color: #979797;
font-size: 13px;
padding-left: 15px;
padding-right: 15px;
text-transform: uppercase;
}

.dropDownMenu {
display: none;
z-index: 9999;
}

#menu div.dropDownMenu a {
font-size: 11px;

text-transform: uppercase;
}

#menu li.drop a:hover {
color: #ffbe00;	
}
#menu li.drop a:active {
color: #ffbe00;	
}

#menu p.columnItem a, #menu p.columnItem a:hover {
color: #927100;
/* text-decoration: underline; */
padding-left: 0px;
padding-right: 0px;
}

#menu li:hover {
color: #ffbe00;
background: url(../images/global/navoverarrow.gif) no-repeat bottom center;
}


/* Dropdown Div */
.dropdown_5columns {
z-index: 999;
width: 969px;
top: 96px;
position: absolute;
left: 0;
text-align: left;
padding: 20px 5px 15px 5px;
background: #ffbe00;	
border: 1px solid #D99900;
border-top: none;
}

/* Column Styles*/
/*
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8 {
display:inline;
float: left;
position: relative;
margin-left: 5px;
margin-right: 5px;
}
*/
.navColumn {
display:inline;
float: left;
position: relative;
width: 150px; 
border-right: 1px dotted #D99900; 
padding: 15px 15px 0px 0;
margin: 0px 0 5px 5px; 
height: 250px;
color: #373737;
}
	.navColumnMtnGroup {
		height: 125px;
	}
	.navColumnInvestors{
		height: 115px;
	}
	.navColumnSustainability {
		height: 230px;
	}
	.navColumnOffering {
		height: 0px;
	}
	.navColumnPressOffice {
		height: 0px;
	}
	.navColumnCareers {
		height: 0px;
	}

/*
.col_2 { width:100px; }
.col_3 { width:100px; }
.col_4 { width:100px; }
.col_5 { width:100px;}
.col_6 {width:100px;}
.col_7 {width:100px;}
.col_8 {width:100px;}
*/

/* Align to Left */
#menu .menu_right {
float:right;
margin-right:0px;
}

/* Menu Content Styles - Headings and list items */
p.columnHeader {
height: 22px;
border: 0px solid red;
position: relative;
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #927100;
margin: -15px 0 0px 10px;
cursor: pointer;
line-height: 97%;

}

.columnHeaderContent {
color: #373737;
}

.columnHeader {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #927100;
margin: 7px 0 10px 10px;
cursor: pointer;
line-height: 97%;
height: 20px;
vertical-align: text-bottom;
bottom: 0;
}
.columnHeader:hover {
text-decoration: underline;
/* font-weight: bold; */
}
	
.columnItem {
font-family: Arial, sans-serif;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
margin: 4px 0 5px 10px;
color: #927100;
line-height: 115%;

}

.columnItem a {
font-family: Arial;
color: #927100;
text-decoration: none;
font-size: 11px;
line-height: 15px;

}

.columnItem a:hover {
text-decoration: underline;
}



.sepIMG{
margin: -3px 0px -34px -1px;
position: absolute;
width: 2px;
height: 20px;
background: url(../images/global/menuSep.png) no-repeat center center;

}














