/* =================================================== *
 * Pull Down and Field Input Menus
 * =================================================== */


#frmNavolDrop {
  float: center;
	margin: 0px 0px 0 0px;
	padding: 0;
	}
#frmNavolDrop select {
  border: 1px solid #555;
  background: #708DAB;
	padding: 1px 0;
	width: 200px;
	font: normal 11px/100% verdana,arial,helvetica,sans-serif;
	color: #E7E3CB; }
#frmNavolDrop select optgroup {
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	}
	
#frmNavolDrop select optgroup.span.chess {
	margin: 20px;
	}

#frmNavolDrop select bold {
	font-weight: bold; }	


.inputmenu {
	background-color: #DFE7EC;
	border: 1px inset #fafafa;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}


 .td8subpx {
  	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  	color: #232323;
  	text-align: left;
  	padding: 0px 2px 0px 5px;
 }