 div#select_fund
	{
	margin:3px 0 0 0;
	float:left;
	color:#fff;
	font-size:0.9em; 
	display:block;
	width:490px;
	_width:510px;
	_height:40px;
	position:relative;  
	}
	
div#selectAssetClass, div#selectFund	
	{
	float:left; 
	background-color:#fff; 
	margin:5px 5px 0 0;
	background:#fff url('/gsam/img/selectBoxes/handle4.gif') no-repeat 220px 8px;
	}

.dhtmlFundSelect
	{ /*style of DHTML Select Menu, main box */
	position: relative;
	margin: 0;
	text-indent: 0;
	cursor: hand;
	cursor: pointer;
	color: #000000;
	background-color:#fff;
	z-index: 1000;
	width: 200px;
	padding: 3px;	
	}


.dhtmlFundSelect .downimage_fundselect
	{ /*style of "down" image to the right of the DHTML Select Menu*/
	position: absolute;
	top:8px;
	right: 0;
	border: 0;
	padding: 0;
	display:block;
	margin:0 0 0 10px;
	width:9px; 
	height:11px; 
	}		
	
.dhtmlFundSelect .dropdown a
	{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background: #FFF;
	padding:2px;
	text-indent: 5px;
	text-decoration: none;
	border-width:1px 1px 0 1px;
	border-style:solid ;
	border-color:#ccc;
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.dhtmlFundSelect .dropdown
	{
	position: absolute;
	left: -1px;
	margin: 0;
	padding:0;
	top:100px; 
	width: 237px; /*default width of drop down menu*/
	border-bottom:1px solid #ccc;
	text-align:left;
	display: none;
	z-index:3000;
	font-weight: normal;
	}


	
html>body .dhtmlFundSelect .dropdown {*margin-top:-14px;}	/* fix the dropdown margin for asset class */

* html .dhtmlFundSelect .dropdown a	{width: 100%;} /*IE 6 (and below) hack */
	
.dhtmlFundSelect .dropdown a:hover	{background: #000; color: #FFF;}
	
.trHolder	{margin-left: 20px;}

	
.cmbBreakerFund 
	{
	color: #666;
	right: 0;
	position: absolute;
	}
		
.cmbHolder 
	{
	border: 1px solid #ccc;
	width: 235px;
	background-color:#fff;
	margin:5px 5px 0 0;
	float:left;
	}

.cmbHolderFunds {
	border: 1px solid #ccc;
	width: 238px;
	z-index:5; 

}
.dhtmlFundHolder{ /*style of DHTML Select Menu, main box */
	position: relative;
	margin: 0;
	text-indent: 0;
	cursor: hand;
	cursor: pointer;
	color: #000;
	z-index: 5;
	width: 100%;
	padding: 3px;	


}


