/* 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: #989898;
	border-width: 1px;
	width:150px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #DCDCDC;
	cursor: pointer;
	font-family:Trebuchet MS, Helvetica, Arial;
	font-size:12px;
	color:#6B6B6B;
	font-weight:Bold;
	height:20px;
}

.active, .active TD {
	background-color: #74875A;
	cursor: pointer;
	font-family:Trebuchet MS, Helvetica, Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:Bold;
	height:20px;
}

.spacer {
	background-color: #D5D5D5;
	height:1px;
}

