/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	font-family:	Helvetica,sans-serif;
	font-size:	11px;
	font-weight:bold;
	cursor:alias;
	line-height:8px;
	padding:	0;
	margin:2px 0px 0px 2px;
	color:#C64934;
	background-color:transparent;
	white-space:	nowrap;
}

.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;
	line-height:8px;
	background-color:#C64934;
	color:#FFF;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	padding:	2px;
	overflow:	visible;
	border:		1px solid #CCC;

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

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
	background-color:transparent;
	color:#C64934;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	color:#C64934;
	background-color:transparent;
	white-space:	nowrap;
}

.ThemeOfficeMainItem
{
	background-color:	trasparent !important;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	background-color:#C64934;
	color:#FFFFFF;
}

.ThemeOfficeMenuItem
{

	background-color:#C64934;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive

	background-color:#EDEDED;
	color:#FFFFFF;
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	padding: 3px 0px 3px 0px;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding:	0px;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	trasparent;
	color:#FFFFFF;
}

/* Main Menų Verticale sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	padding:	4px 0px 4px 0px;
	background-color:	trasparent;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding:	4px 2px 4px 2px;
	color:#FFF;
	background-color:	trasparent;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderText:Hover,td.ThemeOfficeMainItemText:Hover
{
	padding:	4px 2px 4px 2px;
	color:#C64934;
	background-color:	#EDEDED;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderText:visited,td.ThemeOfficeMainItemText:visited
{
	padding:	4px 2px 4px 2px;
	color:#C64934;
	background-color:	#EDEDED;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	padding:	0px 0px;
	background-color:	trasparent;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	padding:	4px 0px 4px 0px;
	white-space:	nowrap;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	2px;
	padding-right:	0px;
	color:#FFF;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	padding:	0px 0px;
	background-color:	inherit;
}

/* Sottomenų Sub Componenti */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	2px;
	padding-right:	2px;
	background-color:	trasparent;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding:	4px 4px;
	border-top:	0px solid #3169C6;
	border-bottom:	0px solid #3169C6;
	color:#FFF;
	background-color:	trasparent;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText:Hover,.ThemeOfficeMenuItemText:Hover
{
	padding:	4px 4px;
	color:#C64934;
	background-color:	#EDEDED;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText:visited,.ThemeOfficeMenuItemText:visited
{
	padding:	4px 4px;
	color:#C64934;
	background-color:	#EDEDED;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding:	0px 0px;
	background-color:	trasparent;
	white-space:	nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	2px;
	padding-right:	2px;
	white-space:	nowrap;
	background-color:	#C64934;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	4px;
	padding-right:	4px;
	background-color:	inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding:	0px 0px;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin:		0px;
	height:		0px;
	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;
}

