/* CSS Document */

.arrowlistmenu{
width: 175px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #FBB03B;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#FBB03B;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.arrowlistmenu ul li a:visited{
color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #FBB03B;
}


/*Our Products*/
.ourproductmenu{
width: 175px; /*width of accordion menu*/
}

.ourproductmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.ourproductmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #29ABE2;
}

.ourproductmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#29ABE2;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.ourproductmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.ourproductmenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.ourproductmenu ul li a:visited{
color: #ffffff;
}

.ourproductmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #29ABE2;
}

/*Corporate Governance*/
.corpgovernmenu{
width: 175px; /*width of accordion menu*/
}

.corpgovernmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.corpgovernmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: white;
background-color: #0071BC;
}

.corpgovernmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#0071BC;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.corpgovernmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.corpgovernmenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.corpgovernmenu ul li a:visited{
color: #ffffff;
}

.corpgovernmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #0071BC;
}

/*investor relations*/
.irmenu{
width: 175px; /*width of accordion menu*/
}

.irmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.irmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #9E005D;
}

.irmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#9E005D;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.irmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.irmenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.irmenu ul li a:visited{
color: #ffffff;
}

.irmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #9E005D;
}

/*Careers*/
.careermenu {
width: 175px; /*width of accordion menu*/
}

.careermenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.careermenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #719b2e;
}

.careermenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#719b2e;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.careermenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.careermenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.careermenu ul li a:visited{
color: #ffffff;
}

.careermenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #719B2E;
}

/*Corporate Social Responsibility*/
.csrmenu {
width: 175px; /*width of accordion menu*/
}

.csrmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.csrmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #2a6b63;
}

.csrmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#2a6b63;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.csrmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.csrmenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.csrmenu ul li a:visited{
color: #ffffff;
}

.csrmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #2a6b63;
}

/*For Advertisers*/
.advmenu {
width: 175px; /*width of accordion menu*/
}

.advmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.advmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #43206f;
}

.advmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#43206f;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.advmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.advmenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.advmenu ul li a:visited{
color: #ffffff;
}

.advmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #43206f;
}

/*For Subscribers*/
.subcribermenu {
width: 175px; /*width of accordion menu*/
}

.subcribermenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.subcribermenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #735f93;
}

.subcribermenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#735f93;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.subcribermenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.subcribermenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.subcribermenu ul li a:visited{
color: #ffffff;
}

.subcribermenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #735f93;
}

/*For Media*/
.mediamenu {
width: 175px; /*width of accordion menu*/
}

.mediamenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.mediamenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color:#b44c16;
}

.mediamenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#b44c16;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.mediamenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.mediamenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.mediamenu ul li a:visited{
color: #ffffff;
}

.mediamenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #b44c16;
}

/*Contact Us*/
.contactmenu {
width: 175px; /*width of accordion menu*/
}

.contactmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #333333;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.contactmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;;
color: white;
background-color: #ed6c5a;
}

.contactmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#ed6c5a;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.contactmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.contactmenu ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;;
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.contactmenu ul li a:visited{
color: #ffffff;
}

.contactmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #ed6c5a;
}
