/* Dropdown */
.dropdownhide {
	width:179px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:179px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border: none;
	width:179px;
	filter:Alpha(enabled=1, opacity=94);
}

.inactive, .inactive TD {
	background-color: #F1F6D3;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:11px;
	color:#005399;
	font-weight:;
	height:20px;
}

.active, .active TD {
	background-color: #D0DF7D;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:;
	height:20px;
}

.spacer {
	background-color: #BDC883;
	height:1px;
}
