/* Dropdown */
.dropdownhide {
	width:163px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:163px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border-style: Dotted;
	border-color: #5e5e5e;
	border-width: 1px;
	width:163px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #e4e4e4;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#5e5e5e;
	font-weight:Bold;
	height:26px;
}

.active, .active TD {
	background-color: #ababab;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#FFFFFF;
	font-weight:Bold;
	height:26px;
}

.spacer {
	background-color: #ababab;
	height:1px;
}

