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