.chromestyle{
	width:100%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	padding:0px 0 0 0;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	width:180px;
	visibility:hidden;
	border:0;
	margin-right:1px;
	border-right:solid 3px #ffffff;
	border-left:solid 2px #ffffff;
	border-bottom:solid 3px #ffffff;
}
.dropmenudiv a:link, .dropmenudiv a:visited{
	display:block;
	padding:6px 0px 6px 17px;
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	line-height:auto;
	background:#6486da;
	width:167px;
	
}
* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#a2b6e9;
}
/*research focus */
#dropmenu88 {
	margin-left:-2px;
}
/*research approach */
#dropmenu89 {
	margin-left:0px;
}
/*about eer */
#dropmenu90 {
	margin-left:0px;
}
/* advisory services */
#dropmenu91 {
	margin-left:0px;
}
/* market studies  */
#dropmenu92 {
	margin-left:0px;
}
/* consulting  */
#dropmenu93 {
	margin-left:0px;
}
/* news and events */
#dropmenu96 {
	margin-left:0px;
}
/* news and events */
#dropmenu97 {
	margin-left:0px;
}

