.ebul_cbinsmenu, .ebul_cbinsmenu ul {
	background-color: #000000;
	border: 0px solid #000000;
	display: block;
	font-size: 1px;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	visibility: hidden;
}

.ebul_cbinsmenu_shadow {
	background-color: #000000;
	display: block;
	margin: 0px;
	overflow: hidden;
	visibility: hidden;
}

.ebul_cbinsmenu table {
	border-collapse: separate;
	width: 175px;
}

.ebul_cbinsmenu tr {
	background-color: #999999;
	cursor: pointer;
	font-size: 1px;
}

.ebul_cbinsmenu td {
	border: 1px solid #000000;
	padding: 4px;
	text-align: left;
}

.ebul_cbinsmenu td a {
	color: #000000;
	font-family: "Microsoft Sans Serif", serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.ebul_cbinsmenu tr.hot, .ebul_cbinsmenu tr.expanded {
	background-color: #666666;
}

.ebul_cbinsmenu tr.hot td, .ebul_cbinsmenu tr.expanded td {
	border-color: #000000;
}
.ebul_cbinsmenu tr.hot a, .ebul_cbinsmenu tr.expanded a {
	color: #FFFFFF;
	font-family: "Microsoft Sans Serif", serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

ul.ebul_cbinsmenu {
	visibility: hidden;
}

