/* Dropdown */
.dropdownhide {
	width:180px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:180px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border: none;
	width:180px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #DEDEDE;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
	color:#000000;
	font-weight:;
	height:22px;
}

.active, .active TD {
	background-color: #c5c6c8;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
	color:#000000;
	font-weight:;
	height:22px;
}

.spacer {
	background-color: ;
	height:1px;
}
