@charset "utf-8";
/* CSS Document */
li
{
 list-style-image: none;
 list-style-position : inherit;
 list-style-type: none;
 margin-left: 0;
}

ul
{
 padding-bottom: 0; 
}
.comboboxContainer
{
	background-color:#FFF;
	color:#818181;
	border-left: solid 1px #bdbdbd;
	border-top: solid 1px #bdbdbd;
	border-right: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
}

.comboboxDropDownButton
{
	width: 16px;
	height: 18px;
	*height:19px;
	background-image: url(listmenu3.gif);
}
.comboboxValueContainer
{	
	background: url(comboboxDisplayValue.gif) repeat-x left top;
}

.comboboxValueContent
{
	
	padding-left: 3px;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
	border-left: solid 1px #bdbdbd;
	border-top: solid 1px #bdbdbd;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	cursor: default;
}

.comboboxItem
{
	background: #fff;
	color:#818181;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	background-color: #999;
	color: #fff;
	padding-left: 4px;
}


