/* Dropdown */
.dropdownhide {
	width:150px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:150px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display:;
}

.menutable {
	border-style: Solid;
	border-color: #AAAAAA;
	border-width: 0px;
	width:180px;
	filter:Alpha(enabled=1, opacity=100);
}

.submenutable {
	border-style: Solid;
	border-color: #AAAAAA;
	border-width: 0px;
	width:380px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #9FCBC5;
	cursor: hand;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	height:22px;
}

.active, .active TD {
	background-color: #A2CC6B;
	cursor: hand;
	font-family:Arial, Helvetica;
	font-size:11px;
	color:#222222;
	font-weight:;
	height:22px;
}

.spacer {
	background-color: #ffffff;
	height:1px;
}

