/* ThemePanelMenu Style Sheet */
.ThemePanelMenu {
	width: 175px;
}

.ThemePanelMenu TD
{
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	white-space: nowrap;
	
	font-size:14px;
	color:#000;
	font-weight:normal;
	height: 51px;
}

* HTML .ThemePanelMenu TD
{
	font-size: expression(!this.parentNode.rowIndex ? '12px' : '14px');
	color: expression(!this.parentNode.rowIndex ? (this.parentNode.className.indexOf("Hover") > -1 ? '#FFF' : '#aaf76c') : '#000000');
	font-weight: expression(!this.parentNode.rowIndex ? 'bold' : 'normal');
	height: expression(!this.parentNode.rowIndex ? '30px' : '51px');
	background-color: expression(!this.parentNode.rowIndex ? "#000000" : "#aaF67c");
}

.ThemePanelMenu TR TD
{
	background-image:url(/images/hoofdnavachter.gif);
}


.ThemePanelMenu TR:first-child TD
{
	background-image:url(/_plm/blank.gif);
	background-color: #000;
	letter-spacing: 0.05em;
	height: 30px;
	line-height: 30px;
}

.ThemePanelMenu TR:first-child TD.ThemePanelMainFolderLeft
{
	background-image:url(/images/download.jpg);
}

.ThemePanelMenu TR:first-child.ThemePanelMainItemHover TD.ThemePanelMainFolderLeft
{
	background-image:url(/images/download_mo.jpg);
}

* HTML .ThemePanelMenu TR TD 
{
	background-image: expression(
		!this.parentNode.rowIndex ? (
			this.className == "ThemePanelMainFolderLeft" ? (
				this.parentNode.className.indexOf("Hover") > -1 ? "url(/images/download_mo.jpg)" : "url(/images/download.jpg)"
				) : 
				"url(/images/blank.gif)"
			) : 
			"url(/images/hoofdnavachter.gif)"
		);
}


.ThemePanelMenu TR:first-child TD 
{
	color: #a9f66f;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

.ThemePanelMenu TR:first-child.ThemePanelMainItemHover TD
{
	color: #FFF !important;
}

#enav {
	position: absolute;
	background-color:#aaf76e;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color:#000;
	width: 170px;
	height: 70px;
	display: none;
	font-size: 21px;
	padding-top:15px;
	padding-left: 10px;
	overflow: hidden;
}

.ThemePanelMainItemHover TD, .ThemePanelMainItemActive TD
{
	xcolor: #FFF;
}

.ThemePanelMainFolderLeft, .ThemePanelMainItemLeft
{
	width:30px;
}

.ThemePanelMainFolderText,.ThemePanelMainItemText 
{
	width:144px;
	padding-right: 3px;
}

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

/* sub menus sub components */
.ThemePanelSubMenu
{
	position: absolute;
	visibility: hidden;
	left: 1px;
	top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #aaf66f;
	width:230px;
	overflow:visible;
}

.ThemePanelSubMenu TABLE {
	width:100%;
}

.ThemePanelSubMenu TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 5px;
	color: #000000;
	xwhite-space: nowrap;
	width:230px;
}

/*#cmSubMenuID1 {
	background-color: #000;
	margin-top: -13px;
}

#cmSubMenuID1 TR.ThemePanelMenuItem TD {
	color: #aaf667;
}*/

.ThemePanelSubMenu TD DIV.menubold {
	font-weight: bold;
}

.ThemePanelSubMenu TD.td_cultuurerfgoed {
	border-top: 1px dashed #000;
	padding-top:10px;
}

.ThemePanelMenuItemHover TD,
.ThemePanelMenuItemActive TD
{
	color: #aaf667;
	background-color: #000;
}

.ThemePanelSubMenu TD.td_cultuurerfgoed {
	border-top: 1px dashed #000;
	padding-top:5px;
	background-color: inherit;
}

.ThemePanelSubMenu TR.ThemePanelMenuItemHover TD DIV#mb_cultuurerfgoed {
	background-color: #000;
}

/*#cmSubMenuID1 TR.ThemePanelMenuItemHover TD {
	color: #FFF;
}*/

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	display: none;
}

.ThemePanelMenuFolderText,.ThemePanelMenuItemText
{
	padding: 3px;
	padding-left: 7px;
}

TD.td_cultuurerfgoed 
{
	padding: 0px;
}

TD.td_cultuurerfgoed DIV
{
	padding: 3px;
	padding-left: 7px;
}

.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	display: none;
}

.ThemePanelMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}




/* NAVTOP */

.NavTopMenu {
	margin-top: 10px;
	padding:0px;
	border-collapse: collapse;
	background-image:url(/images/stippel.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.NavTopMenu TD
{
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 0.07em;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	text-align:left;
	white-space: nowrap;
	padding-bottom: 2px;
	padding-right:10px;
	*padding-right: expression((this.cellIndex == this.parentNode.cells.length-1) ? "0px" : "10px");

}

.NavTopMenu TD:last-child
{
	padding-right: 0px;
	text-align: right;
	letter-spacing: normal;
}


.NavTopMainItemHover SPAN, .NavTopMainItemActive SPAN
{
	color: #76c13e;
}

.NavTopMainFolderLeft, .NavTopMainItemLeft
{
	display:none;
}

.NavTopMainFolderRight, .NavTopMainItemRight
{
	display:none;
}

/* sub menus sub components */
.NavTopSubMenu
{
	position: absolute;
	visibility: hidden;
	left: 1px;
    top: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
	background-color: #a9f66f;
}

.NavTopSubMenu TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 5px;
	color: #000000;
	white-space: nowrap;
}

.NavTopMenuItemHover TD,
.NavTopMenuItemActive TD
{
	color: #FFFFFF;
}

.NavTopMenuFolderLeft,.NavTopMenuItemLeft
{
	padding-left: 2px;
}

.NavTopMenuFolderText,.NavTopMenuItemText
{
	padding-right: 3px;
	padding-left: 5px;
}


.NavTopMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}


