/* 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:14px;
	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: 14px;
	font-weight: normal;
}
#navlinks .ThemePanelMainItem:first-child  {
	xcolor: #b5be32;
	xfont-size: 18px;
	border-top: 1px dashed #eaeaea;
}

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

#navlinks .ThemePanelMainItemHover:first-child,#navlinks .ThemePanelMainItemActive:first-child {
	xfont-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: 144px;
}

/* sub menus sub components */
.ThemePanelSubMenu
{
	position: absolute;
	visibility: hidden;
	left: -2px;
	top: 0px;
	margin:0px;
	padding:0px;
	background-color:#f8f3e8;
}
.ThemePanelSubMenu TABLE {
	border-collapse: collapse;
	border-spacing:0px;
	padding:0px;
	_filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

.ThemePanelSubMenu TD {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 14px;
	font-weight:600;
	text-align:left;
	cursor: pointer;
	color: #c6bc29;
	white-space: nowrap;
	border-bottom: 1px dashed #eaeaea;
}

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

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

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

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

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