.ControlPanel {
	position: absolute;
	background: white;
	border: medium none;
	top: 0px;
	left: 50%;
	margin-left: -396px; /*half the size of width*/
	z-index: 10000;
}
.ModuleTitle_MenuContainer {
	border: 0 solid blue;
}
.ModuleTitle_MenuBar {
	background-color: transparent;
	cursor: pointer;
	height: 16px;
}
.ModuleTitle_MenuItem {
	background-color: transparent;
	border: 0 solid white;
	color: black;
	cursor: pointer;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.ModuleTitle_MenuIcon {
	background-color: #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	cursor: pointer;
	height: 21px;
	text-align: center;
	width: 15px;
}
.ModuleTitle_SubMenu {
	background-color: #fff;
	border: 0 solid #fff;
	cursor: pointer;
	z-index: 1000;
}
.ModuleTitle_MenuBreak {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #eee;
	border-color: #eee;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	background-color: #c1d2ee;
	color: black;
	cursor: pointer;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.ModuleTitle_MenuArrow {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 0 solid #fff;
	cursor: pointer;
	font-family: webdings;
	font-size: 10pt;
}
.ModuleTitle_RootMenuArrow {
	cursor: pointer;
	font-family: webdings;
	font-size: 10pt;
}