#navigation {
	background-color: #BDDEB1;
	color: #007C70;

}
#navcontainer {
	/*	behavior:url(csshover.htc);*/
	font-size: 10pt;
	color: #FFF;
	float: left;
	background-color: #007C70;
	width: 100%;
	margin-bottom: 10px;
	font-family: "Myriad Web Pro", Arial, sans-serif;
}
#navcontainer ul {
	float: left;
	list-style-type: none;
}
#navcontainer li  {
	float: left;
	position: relative;
	background-color: #007C70;
	border-left-width: 0px;
	border-left-color: #bddeb1;
	border-left-style: solid;
}

#navcontainer li ul {
	position: absolute;
	width: 10em;
	display: none;
	
}
#navcontainer li:first-child {
	border-left:none;
}

#navcontainer li ul li {
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDDEB1;
	border-bottom-color: #BDDEB1;
	border-left-color: #BDDEB1;
}
#navcontainer ul li a{
	text-decoration: none;
	display: block;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;

}
#navcontainer a:hover {
	color: #BDDEB1;
}
#navcontainer li:hover ul {
display:block;
}
#navcontainer li ul li:first-child {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BDDEB1;
	border-left-color: #BDDEB1;
}
* html #navcontainer li ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDDEB1;
}
#innerdirectors p {
	margin: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC;
	font-size: 10pt;
}
 .transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.9; /* CSS3 - range 0 to 1 */     
  -moz-opacity:0.9; /* Firefox- range 0 to 1  */
  filter:alpha(opacity=90);  /* IE- range 0 to 100  */
  }
