/* Dropdown */
.dropdownhide {
	width:172px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:172px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: inherit;
}

.menutable {
	border-style: Solid;
	border-color: ;
	border-width: 1px;
	width:172px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #EEEEEE;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:10px;
	color:#65707A;
	font-weight:;
	height:19px;
}

.active, .active TD {
	background-color: #E1E1E1;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:10px;
	color:#CC6600;
	font-weight:;
	height:19px;
}

.spacer {
	background-color: #999999;
	height:1px;
}
