/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu1 ul li { float: left; height: 1%; }
* html .menu1 ul li a { height: 1%; }
/* End */

.menu1 {
	height:41px;
	position:relative;
	margin:0px;
	padding:0px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-bottom:0px;
	z-index:99999;
}

.menu1 ul {
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	list-style:none; 
	margin:0; 
	padding:0; 
}

.menu1 ul li {
	position: relative;
	float: left;
	display: inline;
	text-align: center;
	margin:0; 
	padding:0;
	list-style-type:none;
}

/*1st sub level menu*/
.menu1 ul li ul{
	padding-top: 0px;
	background-color: #d2d7d9; /*overall menu background color*/
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu1 ul li ul li{
	display: list-item;
	float: none;
	font-size: 114%;
	font-weight: normal;
	text-align: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu1 ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.menu1 ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	padding: 5px 5px;
	border: 1px solid #7f909e;
}

.menu1 ul li ul li a:hover{
	color: #ffffff;
	background-color: #7f909e;
}



/*** Menu Items Styles ***/

/*** Corporate Information ***/
#nav1 a			{
	height:39px;
	width:170px;
	text-indent:-99999px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav1.selected a,
#nav1 a:hover	{
	width:170px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -41px;
}
/*** Investor Information ***/
#nav2 a			{
	height:39px;
	width:136px;
	text-indent:-99999px;
	background: url(../images/nav.gif) -170px 0px no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#nav2.selected a,
#nav2 a:hover	{ 
	width:136px; 
	background:url(../images/nav.gif) -170px -41px no-repeat; 
	float: left;
	margin: 0px;
	padding: 0px;
}
/*** Products &amp; Services ***/
#nav3 a			{ 
	height:39px; 
	width:149px; 
	background:url(../images/nav.gif) -306px 0px no-repeat; 
	text-indent:-99999px;
	float: left;
}
#nav3.selected a,
#nav3 a:hover	{ 
	width:149px; 
	background:url(../images/nav.gif) -306px -41px no-repeat;
	float: left; 
}
/*** News ***/
#nav4 a			{ 
	height:39px; 
	width:54px; 
	background:url(../images/nav.gif) -455px 0px no-repeat; 
	text-indent:-99999px; 
	float: left;
}
#nav4.selected a,
#nav4 a:hover	{ 
	width:54px; 
	background:url(../images/nav.gif) -455px -41px no-repeat; 
	float: left;
}
/*** Contact Us ***/
#nav5 a			{ 
	height:39px; 
	width:93px; 
	background:url(../images/nav.gif) -509px 0px no-repeat; 
	text-indent:-99999px;
	float: left;
}
#nav5.selected a,
#nav5 a:hover	{ 
	width:93px; 
	background:url(../images/nav.gif) -509px -41px no-repeat; 
	float: left;
}
/*** flash-menu Countries ***/
#nav6 			{ 
	margin-left:125px;
	height:39px;
	width:40px;
	/*float: left; */
}
