/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	cursor:		default;
	
}

.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:	100;
	border:		0;
	padding:	0;
	color: #444;
	background-color: #fff;
	padding: 2px;
	overflow:	visible;
	border:		1px solid #8C867B;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=2);
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	cursor:		default;
}

.ThemeOfficeMainItem
{
	height: 22px;
	/*background-color: #fff;*/
	padding: 0px 10px 0 10px;
	color: #00a2ff;
	font-weight: bold;
	
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	height: 22px;
	/*background-color: #00a2ff;*/
	padding: 0px 10px 0 10px;
	color: #fff;
	font-weight: bold;
	
}

.ThemeOfficeMenuItem
{
 	background-color: #fff;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color: #ddd;
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{

}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	width: 0;
	line-height: 0;
	font-size: 0;
	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	10px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	0px solid #c24733;
	border-bottom:	0px solid #c24733;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	background-color:	inherit;
}

/* sub menu sub components */

/* MOUSE OFF MENU ITEMS */
.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	10px;
	padding-right:	3px;

	border-top:	0px solid #ccc;
	border-bottom:	0px solid #ccc;
	border-left:	0px solid #ccc;

	background-color:	inherit;   /*   Icon Background Color  -  MOUSE OVER */
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;  /*  MOUSE OVER Left Text Padding  */
	padding-right:	5px;

	border-top:	0px solid #ccc;
	border-bottom:	0px solid #ccc;

	background-color:	inherit;    /*   Menu Item Background  -  MOUSE OVER   */
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	0px solid #ccc;
	border-bottom:	0px solid #ccc;
	border-right:	0px solid #ccc;

	background-color:	inherit;
	white-space:	nowrap;
}
/*  MOUSE OVER MENU ITEM */
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	10px;
	padding-right:	3px;

	white-space:	nowrap;

	border: 	0px;
	background-color:	#fff;    /*  Icon Background Color  -  INACTIVE */
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	5px;

	border:		0px;
	background-color:	inherit;   /*  Item Backgroudn  -- INACTIVE  */
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	6px;
	padding-right:	6px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin:	1px 0 0 0;
	height:		1px;
	overflow:	hidden;
	background-color:	#fff;
	border-top:	1px solid #C6C3BD;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeOfficeMenuItem img.seq1
{
	display:	inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display:	inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
	display:	none;
}


/* inactive settings */
div.inactive td.ThemeOfficeMainItemHover, div.inactive td.ThemeOfficeMainItemActive
{

}

div.inactive .ThemeOfficeMainItem {
	color: #bbb;

}

div.inactive span.ThemeOfficeMainItemText {
	color: #aaa;
}

div.inactive .ThemeOfficeMainItemHover, div.inactive .ThemeOfficeMainItemActive
{

}
.ThemeOfficeMainFolderLeft, .ThemeOfficeMainFolderRight {
	
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}