/* Dropdown */
.dropdownhide {
	width:156px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:156px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border-style: Solid;
	border-color: #bababa;
	border-width: 1px;
	width:156px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #FFFFFF;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#555555;
	font-weight:;
	height:22px;
}

.active, .active TD {
	background-color: #e9e9e9;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#222222;
	font-weight:;
	height:22px;
}

.spacer {
	background-color: #bababa;
	height:1px;
}

