/* CSS Document */
#divConteudoCombo
{
	display:none;
}

#geral_combo {
	position:relative;
	width:254px;
	z-index:99;
}
	#combo {
		width:245px;
		height:17px;
		position:relative;
		border:2px solid #9A9A9A;
		background:#FFF;
		padding-left:5px;
		color:#333;
	}
		#combo input {
			border:none;
			background:none;
			height:16px;
		}
		#combo a {
			display:block;
			width:18px;
			height:17px;
			float:right;
			background:url(../imagens/layout/seta_combo_off_ff.gif) no-repeat 0 0;
		}
		#combo a:hover {
			background:url(../imagens/layout/seta_combo_hover_ff.gif) no-repeat 0 0;
		}
		#combo a:active {
			background:url(../imagens/layout/seta_combo_press_ff.gif) no-repeat 0 0;
		}


ul#content_combo {
		width:252px;
		height:145px;
		overflow:auto;
		margin:0;
		padding:0;
		list-style:none;
		border:1px solid #999;
		background:#FFF;
	}	
	ul#content_combo a {
			display:block;
			width:230px;
			background:none;
			padding-left:5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#333;
			text-decoration:none;
			line-height:18px;
		}
		ul#content_combo a:hover {
			background:#B2B4BF;
		}

