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