/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
        background-image: url(../../images/button_bar_yell.gif);
		
		font-family:        Verdana, Arial, Helvetica, sans-serif;
        font-size:        16px;
		font-weight: bolder;
        color: #FFFFFF;

        padding:        2;

        white-space:        nowrap;
        cursor:                default;
		
		border:                0;
}

.ThemeOfficeSubMenuTable
/* this is the submenu tbl inside color */
{
        background-color: 	#FFFFFF;
		
		font-family:        Verdana, Arial, Helvetica, sans-serif;
        font-size:        14px;
		font-weight: bold;
        color: #FFFFFF;

        padding:        0;

        white-space:        nowrap;
        cursor:                default;
		overflow:        visible;
		
		border:                0;
}

.ThemeOfficeSubMenu 
/* this is the submenu tbl border color */
{
    background-color: 	#FFFFFF;
	
	font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-size:        	14px;
	font-weight: 		bold;
    color: 				#FFFFFF;
	
	border: none;
	text-align: left;
	white-space: nowrap;
	background-repeat: no-repeat;
	padding-top: 2px;
	text-decoration: none;

		
		position:        absolute;
		float:			left;
        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:        2;

        overflow:        visible;
        
		
		/* filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4); */
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
        border:                0;
        cursor:                hand;
        white-space:        nowrap;
}

.ThemeOfficeMainItem
{
	background-color: #FFBA4A;

	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 16px;
        font-weight: bolder;
        color: #FFFFFF;

        padding-top:        5px;
        padding-bottom:     5px;
        padding-left:       14px;
        padding-right:      14px;
		border:             1px solid #FFFFFF;
 }


td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
        padding-top:        5px;
        padding-bottom:     5px;
        padding-left:       14px;
        padding-right:      14px;
        border:             1px solid #FFFFFF;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
        background-color:        #FFBA4A;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight: bolder;
        color: #BD2C18;
}

.ThemeOfficeMenuItem
{
        background-color: 		#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
        background-color:        #663399;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;		
}


/* horizontal main menu */


.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
        background-color:        inherit;
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;
        border-top:        0px solid #BEBEBE;
        border-bottom:        0px solid #BEBEBE;
        border-left:        0px solid #FFFFFF;
        background-color:        #BEBEBE;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        border-top:        0px solid #3169C6;
        border-bottom:        0px solid #3169C6;

        background-color:        inherit;
        white-space:        nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;
        border-top:        0px solid #3169C6;
        border-bottom:        0px solid #3169C6;
        border-right:        0px solid #3169C6;
        background-color:        inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        white-space:        nowrap;

        border:                0;
        background-color:        inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        border:                0;
        background-color:        inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        border:                0;
        background-color:        inherit;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;
        border-top:        0px solid #BEBEBE;
        border-bottom:        0px solid #BEBEBE;
        border-left:        0px solid #FFFFFF;
        background-color:        #FFFFFF;
        white-space:        nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
        font-family:        Verdana, Arial, Helvetica, sans-serif;
        font-size:        14px;
		font-weight: bold;
        color: #FFFFFF;
		
		padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;
        border-top:        0px solid #BEBEBE;
        border-bottom:        0px solid #BEBEBE;
		border-left:		0px solid #FFFFFF;
        background-color:        #BEBEBE;
        white-space:        nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;
        border-top:        0px solid #BEBEBE;
        border-bottom:        0px solid #BEBEBE;
        border-right:        0px solid #BEBEBE;
        background-color:        #FFFFFF;
        white-space:        nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        white-space:        nowrap;

        border:                0;
        background-color:        #BEBEBE;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        border:                0;
        background-color:        #BEBEBE;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        border:                0;
        background-color:        inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
        margin:                0px;
        height:                0px;
        overflow:        hidden;
        background-color:        #FFFFFF;
        border-top:        0;
}

/* 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;
}
