/* Dropdown */
.dropdownhide {
	width:202px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:202px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	display: ;
}

.menutable {
	border-style: Solid;
	border-color: #AAAAAA;
	border-width: 1px;
	width:202px;
}

.inactive, .inactive TD {
	background-color: #FFFFFF;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#333333;
	font-weight:Bold;
	height:28px;
}

.active, .active TD {
	background-color: #F3B8B7;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#333333;
	font-weight:Bold;
	height:28px;
}




/* Dropdown Satomi */
.dropdownhide {
	width:205px;
	visibility:hidden;
	position:absolute;
	display:none;
}

.dropdownshow {
	width:205px;
	visibility:visible;
	position: absolute;
	z-index: 100;
}

.menutable {
	width:205px;
	border:1px #cccccc solid;
	background-color:#FFFFFF;
}



.inactive TD {
	background: url("dp_normal.gif") bottom repeat-x;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#333333;
	font-weight:Bold;
	height:29px;
}



.active TD {
	background: url("dp_over.gif") bottom no-repeat;background-color:#FBE2E2;
	cursor: pointer;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#333333;
	font-weight:Bold;
	height:29px;
}

TD.inactive {width:205px;padding-left:18px;border-bottom:1px #cccccc solid;}
