/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu, .ThemeOfficeMenu td{
	font-family:	verdana, arial, sans-serif;
	padding:	0px;
	white-space:	nowrap;
	cursor:		pointer;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;

	
}

.ThemeOfficeSubMenuTable{
	font-family:	verdana, arial, sans-serif;
	padding:	0px;
	white-space:	nowrap;
	cursor:		pointer;
	color: #FFFFFF;
	
}

.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:		0px;
	padding:	0px;
	overflow:	visible;
	
}

.ThemeOfficeSubMenuTable{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive{
	border:		0px;
	cursor:		default;
	white-space:	nowrap;
	
	
}

.ThemeOfficeMainItem{
	color: #FFFFFF;
	/*background-color:	#FF6600;
	text-decoration: none;*/
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive{
	/*background-color: #CCCCCC;
	border: #000000 5px solid;
	text-decoration: underline;*/
	
}

.ThemeOfficeMenuItem{
	
	background-color:	#7A8DA7;
}
/* SUB MENU */
.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive{
	background-color:	#56584B;
	
}


/* horizontal main menu */

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

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

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight{
	background-color:	inherit;
	
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	2px;
	border: 0px;
	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	background-color:	inherit;
	white-space:	nowrap;
text-decoration: none;
	
}

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

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	2px;
	white-space:	nowrap;
	background-color:	inherit;
	
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	border:		0px;
	background-color:	inherit;
	text-decoration: underline;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	1px;
	border:		0px;
	background-color:	inherit;
}

/* sub menu sub components */

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

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	5px;
	background-color:	inherit;
	white-space:	nowrap;
	font-size: 14px;
	font-weight: bold;
	
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	border-top:	1px solid #666666;
	border-bottom:	1px solid #666666;
	border-right:	1px solid #666666;
	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	3px;
	white-space:	nowrap;
	border:		0;
	
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	padding-right:	5px;
	border:		0px;
	background-color:	inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	1px;
	border:		0px;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #666666;
}

/* image shadow animation */



.ThemeOfficeMenuItem img.seq1{
	display:	inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display:	inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1{
	display:	none;
}
