/* 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: #ffffff;
	border-width: 1px;
	width:120px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #daecf8;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#6d6e71;
	font-weight:;
	height:20px;
}

.active, .active TD {
	background-color: #a5d4ed;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#6d6e71;
	font-weight:;
	height:20px;
}

.spacer {
	background-color: #ffffff;
	height:1px;
}

