/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	font-family: Verdana, Arial, Sans-serif;
	/*font-size: 13px;*/
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	white-space: nowrap;
	cursor: default;
	width: 1000px; height: 20px;
	text-align: center;
	/*background: url('menu.jpg');*/
}

.ThemeOfficeSubMenuTable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	/*font-size: .95em;*/
	font-weight: normal;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	width: 100px; height: 5px;
}

.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   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: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #000000;

/*	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: #000000;
	cursor: pointer;
	/*padding: 4px 1px 4px 1px;*/
	padding: 0px 4px 0px 0px;	
}


.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	/* Main menu hover */
	color: #000000;
	text-decoration: underline;
}

.ThemeOfficeMenuItem
{
	/* Submenu */
	cursor: pointer;
	color: #000000;
/*	background-color: #1C1E4D; */
/*	background-color: #fcc300; */
	background-color: #fff4cf;
	font-weight: bold;
	
}
.ThemeOfficeMenuItemText 
{
	/* Submenu */
	border-bottom: 0px solid #000000;
	border-top: 1px solid #000000;
	empty-cells: show;
}

.ThemeOfficeMenuItemLeft
{
	border-top: 1px solid #000000;
	empty-cells: show;
}
.ThemeOfficeMenuItemRight
{
	border-top: 1px solid #000000;
	empty-cells: show;
}


.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	/* Submenu hover */
	cursor: pointer;
	color: #000000;
/*	background-color: #BA8C6D; */
	background-color: #fcc300;
	font-weight: bold;
	text-decoration: underline;
	width: 100px;
}

.ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuFolderText, .ThemeOfficeMenuFolderRight
{
	border-top: 1px solid #000000;
}

/* horizontal main menu */


td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding: 0px 4px 0px 0px;
	cursor: pointer;
	/*border-top:	1px solid #30559C;
	border-right:	1px solid #30559C;
	border-left:	1px solid #30559C;*/
	
}

.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 #000000;
	border-bottom:	1px solid #000000;
	border-left:	1px solid #000000;

	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;
	border-right:	1px solid #000000;

	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	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;
}

