/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMainItem
{	
	font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 12px;    
	color: #ffffff;
	
}	
	
.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	
	font-family: Veranda, Arial, Helvetica, sans-serif;	
    font-size: 12px;
	font-color: #ffffff;	
	
}
 
.ThemeOfficeMenuItem
{
	background-color:	#ffffff;
	
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;	
	color: #ffffff;
	font-weight : bold;
	
}

.ThemeOfficeMenuItemHover
{
	background-color:	#DAE1D8;
	
}

.ThemeOfficeMenuItemActive
{
	background-color:	#f89a20;
	
}

/* Drop Down Item, Left Side */
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	1px;

	white-space:	nowrap;

	border:		0;
	background-color:	#F7F7F7;
	
	
}

/* Drop Down Item, Left Side, Hover Effect */
.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	1px;
	border-top:		0px solid #C5DBEA;
	border-bottom:	0px solid #C5DBEA;
	border-left:	0px solid #C5DBEA;
	background-color:	#D6D3CE;
	white-space:	nowrap;
	
	
}

/* Drop Down Item, Right Side */
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	0px;
	padding-right:	0px;
	border-top:		0px solid #C5DBEA;
	border-bottom:	0px solid #C5DBEA;
	border-right:	0px solid #C5DBEA;
	background-color:	#f7f7f7;
	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;
	border:		0;
	padding:	0;

	overflow:	visible;
	border:		1px solid #286086;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
	
	
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;	
	font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-color: #ffffff;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
	
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	padding:	0px;
	padding-top:	2px;
	padding-left:	3px;
	padding-right:	3px;
	padding-bottom: 2px;
	border:		0px solid transparent;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding:	0px;
	padding-top:	2px;
	padding-left:	3px;
	padding-right:	3px;
	padding-bottom:	2px;
	border:		0px solid #B8B6B7;
	
}




/* SUB MENU SUB COMPONENTS */

/* Drop Down Item, Main Body Section */
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	3px;

	border:		0;
	background-color:	#f7f7f7;
}

/* Drop Down Item, Main Body Section, Hover Over */
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	3px;
	border-top:		0px solid #DAE1D8;
	border-bottom:	0px solid #DAE1D8;
	background-color:	#D6D3CE;
	white-space:	nowrap;
}

/* Drop Down Item, Right Side */
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	#f7f7f7;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
}

.ThemeOfficeMenuItem img.seq1
{
	display:	inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display:	inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
	display:	none;
}
