/* Dropdown */
.dropdownhide {
	width:120px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:120px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border-style: Solid;
	border-color: #80afb5;
	border-width: 1px;
	width:120px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #2b616b;
	cursor: pointer;
	font-family:Trebuchet MS, Helvetica, Arial;
	font-size:10px;
	color:#ccdfe1;
	font-weight:Bold;
	height:22px;
}

.active, .active TD {
	background-color: #e2edee;
	cursor: pointer;
	font-family:Trebuchet MS, Helvetica, Arial;
	font-size:10px;
	color:#2b616b;
	font-weight:Bold;
	height:22px;
}

.spacer {
	background-color: #80afb5;
	height:1px;
}
