/* ThemeOfficeMenu Style Sheet */

/*
ThemeOfficeMenu
	ThemeOfficeMainItem
		ThemeOfficeMainItemLeft
		ThemeOfficeMainItemText
		ThemeOfficeMainItemRight
	ThemeOfficeMainItem
		ThemeOfficeMainFolderLeft
		ThemeOfficeMainFolderText
		ThemeOfficeMainFolderRight

ThemeOfficeSubMenu
	ThemeOfficeSubMenuTable
		ThemeOfficeMenuItem
			ThemeOfficeMenuItemLeft
			ThemeOfficeMenuItemText
			ThemeOfficeMenuItemRight
*/

.ThemeOfficeMenu
{
	position: relative;
	color: #000000;
	padding: 0px;
	bottom: 0px;
	white-space: normal;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	float: left; 
	letter-spacing: 1px; 
	margin-left: -2px; 
}

.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;
	font-family: Arial;
	font-size: 11px;
/*
	border-top: 0px solid #000000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
*/
/*	background: #000000; */

/*	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);  */
}
.ThemeOfficeMenuItemLeft
{
/*	background-color: #000000; */
}

.ThemeOfficeSubMenuTable
{
	width: 154px;
	white-space: nowrap;
	cursor: pointer;
	background: url('submenu_background.png') top left repeat;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-top: 0px;
	margin-left: 0px; 

}

/********/
/* MAIN */
/********/
/* BEGIN mainText */

.ThemeOfficeMainItem .ThemeOfficeMainItemText
{
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	width: 115px; 
	background: url('menu_background.png');
	padding-bottom: 8px; 
	padding-top: 3px; 
	height: 28px;



}
.ThemeOfficeMainItemHover .ThemeOfficeMainItemText,
.ThemeOfficeMainItemActive .ThemeOfficeMainItemText
{
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	width: 115px; 
	background: url('menu_background_hover.png');
	padding-bottom: 8px; 
	padding-top: 3px; 
	height: 28px;

}
.ThemeOfficeMainItem .ThemeOfficeMainFolderText
{
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	width: 115px; 
	text-align: left; 
	background: url('menu_background.png');
	padding-bottom: 8px; 
	padding-top: 3px; 
	height: 28px;



}
.ThemeOfficeMainItemHover .ThemeOfficeMainFolderText,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderText
{
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	width: 115px; 
	background: url('menu_background_hover.png');
	padding-bottom: 8px; 
	padding-top: 3px; 
	height: 28px;


}
/* END mainText */

/* BEGIN mainRight */
.ThemeOfficeMainItem .ThemeOfficeMainItemRight
{
	display: block;
	float: left;
	text-transform: uppercase;
	width: 12px;
	padding-bottom: 8px;
	height: 31px;
	background: url('menu_right.png'); 
}
.ThemeOfficeMainItemHover .ThemeOfficeMainItemRight,
.ThemeOfficeMainItemActive .ThemeOfficeMainItemRight
{
	display: block;
	float: left;
	background: url('menu_right_hover.png'); 
	color: #000000;
	white-space: nowrap;
	text-transform: uppercase;
	width: 12px;
	padding-bottom: 8px;
	height: 31px;

}
.ThemeOfficeMainItem .ThemeOfficeMainFolderRight
{
	display: block;
	float: left;
	background-color: transparent;
	color: #ffffff;
	white-space: nowrap;
	text-transform: uppercase;
	width: 12px;
	padding-bottom: 8px;
	height: 31px;

}


.ThemeOfficeMainItemHover .ThemeOfficeMainFolderRight,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderRight
{
	display: block;
	float: left;
	background: url('menu_right_hover.png'); 
	color: #000000;
	white-space: nowrap;
	cursor: pointer;
	text-transform: uppercase;
	width: 12px;
	padding-bottom: 8px;
	height: 31px;


}
/* END mainRight */

/********/
/* Menu */
/********/

.ThemeOfficeMainItem .ThemeOfficeMainItemLeft
{
	display: block;
	float: left;
	background-color: transparent;
	color: #ffffff;
	white-space: nowrap;
	text-transform: uppercase;
	width: 34px;
	padding-bottom: 8px;
	height: 31px;
	background: url('menu_left.png'); 
}

.ThemeOfficeMainItemHover .ThemeOfficeMainItemLeft,
.ThemeOfficeMainItemActive .ThemeOfficeMainItemLeft
{
	display: block;
	float: left;
	background: url('menu_left_hover.png'); 
	color: #000000;
	white-space: nowrap;
	text-transform: uppercase;
	width: 34px;
	padding-bottom: 8px;
	height: 31px;
}

.ThemeOfficeMainItem .ThemeOfficeMainFolderLeft
{
	display: block;
	float: left;
	background-color: transparent;
	color: #ffffff;
	white-space: nowrap;
	text-transform: uppercase;
	width: 34px;
	padding-bottom: 8px;
	height: 31px;
	background: url('menu_left.png'); 
}

.ThemeOfficeMainItemHover .ThemeOfficeMainFolderLeft,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderLeft
{
	display: block;
	float: left;
	background: url('menu_left.png_hover'); 
	color: #000000;
	white-space: nowrap;
	cursor: pointer;
	text-transform: uppercase;
	width: 34px;
	padding-bottom: 8px;
	height: 31px;
	background-color: #293c4a;

}

/* BEGIN MenuLeft */
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft
{
	background-color: #ffa800;
	height: 20px; 
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft
{
	background-color: #ffa800;
	height: 20px; 
}
/* END MenuLeft */



/* BEGIN MenuText */

.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	color: #ffffff;
	font-weight: bold;
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText
{
	color: #000000;
	font-weight: bold;
	background-color: #ffa800;
	height: 20px; 
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText
{
	color: #ffffff;
	font-weight: bold;
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText
{
	color: #000000;
	font-weight: bold;
	background-color: #ffa800;
	height: 20px; 
}
/* END MenuText */

/* BEGIN MenuRight */
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight
{
	background-color: #ffa800;
	height: 20px; 
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight
{
	background-color: #ffa800;
	height: 20px; 
}
/* END MenuRight */


