/* ThemePanelMenu Style Sheet */

.ThemePanelMenu TD {
	cursor: pointer;
	xwhite-space: nowrap;
	height:31px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.ThemePanelMainItem,.ThemePanelMainItemHover ,.ThemePanelMainItem,.ThemePanelMainItemActive   {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

#navigatie .ThemePanelMainItemHover,#navigatie .ThemePanelMainItemActive {
	background-image: url(/images/2009/navhover.png);
	color:#FFF ;
}

#navigatie .ThemePanelMainItem {
	color:#FFF ;
}

#navlinks .ThemePanelMainItem  {
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
#navlinks .ThemePanelMainItem:first-child  {
	color: #b5be32;
	font-size: 18px;
}

#navlinks .ThemePanelMainItem  TD {
	border-bottom: 1px dashed #eaeaea;
}

#navlinks .ThemePanelMainItemHover:first-child,#navlinks .ThemePanelMainItemActive:first-child {
	font-size: 18px;
}

#navlinks .ThemePanelMainItemHover,#navlinks .ThemePanelMainItemActive {
	color: #dd8315;
	font-weight: normal;
}

#navlinks .ThemePanelMainItemHover TD ,#navlinks .ThemePanelMainItemActive TD{
	border-bottom: 1px dashed #eaeaea;
}

#navlinks TD.ThemePanelMainFolderText ,#navlinks TD.ThemePanelMainItemText {
	width: 124px;
}
/* sub menus sub components */
.ThemePanelSubMenu
{
	position: absolute;
	visibility: hidden;
	left: -100px;
	top: -1000px; /* special voor msie 6+7, anders krijg je strepen links boven */
	margin-top:0px;
	padding:0px;
	background-color: #eeeeee;
}
.ThemePanelSubMenu TABLE {
	border-collapse: collapse;
	border-spacing:0px;
	padding:0px;
	background-color: #fcfcfa;
	border: 1px solid #eeeeee;
}

.ThemePanelSubMenu TR  TD {
	border-top: 1px solid #eeeeee;
}

.ThemePanelSubMenu TD {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align:left;
	cursor: pointer;
	color: #c6bc29;
	font-weight: bold;
	xcolor: #dd8315;
	white-space: nowrap;
	padding-top:8px;
	padding-bottom:8px;
}

html>/**/body .ThemePanelSubMenu TD, x:-moz-any-link, x:default  { /* firefox 3 fix */
	padding-top: 7px;
	padding-bottom: 8px;
}

.ThemePanelMenuItemHover TD, .ThemePanelMenuItemActive TD
{
	color: #fff;
	background-color: #c6bc29;
	xbackground-color: #dd8315;
}

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	width:2px;
}

.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	width: 10px;
}

.ThemePanelMenuFolderText,.ThemePanelMenuItemText
{
	/* 	width: 150px; */
	padding-left: 10px;
	padding-right: 5px;
	width: 135px;
}

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