/* ThemeOfficeMenu Style Sheet */

/*
ThemeOfficeMenu
	ThemeOfficeMainItem
		ThemeOfficeMainItemLeft
		ThemeOfficeMainItemText
		ThemeOfficeMainItemRight
	ThemeOfficeMainItem
		ThemeOfficeMainFolderLeft
		ThemeOfficeMainFolderText
		ThemeOfficeMainFolderRight

ThemeOfficeSubMenu
	ThemeOfficeSubMenuTable
		ThemeOfficeMenuItem
			ThemeOfficeMenuItemLeft
			ThemeOfficeMenuItemText
			ThemeOfficeMenuItemRight
*/

.ThemeOfficeMenu
{
	position: absolute;
	color: #000000;
	padding: 0px;
	bottom: 0px;
	white-space: normal;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
	top: 4px; 
}

.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: 12px;
/*
	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: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 15px;
	margin-left: -25px; 

}

/********/
/* MAIN */
/********/
/* BEGIN mainText */

.ThemeOfficeMainItem .ThemeOfficeMainItemText
{
	display: block;
	float: left;
	background-color: transparent;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	text-align: center; 
}
.ThemeOfficeMainItemHover .ThemeOfficeMainItemText,
.ThemeOfficeMainItemActive .ThemeOfficeMainItemText
{
	display: block;
	float: left;
	color: #a6d30b;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	text-align: center; 
}
.ThemeOfficeMainItem .ThemeOfficeMainFolderText
{
	display: block;
	float: left;
	background-color: transparent;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	text-align: center; 
}
.ThemeOfficeMainItemHover .ThemeOfficeMainFolderText,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderText
{
	display: block;
	float: left;
	color: #a6d30b;
	white-space: nowrap;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	text-align: center; 
}
/* END mainText */

/* BEGIN mainRight */
.ThemeOfficeMainItem .ThemeOfficeMainItemRight
{
	display: block;
	float: left;
	background-color: transparent;
	color: #58585a;
	width: 6px;
}
.ThemeOfficeMainItemHover .ThemeOfficeMainItemRight,
.ThemeOfficeMainItemActive .ThemeOfficeMainItemRight
{
	display: block;
	float: left;
	color: red;
	width: 6px;
	
}
.ThemeOfficeMainItem .ThemeOfficeMainFolderRight
{
	display: block;
	float: left;
	background-color: transparent;
	color: #58585a;
	width: 6px;
	 
}


.ThemeOfficeMainItemHover .ThemeOfficeMainFolderRight,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderRight
{
	display: block;
	float: left;
	color: red;
	cursor: pointer;
	width: 6px;
	
}
/* END mainRight */

/********/
/* Menu */
/********/

.ThemeOfficeMainItem .ThemeOfficeMainItemLeft
{
	display: block;
	float: left;
	background-color: transparent;
	color: #58585a;
	width: 6px;
	
}
.ThemeOfficeMainItemHover .ThemeOfficeMainItemLeft,
.ThemeOfficeMainItemActive .ThemeOfficeMainItemLeft
{
	display: block;
	float: left;
	color: red;
	width: 6px;
	
}
.ThemeOfficeMainItem .ThemeOfficeMainFolderLeft
{
	display: block;
	float: left;
	background-color: transparent;
	color: #58585a;
	width: 6px;
	 
}

.ThemeOfficeMainItemHover .ThemeOfficeMainFolderLeft,
.ThemeOfficeMainItemActive .ThemeOfficeMainFolderLeft
{
	display: block;
	float: left;
	color: red;
	white-space: nowrap;
	cursor: pointer;
	width: 6px;
	
}

/* BEGIN MenuLeft */
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft
{
	background-color: #a6d30b;
	color: white;
	height: 20px; 
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft
{
	background-color: #a6d30b;
	color: white;
	height: 20px; 
}
/* END MenuLeft */



/* BEGIN MenuText */

.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	color: #000000;
	font-weight: bold;
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText
{
	color: #000000;
	font-weight: bold;
	background-color: #a6d30b;
	color: white;
	height: 20px; 
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText
{
	color: #000000;
	font-weight: bold;
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText
{
	color: #000000;
	font-weight: bold;
	background-color: #a6d30b;
	color: white;
	height: 20px; 
}
/* END MenuText */

/* BEGIN MenuRight */
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight
{
	background-color: #a6d30b;
	color: white;
	height: 20px; 
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight
{
	height: 20px; 
}
.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight
{
	background-color: #a6d30b;
	color: white;
	height: 20px; 
}
/* END MenuRight */


