/* Dropdown */
.dropdownhide {
	width:175px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:175px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border: none;
	width:175px;
	filter:Alpha(enabled=1, opacity=96);
}

.inactive, .inactive TD {
	background-color: #ffaa00;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#ffffff;
	font-weight:;
	height:26px;
}

.active, .active TD {
	background-color: #ffbc04;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#ffffff;
	font-weight:;
	height:26px;
}

.spacer {
	background-color: #ffb418;
	height:2px;
}

