/* Dropdown */
.dropdownhide {
	width:121px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:121px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border-style: Solid;
	border-color: #566973;
	border-width: 1px;
	width:121px;
	filter:Alpha(enabled=1, opacity=94);
}

.inactive, .inactive TD {
	background-color: #bed053;
	cursor: pointer;
	font-family:Tahoma, Arial, Times New Roman;
	font-size:11px;
	color:#566973;
	font-weight:;
	height:22px;
}

.active, .active TD {
	background-color: #e1f185;
	cursor: pointer;
	font-family:Tahoma, Arial, Times New Roman;
	font-size:11px;
	color:#d6005c;
	font-weight:;
	height:22px;
}

.spacer {
	background-color: #bed053;
	height:5px;
}
