#right_panel {
  width: 205px;
  float: left;
}
#edugadget-holder {
  border: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  margin-top: 7px;
  _padding-top: 5px;
}

.edugadget-item {
  height: 20px;
  width: 197px;
  background: #006265 url('../images/arrowDown.gif') 175px 8px no-repeat;
  margin-left: 1px;
  margin-right: auto;
  margin-top: 5px;
  padding-top: 7px;
  margin-bottom: 7px;
  border: 2px outset #9AC0C0; cursor: pointer;
}
.edugadget-item a{
  font-weight: bold;
  font-size:12px;
  color: #fff;
  text-decoration: none;
  padding: 0px 0px 5px 20px;
}

.edugadget-item a:hover { text-decoration: none;   color: #E2E2E2; }
.edugadget-block-text{
  padding: 5px 5px 5px 15px;
  color: #000;
  line-height: 20px;
  font-size:11px;
}
.edugadget-block-text a{
text-decoration:none;
}
div.edugadget-block-texthead{
  color: #00014E;
  font-size:11px;
  font-weight:bold;
}
	
	<!--
	div.edugadget-block
	{
	  display: none; background: #EEEDED; margin-top:-8px;
	}
	
	div#lead-blocks-left-overflow, div#lead-blocks-right-overflow
	{
	  overflow: hidden;
	  height: 120px;
	}
	
	div#leads-block-left-block div, div#leads-block-right-block div
	{
	  height: 24px;
	  margin: 0;
	  line-height: 24px;
	  text-indent: 10px;
	}      
	-->