/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	
	width:50%;
    cursor:pointer;
    white-space:nowrap;
    margin-bottom:10px;
}

.ThemeOfficeSubMenuTable
{
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
    background-color:#E9E9EA
	
}

.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;
    cursor:pointer;
	line-height:9px;
    border-right:1px solid #000000;
	text-decoration:none;
}

.ThemeOfficeMainItemHover,
.ThemeOfficeMainItemActive,
{
	font-family:Verdana;
	font-size:10px;
    cursor:pointer;
	line-height:9px;
    border-right:1px solid #000000;
	text-decoration:underline;
}

.ThemeOfficeMenuItem
{
	
  
}


.ThemeOfficeMenuItemHover,
.ThemeOfficeMenuItemActive
{

}


/* sub menus sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText,
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText{
	
}

TD.ThemeOfficeMainFolderText,TD.ThemeOfficeMainItemText
{
	
}