/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	text-decoration:none;
	cursor:	hand;
	white-space: nowrap;
	margin-top:1px;
}

.ThemeOfficeSubMenuTable
{
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	cursor: hand;
	white-space: nowrap;
}

.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;
}

.ThemeOfficeMainItem,
{
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	cursor: hand;
	text-align: left;
	height:18px;
}

.ThemeOfficeMainItemHover,
.ThemeOfficeMainItemActive,
{
	color:#000000;
	text-decoration:none;
	cursor: hand;
	height:18px;
}


.ThemeOfficeMenuItem
{
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	cursor: hand;
	text-align: center;
	white-space:	nowrap;
}


.ThemeOfficeMenuItemHover,
.ThemeOfficeMenuItemActive
{
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	cursor: hand;
	text-align: center;
	white-space:	nowrap;
}


/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	padding: 0px;
	background-color:	inherit;
	white-space:	nowrap;
}

/* vertical main menu sub components */
TD.ThemeOfficeMainFolderLeft,TD.ThemeOfficeMainItemLeft
{
	padding-left:	0px;
	padding-right:	0px;
	white-space:	nowrap;
	background-color:	inherit;
}

TD.ThemeOfficeMainFolderLeft,TD.ThemeOfficeMainItemLeft,
TD.ThemeOfficeMainFolderText,TD.ThemeOfficeMainItemText,
TD.ThemeOfficeMainFolderRight,TD.ThemeOfficeMainItemRight
{
	background-color:	inherit;
}

TD.ThemeOfficeMainFolderLeft,TD.ThemeOfficeMainItemLeft
{
	padding-right:	0px;
	padding-left:	0px;
	background-color:	inherit;
	white-space:	nowrap;
}

TD.ThemeOfficeMainFolderText,TD.ThemeOfficeMainItemText
{
	background-color:	inherit;
	white-space:	nowrap;
}

TD.ThemeOfficeMainFolderRight,TD.ThemeOfficeMainItemRight
{
	background-color:	inherit;
	white-space:	nowrap;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainFolderLeft
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainItemLeft
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainFolderText
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainItemText
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainItemRight
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainFolderRight
{
	white-space:	nowrap;
	background-color:	inherit;
}

/* sub menus sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText,
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	background-color:	inherit;
	white-space:	nowrap;
	padding-left: 2px;
	padding-right: 2px;
}

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	background-color:	inherit;
	white-space:	nowrap;
}

TR.ThemeOfficeMenuItem TD.ThemeOfficeMenuFolderLeft
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMenuItem TD.ThemeOfficeMenuItemLeft
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMenuItem TD.ThemeOfficeMenuFolderText
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMenuItem TD.ThemeOfficeMenuItemText
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMenuItem TD.ThemeOfficeMenuItemRight
{
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeOfficeMenuItem TD.ThemeOfficeMenuFolderRight
{
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeOfficeMenuSplit
{
	overflow:	hidden;
	background-color:	inherit;
}

/* 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;
}
