/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMainItem
{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;    
	color: #ffffff;
	height: 34px;
	margin: 0;
	
}	
	
.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    font-size: 10pt;
	font-color: #ffffff;
	padding: 0;
	margin: 0;
	
}
 
.ThemeOfficeMenuItem
{
	background-color:	#ffffff;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
	color:	#615F5F;
	
}

.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:	#E7E6E5;
	
	
}

/* Drop Down Item, Left Side, Hover Effect */
.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
	padding-right:	1px;
	border-top:		1px solid #fff;/* changed today*/
	border-bottom:	1px solid #fff;/* changed today*/
	border-left:	1px solid #fff;
	background-color:	#959798; /* changed today*/
	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:	#CFCDCC;
	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 #AEAFB0;
	/*    >> This is the shadow for the main menu drop downs.  Currently, it is not on <<
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
	*/
	
}

.ThemeOfficeSubMenuTable a {
	overflow:	visible;	
	font: bold 11px Veranda, Arial, Helvetica, sans-serif;
	color: #010066;/* changed today*/
	text-decoration: none;
}



.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
	
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	padding:	0px;
	border:		0px;
	margin: 0px;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding:	0px;
	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:	#E7E6E5;
}

/* Drop Down Item, Main Body Section, Hover Over */
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	3px;
	border-top:		1px solid #fff;/* changed today*/
	border-bottom:	1px solid #fff;/* changed today*/
	background-color:	#959798;/* changed today*/
	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:	#E7E6E5;
}

/* 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;
}
