tr.menuHead, tr.menuHeadFocus {
  background-color: #58ad24; /* 99ccff; */
	background-repeat: no-repeat;
	background-position: 8px center;
	border-bottom: 1px solid #dbdbdb;
	cursor: pointer; cursor: hand;
}
tr.menuHead td, tr.menuHeadFocus td {
  color: #000000;
  height: 30px;
  width: 100%;
	padding-left: 24px;
	vertical-align: middle;
}
tr.menuHeadMin, tr.menuHeadPlus, tr.menuHeadMinFocus, tr.menuHeadPlusFocus {
  background-color: #58ad24; /* 99ccff; */
	background-repeat: no-repeat;
	background-position: 8px center;
	border-bottom: 1px solid #dbdbdb;
	cursor: pointer; cursor: hand;
}
tr.menuHeadMin, tr.menuHeadMinFocus {
	background-image: url(http://www.hightechcampus.com/interface/web/images/window/menu_minus.gif);
}
tr.menuHeadPlus, tr.menuHeadPlusFocus {
	background-image: url(http://www.hightechcampus.com/interface/web/images/window/menu_plus.gif);
}
tr.menuHeadMin td, tr.menuHeadPlus td, tr.menuHeadMinFocus td, tr.menuHeadPlusFocus td {
  color: #000000;
  height: 30px;
  width: 100%;
	padding-left: 24px;
	vertical-align: middle;
}
tr.menuHeadItem, tr.menuHeadItemFocus, tr.menuHeadItemHover , tr.menuHeadItemFocusHover {
	padding: 0px;
	height: 30px;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fbfbfb;
	color: #000000;
	cursor: pointer; cursor: hand;
}
tr.menuHeadItem td, tr.menuHeadItemFocus td, tr.menuHeadItemHover td , tr.menuHeadItemFocusHover td {
	padding-left: 24px;
	vertical-align: middle;
	white-space: nowrap;
}
tr.menuHeadItem td img, tr.menuHeadItemFocus td img, tr.menuHeadItemHover td img , tr.menuHeadItemFocusHover td img {
	position: relative;
	left: 0px;
	height: 24px;
	width: 24px;
	vertical-align: middle;
}
tr.menuHeadItemFocus td {
	background-color: #ecb2d8;
}
tr.menuHeadItemHover td, tr.menuHeadItemFocusHover td {
	background-color: #e99dcf;
}
div.menuHeadItemSubSub, div.menuHeadItemSubSubHover, div.menuHeadItemSubSubFocus, div.menuHeadItemSubSubFocusHover {
	border: 0px;
	padding: 0px;
	padding-left: 44px;
	cursor: pointer; cursor: hand;
	white-space: nowrap;
	padding-top: 5px;
	height: 24px;
}
tr.menuHeadItemSub {
	border: 0px;
	padding: 0px;
	border-bottom: 1px solid #dbdbdb;
}
table.menuHeadItemSubSub {
	border: 0px;
	padding: 0px;
	padding-left: 6px;
	width: 100%;
	/* border-collapse: collapse; */
}
table {
	border: 0px;
}
table.menuHeadItemSubSub td {
	padding-left: 6px;
	width: 100%;
}
table.menuHeadItemSubSub td {
	height: 24px;
}
div#system_menu table {
	width: 100%;
	border-collapse: collapse;
}
/*
div#system_menu {
	padding: 0px;
	margin: 0px;
}
*/
.menuHeadItemSubSubHover, .menuHeadItemSubSubFocusHover {
	background-color: #e99dcf;
	color: #000000;
}
.menuHeadItemSubSubFocus {
	background-color: #ecb2d8;
	color: #000000;
}

