/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu, .ThemeOfficeSubMenuTable
{
	background-color: #F6BA04;
	
	padding:	0;
	white-space:	nowrap;
	cursor:pointer;
}

.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;
	padding:	0;

	overflow:	visible;
	border:		0px none;

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

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
	
}

.ThemeOfficeMainItem, .ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive, .ThemeOfficeMenuItem, .ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive
{	
	background-color: #F6BA04;
	font-style:italic;
	font-weight: bold; 
	text-decoration: none; 
	color: #BB0033;
	list-style-type:none;
	
	
}

.ThemeOfficeMainItem{
	background-color: #FFCC66;
	font-style:italic;
	font-weight: bold; 
	text-decoration: none; 
	color: #880011;
	list-style-type: none;
	background: transparent; 
	border: 1px dotted #000000;	
	
}

.ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive{
	background-color: #FFCC66;
	
	font-style:italic;
	font-weight: bold; 
	text-decoration: none; 
	color: #BB0033;
	list-style-type:none;
	
}

.ThemeOfficeMenuItem
{
	
	background-color: #FFCC66;
}

.ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive
{
	
	background-color: #ffffff;
	
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	padding:	4px;
	
}

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

.ThemeOfficeMainFolderLeft, .ThemeOfficeMainItemLeft, .ThemeOfficeMainFolderText, .ThemeOfficeMainItemText, .ThemeOfficeMainFolderRight, .ThemeOfficeMainItemRight
{
	
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft, td.ThemeOfficeMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;
	width: 10px;
}

td.ThemeOfficeMainFolderText, td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight, td.ThemeOfficeMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;
	white-space:	nowrap;
	width: 110px;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;
    width: 110px;
	
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;
    width: 110px;
	

		
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight, .ThemeOfficeMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	white-space:	nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

border-bottom:1px solid #D5A900;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border-bottom:1px solid #D5A900;

}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;
    border-bottom:1px solid #D5A900;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
}

/* 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;
}
