/* ThemeOffice2Menu Style Sheet */

.ThemeOffice2Menu,.ThemeOffice2SubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	13px;

	padding:	0;

	white-space:	nowrap;
	cursor:		default;
}

.ThemeOffice2SubMenu
{
	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;
	border:		1px solid #8C867B;

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

.ThemeOffice2SubMenuTable
{
	overflow:	visible;
}

.ThemeOffice2MainItem,.ThemeOffice2MainItemHover,.ThemeOffice2MainItemActive,
.ThemeOffice2MenuItem,.ThemeOffice2MenuItemHover,.ThemeOffice2MenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
}

.ThemeOffice2MainItem
{
	background-color:	#EFEBDE; 
}

.ThemeOffice2MainItemHover,.ThemeOffice2MainItemActive
{
	background-color:	#C6D3EF;
}

.ThemeOffice2MenuItem
{
	background-color:	WHITE;
}

.ThemeOffice2MenuItemHover,.ThemeOffice2MenuItemActive
{
	background-color:	#C6D3EF;
}


/* horizontal main menu */

.ThemeOffice2MainItem
{
	padding:	1px;
	border:		0;
}

td.ThemeOffice2MainItemHover,td.ThemeOffice2MainItemActive
{
	padding:	0px;
	/*
	border:		1px solid #3169C6;
	*/
}

.ThemeOffice2MainFolderLeft,.ThemeOffice2MainItemLeft,
.ThemeOffice2MainFolderText,.ThemeOffice2MainItemText,
.ThemeOffice2MainFolderRight,.ThemeOffice2MainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeOffice2MainFolderLeft,td.ThemeOffice2MainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	background-color:	#DBE7C8;
}

td.ThemeOffice2MainFolderText,td.ThemeOffice2MainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	background-color:	inherit;
	white-space:	nowrap;
	border-top: 1px solid #DBE7C8;
	border-bottom: 1px solid #DBE7C8;
}

td.ThemeOffice2MainFolderRight,td.ThemeOffice2MainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	background-color:	inherit;
	border-top: 1px solid #DBE7C8;
	border-bottom: 1px solid #DBE7C8;
}

tr.ThemeOffice2MainItem td.ThemeOffice2MainFolderLeft,
tr.ThemeOffice2MainItem td.ThemeOffice2MainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOffice2MainItem td.ThemeOffice2MainFolderText,
tr.ThemeOffice2MainItem td.ThemeOffice2MainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOffice2MainItem td.ThemeOffice2MainItemRight,
tr.ThemeOffice2MainItem td.ThemeOffice2MainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeOffice2MenuFolderLeft,.ThemeOffice2MenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

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

.ThemeOffice2MenuFolderText,.ThemeOffice2MenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	background-color:	inherit;
	white-space:	nowrap;
	color: #F4F4F4;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ThemeOffice2MenuFolderRight,.ThemeOffice2MenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-right:	1px solid #3169C6;

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

.ThemeOffice2MenuItem .ThemeOffice2MenuFolderLeft,
.ThemeOffice2MenuItem .ThemeOffice2MenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	/*background-color:	#EFEFDE;*/
}

.ThemeOffice2MenuItem .ThemeOffice2MenuFolderText,
.ThemeOffice2MenuItem .ThemeOffice2MenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

.ThemeOffice2MenuItem .ThemeOffice2MenuFolderRight,
.ThemeOffice2MenuItem .ThemeOffice2MenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeOffice2MenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	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" />
*/

.ThemeOffice2MenuItem img.seq1
{
	display:	inline;
}

.ThemeOffice2MenuItemHover seq2,
.ThemeOffice2MenuItemActive seq2
{
	display:	inline;
}

.ThemeOffice2MenuItem .seq2,
.ThemeOffice2MenuItemHover .seq1,
.ThemeOffice2MenuItemActive .seq1
{
	display:	none;
}
