/* ComboBox */
.comboBoo {
	border: 0;
	background-color: #676767;
	color: #fff;
}
.comboBoo-label	{
	border: none; 
	font-size: 11px; 
	line-height:15px; 
	color: #fff;
	padding: 2px 0 2px 6px;
	position: absolute;
	overflow: hidden;	
	background: #676767 url(../images/CommunityBarSelect.gif) no-repeat right 0;
	height: 15px;
	cursor: pointer;
}
a:hover.comboBoo-label, a:active.comboBoo-label	{
	background: #b39034;
	color: #fff;
	text-decoration: none;
}
ul.comboBoo-list {
	position: absolute; 
	margin: 26px 0 0 0; 
	padding: 0; 
	border: none;
	list-style: none; 
	z-index: 500;
}
ul.comboBoo-list li {
	padding: 2px 0 2px 6px; 
	line-height: 15px;
	height: 15px;
	cursor: pointer;
	font-weight: normal;
	font-size: 11px;
	overflow-x: hidden;
	white-space:nowrap;
	background: transparent url(../images/menu_background.png) repeat-y 0px 0px;
	color: #fff;
	margin: 0;
}
ul.comboBoo-list li.choice-selected {
	background: #b39034;
	color: #fff;
}

