/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
  width:85%;
  cursor:pointer;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#474747;

}

.ThemeOfficeSubMenuTable
{
	
}

.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;
}

.ThemeOfficeMainItem
{
font-family:Verdana;
font-size:10px;
font-weight:normal;
color:#474747;
cursor:pointer;
border-right:1px solid #000000;
text-align:center;
line-height:8px;
border-spacing:20px;

}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
font-family:Verdana;
font-size:10px;
font-weight:bold;
color:#474747;
cursor:pointer;
border-right:1px solid #000000;
text-align:center;
line-height:8px;
border-spacing:20px;
	
}

.ThemeOfficeMenuItem
{

}


.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	
}


/* sub menus sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft,.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText,.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
 
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText{
	
}
