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