/* ThemeOfficeMenu Style Sheet */



.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{	font-family: Tahoma, verdana;
	font-size: 11px;
	color: #424242;	
	width:135px!important;
	width:132px;
	cursor:	pointer;
	white-space:nowrap;
	background-color:#C6D8DC;
	text-transform:uppercase;
	font-weight:bold;
}

.ThemeOfficeSubMenu
{	position:	absolute;
	visibility:	hidden;
	width: 164px;
	height:18px;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	999999;
	border:		0;
	padding:	0;	
	overflow:	visible;
}

.ThemeOfficeSubMenuTable
{	overflow:	visible;	
	width: 200px;
}


.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{	cursor:		pointer;
	height:25px;
}

.ThemeOfficeMainItem
{	background-color:	transparent;
	color: #424242;
	border-bottom:1px solid #000000;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{	background-color: #4C6D96;
	color: #466571;
}

.ThemeOfficeMenuItem
{	background: url(../../../imagens/site_2009/bgCelItem.jpg) ;
	color: #224273;	
	height: 30px;
	text-align: center;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{	background: url(../../../imagens/site_2009/bgCelItem.jpg);
	color: #224273;	
	height: 30px;
	text-align: center;
}

/* horizontal main menu */
.ThemeOfficeMainItem
{	padding: 0;
	white-space: nowrap;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{	padding: 0;	
	white-space: nowrap;
}

.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{	background: #4C6D96;
	height:30px;
	text-align: center;
	color: #BCD9EB;
}

.ThemeOfficeMainFolderText:hover, .ThemeOfficeMainItemText:hover,
.ThemeOfficeMainFolderRight:hover, .ThemeOfficeMainItemRight:hover
{	background: url(../../../imagens/site_2009/bgCelAtivo.jpg);
	height:30px;
	text-align: center;
	color: #BCD9EB;
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{	display: none;
	padding: 0px 0px 0px 0px;
	height: 23px;
	background-color: #A5BDC6;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{	padding: 0 0 0 5px;
	background: url(../../../imagens/site_2009/bgCel.jpg);
	border-bottom: 1px solid #A5BDC6;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight

{	padding: 0px;
	width: 0px;
	background-color: inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{	padding: 0px 0px 0px 8px;
	height: 24px;
	width: 1px;
	background-repeat: no-repeat;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText

{	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	0px;
	background-color:	inherit;
}


tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{	padding: 0;	
	width: 0px;
	background-color: inherit;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{	padding: 0px 0px 0px 0px;	
	white-space:	nowrap;
}

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

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

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{	padding: 0px 0px 0px 0px;}

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

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

/* menu splits */

.ThemeOfficeMenuSplit
{	margin:		0px;
	height:		0px;
	overflow:	hidden;
	background-color:	inherit;	
}

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

