.ThemePanelMenu {
}
.ThemePanelMainFolderLeft, .ThemePanelMainItemLeft,
.ThemePanelMainFolderRight, .ThemePanelMainItemRight {
	width: 0px;
	display: none;
}

.ThemePanelMainFolderText, .ThemePanelMainItemText {
	font-family: Arial, Sans-serif;
	background-image: url("/images/pijltje.gif");
	background-repeat: no-repeat;
	background-position: 22px 9px;
	color: #ffffff;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	xxwhite-space: nowrap;
	width: 153px;
}
.ThemePanelMainItemHover .ThemePanelMainFolderText,
.ThemePanelMainItemHover .ThemePanelMainItemText {
	background: none;
	background-color: #e6f2c2;
	color: #f4a610;
}


/* sub menus sub components */
.ThemePanelSubMenu {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-bottom: 7px;
	background-color: #e6f2c2;
}


.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft,
.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight {
	width: 0px;
	display: none;
}
.ThemePanelMenuFolderText,.ThemePanelMenuItemText {
	font-family: Arial, Sans-serif;
	color: #f4a610;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}
.ThemePanelMenuItemHover TD, .ThemePanelMenuItemActive TD {
	color: #99BE0E;
}

