/* Dropdown */
.dropdownhide {
	width:150px;
	visibility:hidden;
	position:absolute;
}

.dropdownshow {
	width:150px;
	visibility:visible;
	position: absolute;
	z-index: 100;
}

#menutable2 {border-width:20pt; border-color:blue;width:60%; padding:10%;}
 
.menutable {
	border-style: Solid;
	border-color: #AAAAAA;
	border-width: 1px;
	width:150px;
	filter:Alpha(enabled=1, opacity=92);
}

.inactive, .inactive TD {
	background-color: #DDDDDD;
	cursor: hand;
	font-family:Verdana, Helvetica, Arial;
	font-size:10px;
	color:#336699;
	font-weight:;
	height:22px;
}

.active, .active TD {
	background-color: #336699;
	cursor: hand;
	font-family:Verdana, Helvetica, Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:;
	height:22px;
}

.spacer {
	background-color: #AAAAAA;
	height:1px;
}

