.style1 {
	font-weight: bold;
	
}

/*Dropdown Menu Styles*/

ul.dropMenu, ul.dropMenu ul {
  font-weight: bold;
  font-size: large;
  width: 150px; 
  border: 0px;
  background-color: #91E398;
  padding-left: 0px; 
  cursor: default;
  margin-left: 0px; 	/* Opera fix */
}
  
ul.dropMenu li {
  list-style-type: none;      
  margin: 0px; 			/* Opera fix */
  position: relative; 
  color: #000; 
}

ul.dropMenu li > ul {
  display: none;
  position: absolute;
  top: 2px;
  left: 150px;
}

ul.dropMenu li:hover, ul.dropMenu li.CSStoHighlight {
  background-color: #91E398;
  color: #000;
}
 /* ul.dropMenu ul.CSStoShow {    must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.dropMenu li:hover > ul { 
  display: block;   
}

ul.dropMenu li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.dropMenu li a:hover, ul.dropMenu li a.CSStoHighLink { color: #000; }
ul.dropMenu li:hover > a { color: #000; } 

[if gt IE 5.0]><![if lt IE 7]>
ul.dropMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.dropMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}
<![endif]><![endif].style2 {

	font-weight: bold;
}
.style2 {
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {

}
.rslbold {
	font-weight: bold;
}
.footnote {
	font-size: x-small;
}
.disclaimer {
	font-size: xx-small;
	color: #C0C0C0;
}
