/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	margin-top: 30px;
	margin-left: 402px;
	vertical-align: bottom;
	font-family:	trebuchet, verdana, arial, sans-serif;
	white-space:	nowrap;
	cursor:		pointer;	
}

.ThemeOfficeSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	white-space:	nowrap;
	cursor:		pointer;
}

.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	font-weight:    BOLDER;
	z-index:	100;
	border:		0;
	background: transparent;
	background-color: transparent;
	overflow:	visible;
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	font-size:	18px;
	border:		0;
	font-weight:	normal;
  	color:      	black;
	cursor:		pointer;
	white-space: 	nowrap;
	background: transparent;
	background-color: transparent;
	height: 30px;
}

/* horizontal main menu */

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background: transparent;
	background-color: transparent;
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	font-weight: 	bolder;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderTextHover,td.ThemeOfficeMainItemTextHover
{
	font-weight: 	bolder;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	background: transparent;
	background-color: transparent;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	background: transparent;
	background-color: transparent;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	background: transparent;
	background-color: transparent;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	background: transparent;
	background-color: transparent;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	background: transparent;
	background-color: transparent;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	background: transparent;
	background-color: transparent;
	white-space:	nowrap;
	font-weight:    bold;
	font-size:	12px;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	background: transparent;
	background-color: transparent;
	white-space:	nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	white-space:	nowrap;
	border:		0;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	border:		0;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;

	padding-right:	0px;
	border:		0;
}

/* menu splits */

/* 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;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive {
	color: white;
	font-weight: bold;
	}