/* Dropdown */
.dropdownhide {
	width:150px;
	visibility:hidden;
	position:absolute;
	display:none;
	/*margin-top: 26px;*/
}

.dropdownshow {
	width:150px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
	margin-top: 26px;
}

.menutable {
	border-style: Solid;
	border-color: #b1b2ad;
	border-width: 1px;
	width:150px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #f4f4f4;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:10px;
	color:#292557;
	font-weight: normal;
	height:11px;
}

.active, .active TD {
	background-color: #fefffa;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:10px;
	color:#292557;
	font-weight: normal;
	height:11px;
}

.spacer {
	background-color: #f4f4f4;
	height:1px;
}
