div.tableOf
{
position: absolute;
z-index: 1;
background-color: White;
border: 1px inset black;
width: 222px;

padding-left: 4px;
padding-top: 4px;

max-height: 444px;
overflow: auto;
display: none;
	
}

div.tableOf > div
{
	text-align: left;
	padding-bottom: 1px;
	padding-right: 1px;
	margin-bottom: 1px;
	margin-right: 2px; 
	
	
}

div.tableOf > div.selected, .tableOfSelected, div.tableOf > div:hover
{
	width: auto;
	margin-bottom: 1px; 
	background-color: #FFCF00;
	background-color: Silver;
	cursor: pointer;
}

div.tableOf > div:hover {
	background-color: #CCCCCC;
}