/* 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: #787878;
	border-width: 1px;
	width:150px;
	filter:Alpha(enabled=1, opacity=100);
}

.inactive, .inactive TD {
	background-color: #f2f7f3;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:11px;
	color:#000000;
	font-weight:;
	height:22px;
}

.active, .active TD {
	/*background-color: #003366;*/
	/*background-image:url('/files/system/menu_bg_dark_blue.gif');*/
	background-image:url('/files/system/menu_bg_dark_blue_new.gif');
	background-repeat:repeat-x;
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:11px;
	color:#000000;
	font-weight:;
	height:22px;
}

.spacer {
	background-color: #AAAAAA;
	height:1px;
}
