/* ThemeOfficeVertMenu Style Sheet */

.ThemeOfficeVertMenu,.ThemeOfficeVertSubMenuTable
{
	font-family:	tahoma,MS Sans Serif, verdana, arial, sans-serif;
	font-size:	12px;
	color:#000000;
	padding:	0;
	font-weight:bold;
	white-space:	nowrap;
	cursor:		pointer;
}

.ThemeOfficeVertSubMenu
{
	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;

	overflow:	visible;	

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeOfficeVertSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeVertMainItemVert,.ThemeOfficeVertMainItemVertHover,.ThemeOfficeVertMainItemVertActive,
.ThemeOfficeVertMenuItem,.ThemeOfficeVertMenuItemHover,.ThemeOfficeVertMenuItemActive
{
	
	border:		0;
	cursor:		pointer;
	white-space:	nowrap;

}

.ThemeOfficeVertMainItemVert
{

}

.ThemeOfficeVertMainItemVertHover,.ThemeOfficeVertMainItemVertActive
{

}

.ThemeOfficeVertMenuItem
{
	color:#FFFFFF;
	background-color: #C32E30;
}

.ThemeOfficeVertMenuItemHover,.ThemeOfficeVertMenuItemActive
{
	color:#FFFFFF;
	background-color:	#815556;
	
}


/* horizontal main menu */

.ThemeOfficeVertMainItemVert
{
	border:		0;
}

td.ThemeOfficeVertMainItemVertHover,td.ThemeOfficeVertMainItemVertActive
{
	padding:	0px;
	padding-right:0px;	
	padding-left:0px;
}

.ThemeOfficeVertMainVertFolderLeft,.ThemeOfficeVertMainItemVertLeft,
.ThemeOfficeVertMainVertFolderText,.ThemeOfficeVertMainItemVertText,
.ThemeOfficeVertMainVertFolderRight,.ThemeOfficeVertMainItemVertRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeOfficeVertMainVertFolderLeft,td.ThemeOfficeVertMainItemVertLeft
{
	padding-top:	2px;
	padding-bottom:	2px;	

	background-color:	inherit;
}

td.ThemeOfficeVertMainVertFolderText,td.ThemeOfficeVertMainItemVertText
{
	padding-top:	2px;
	padding-bottom:	2px;
	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeVertMainVertFolderRight,td.ThemeOfficeVertMainItemVertRight
{
	padding-top:	2px;
	padding-bottom:	2px;

	background-color:	inherit;
}

tr.ThemeOfficeVertMainItemVert td.ThemeOfficeVertMainVertFolderLeft,
tr.ThemeOfficeVertMainItemVert td.ThemeOfficeVertMainItemVertLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeVertMainItemVert td.ThemeOfficeVertMainVertFolderText,
tr.ThemeOfficeVertMainItemVert td.ThemeOfficeVertMainItemVertText
{
	padding-top:	2px;
	padding-bottom:	2px;	

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeVertMainItemVert td.ThemeOfficeVertMainItemVertRight,
tr.ThemeOfficeVertMainItemVert td.ThemeOfficeVertMainVertFolderRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeOfficeVertMenuFolderLeft,.ThemeOfficeVertMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	


	background-color:	inherit;
	white-space:	nowrap;

}

.ThemeOfficeVertMenuFolderText,.ThemeOfficeVertMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	
	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeVertMenuFolderRight,.ThemeOfficeVertMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	
	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeVertMenuItem .ThemeOfficeVertMenuFolderLeft,
.ThemeOfficeVertMenuItem .ThemeOfficeVertMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;	
	white-space:	nowrap;
	border:		0;
}

.ThemeOfficeVertMenuItem .ThemeOfficeVertMenuFolderText,
.ThemeOfficeVertMenuItem .ThemeOfficeVertMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	

	border:		0;
	background-color:	inherit;
}

.ThemeOfficeVertMenuItem .ThemeOfficeVertMenuFolderRight,
.ThemeOfficeVertMenuItem .ThemeOfficeVertMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeVertMenuSplit
{
	margin:		2px;
	height:		1px;
	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" />
*/

.ThemeOfficeVertMenuItem img.seq1
{
	display:	inline;
}

.ThemeOfficeVertMenuItemHover seq2,
.ThemeOfficeVertMenuItemActive seq2
{
	display:	inline;

}

.ThemeOfficeVertMenuItem .seq2,
.ThemeOfficeVertMenuItemHover .seq1,
.ThemeOfficeVertMenuItemActive .seq1
{
	display:	none;

}
