/* Dropdown */
.dropdownhide {
	width:150px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:150px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border-style: Solid;
	border-color: #636a74;
	border-width: 1px;
	width:150px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #f8f1ef;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#333333;
	font-weight:;
	height:26px;
}

.active, .active TD {
	background-color: #008dda;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#FFF9f7;
	font-weight:;
	height:26px;
}

.spacer {
	background-color: #636a74;
	height:1px;
}

