#dhtml_optType .dropdown	{width:220px;}

body#lit-table .dhtmlselect	{display:inline;}

.dhtmlselect
	{ /*style of DHTML Select Menu, main box */
	position: relative;
	margin: 0;
	text-indent: 0;
	cursor: hand;
	cursor: pointer;
	color: #000;
	background-color:#fff;
	z-index: 1000;  
	}

	
.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
	margin:-10px 0 0 3px; padding-bottom:2px;}


.dhtmlselect .dropdown a
	{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background: #fff;
	padding:2px;
	text-indent: 5px;
	text-decoration: none;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#ccc;
	z-index: 1000;
	}


.dhtmlselect .dropdown
	{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	top: 100px;
	width: 180px; /*default width of drop down menu*/
	border-bottom:1px solid #ccc;
	text-align:left;
	display: none;
	z-index: 1000;
	font-weight: normal; 	
	font-family:Arial, Helvetica, sans-serif;

	}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;}

.dhtmlselect .dropdown a:hover	{background: #000; color: #FFF;}

.trHolder	{margin-left: 20px;}
