/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	font-family: Verdana, Arial, Sans-serif;
	/*font-size: 13px;*/
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	width: 650px; 
	height: 20px;
	border: 0px solid red;
	/*background: url('menu.jpg');*/
}

.ThemeOfficeSubMenuTable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 16px;
	/*font-size: .95em;*/
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	width: 120px; height: 20px;
}

.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;
	text-align: center;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	0;
	padding:	0px;
	overflow:	visible;
/*	border-top: 1px solid #FFFFFF;  */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;

/*	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);*/
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	
	cursor:		default;
	white-space:	nowrap;
}

.ThemeOfficeMainItem
{
	/* Main menu */
	color: #FFFFFF;
	cursor: pointer;
	/*padding: 4px 1px 4px 1px;*/
	padding: 16px 4px 0px 0px;	
	height: 14px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}


.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	/* Main menu hover */
	color: #FFFFFF;
	background: url('/media/customer/164/sites/1/layout/menu-edge.jpg') no-repeat top center;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 16px 4px 0px 0px;	
	height: 14px;
	font-weight: normal;
}

.ThemeOfficeMenuItem
{
	/* Submenu */
	cursor: pointer;
	color: #FFFFFF;
	background-color: #003E7E;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
}
.ThemeOfficeMenuItemText, .ThemeOfficeMenuFolderText
{
	/* Submenu */
/*	border-bottom: 0px solid #000000;  */
	border-top: 1px solid #FFFFFF; 
	empty-cells: show;
	white-space: nowrap;
}

.ThemeOfficeMenuItemLeft, .ThemeOfficeMenuFolderLeft
{
	border-top: 1px solid #FFFFFF;
	empty-cells: show;
}
.ThemeOfficeMenuItemRight, .ThemeOfficeMenuFolderRight
{
	border-top: 1px solid #FFFFFF;
	empty-cells: show;
}


.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	/* Submenu hover */
	cursor: pointer;
	color: #FFFFFF;
	background-color: #81A1C0;
	width: 100px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
}

/* horizontal main menu */


td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding: 16px 4px 0px 0px;
	cursor: pointer;
	/*border-top:	1px solid #30559C;
	border-right:	1px solid #30559C;
	border-left:	1px solid #30559C;*/
	font-weight: normal;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;

}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft, td.ThemeOfficeMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #FFFFFF;
	border-bottom:	0px solid #FFFFFF;
	border-left:	0px solid #FFFFFF;
	color: #FF0000;
	background-color:	#CC0000;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #CC0000;
	border-bottom:	0px solid #FFFFFF;

	background-color:	#CC0000;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #CC0000;
	border-bottom:	1px solid #FFFFFF;
	border-right:	1px solid #FFFFFF;

	background-color:	#CC0000;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;
	white-space:	nowrap;
	border:		none;
	/*background-color:	inherit;*/
	
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	inherit;
}

.ThemeOfficeMenuSplit
{
	width: 15px;
}
/*

tr.ThemeOfficeMenuItem td.ThemeOfficeMenuItemRight,
tr.ThemeOfficeMenuItem td.ThemeOfficeMenuFolderRight,
tr.ThemeOfficeMenuItem td.ThemeOfficeMenuItemLeft,
tr.ThemeOfficeMenuItem td.ThemeOfficeMenuFolderLeft,
tr.ThemeOfficeMenuItem td.ThemeOfficeMenuItemText,
tr.ThemeOfficeMenuItem td.ThemeOfficeMenuFolderText,
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	#00FF00;
}

*/

/* oude stylesheet */



/* 
