/* ComboBox */
.comboBoo{
	border:0; 
	background-color:#000; 
	color: #fff;
	width:5px;
	z-index:1;
	visibility:hidden;
}
.comboBoo-label	{ 
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	line-height: 30px; 
	height: 25px;
	width:220px;
	text-align:left;
	left:0px;
	cursor:pointer; 
	position: absolute; 
	background: #600 no-repeat url(../img/arrDown_2.gif) right 12px; color: #eee;
	z-index: 500;
}
a:hover.comboBoo-label, a:active.comboBoo-label
{
	background-color: #C33; 
	color: #fff; 
	text-decoration: none;
}
ul.comboBoo-list{
	position: absolute;
	top:4px;
	left:0px;
	list-style: none; 
	text-align:left;
	border: 0; 
	font-family: Verdana, Geneva; 
	z-index: 300;
}
ul.comboBoo-list li
{
	line-height: 25px; 
	height: 20px;
	width:220px;
	cursor: pointer; 
	font-weight: normal; 
	font-size: 11px; 
	background: #000; 
	color: #fff;
}
ul.comboBoo-list li.choice-selected 		{background-color: #c33; color: #fff;}