/* Drop down styles*/
div.pantheonCustomDropDown-wrapper 
{
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	/*margin-top:-10px;*/
	padding:0px;
	text-align:left;
	max-height:200px;
	/*height:200px;*/
	*height:auto;
	_height:auto;
	overflow:auto;
	z-index: 99999;
}

/*Drop down list styles*/
div.pantheonCustomDropDown-wrapper ul 
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* Selected item in dropdown list*/
div.pantheonCustomDropDown-wrapper ul li.selected 
{
	background-color: #EAF2FB;
	color: #473D0A;
}

/* Hover state for dropdown list */
div.pantheonCustomDropDown-wrapper ul li.current 
{
	background-color: #CDD8E4;
	color: #473D0A;
}

/* Drop down list items style*/
div.pantheonCustomDropDown-wrapper ul li 
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	color: #473D0A;	
}

/* Look and feel of drop down box */
.pantheonCustomDropDown
{
	/*margin: 0px 5px 10px 0px;
	padding: 5px 20px 0px 2px;
	*margin-left: -100px;*/
	padding-left: 12px;
	padding-top: 5px\9;
	width : 179px !important;
	height: 30px;
	height: 25px\9;
	display : block;
	text-align:left;
	cursor: pointer;
	border: none;
	color: #473D0A;
	background: none;
	font-weight: bold;
	padding-top: 10px\9;
	font-size: 12px;
	/*background-image: url(../images/qps-images/categoryDeselected.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
}

.pantheonCustomDropDownContainer
{
	/*margin: 0px 5px 10px 0px;
	padding: 3px 20px 0px 2px;*/
	width : 191px;
	height: 33px;
	display : block;
	text-align:left;
	cursor: pointer;
	border: none;
	color: #FFFFFF;
	background-image: url(../images/qps-images/qps-active-dropdown.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.optGroupChild
{
	padding-left: 10px !important;
}

.optGroupText
{
	font-weight: bold;
	font-style: italic;
	cursor: default;
}

.pantheonCustomDropDownItem
{
	display: none;
}