/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
        font-family:        verdana, arial, sans-serif;
        font-size:        13px;
        padding:        0;
        white-space:        nowrap;
        cursor:                default;
}

.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:                0;
        padding:        0;
        overflow:        visible;
        border:                1px solid #8C867B;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeOfficeSubMenuTable
{
        overflow:        visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
        border: 0;
        cursor: default;
        white-space: nowrap;
				width: 187px; /*MMM*/
				/*text-align: center; /*MMM*/
}

.ThemeOfficeMainItem
{ /*background-color: #E5E9F2;*/
				background-color: #090;	 /*MMM*/
				font-weight: normal;
				color: #fff;	 /*MMM*/
 }

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
        /*background-color:        #ffffff;*/
				background-color: #c90;	 /*MMM*/
        font-weight: normal;
        color: #fff;	 /*MMM*/
}

.ThemeOfficeMenuItem
{
        background-color: #c90;	 /*MMM*/
				color: #fff;
}

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


/* horizontal main menu */

.ThemeOfficeMainItem
{
        /*padding: 2px 1px 2px 20px; /*MMM*/
				padding-left: 20px;
        border: 1px solid #d5d5d5;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
        /*padding: 2px 1px 2px 20px; /*MMM*/
				padding-left: 20px;
        border: 1px solid #d5d5d5;
}

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

