/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenu
{
	font-family: Helvetica, Verdana;
	font-size: 12px;
        font-weight: bold;
        color: white;

	padding: 0;

	white-space: nowrap;
	cursor: default;
}

.ThemeOfficeSubMenu
{
	position: absolute;
	visibility: hidden;

	border: 1px solid #8C867B;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border: 0;
	cursor: default;
	white-space: nowrap;
}

.ThemeOfficeMainItem
{
	background-color: #7D94A0;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	background-color: #AD0C0C;
}

.ThemeOfficeMenuItem
{
	background-color: WHITE;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color: #80ABD0;
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	padding: 1px;
	border: 0;
}

TD.ThemeOfficeMainItemHover,TD.ThemeOfficeMainItemActive
{
	padding: 0px;
	border: 1px solid #3169C6;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color: inherit;
}

/* vertical main menu sub components */

TD.ThemeOfficeMainFolderLeft,TD.ThemeOfficeMainItemLeft
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 2px;

	border-top: 1px solid #3169C6;
	border-bottom: 1px solid #3169C6;
	border-left: 1px solid #3169C6;

	background-color: inherit;
}

TD.ThemeOfficeMainFolderText,TD.ThemeOfficeMainItemText
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;

	border-top: 1px solid #3169C6;
	border-bottom: 1px solid #3169C6;

	background-color: inherit;
	white-space: nowrap;
}

TD.ThemeOfficeMainFolderRight,TD.ThemeOfficeMainItemRight
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;

	border-top: 1px solid #3169C6;
	border-bottom: 1px solid #3169C6;
	border-right: 1px solid #3169C6;

	background-color: inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainFolderLeft,
TR.ThemeOfficeMainItem TD.ThemeOfficeMainItemLeft
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 2px;

	white-space: nowrap;

	border: 0;
	background-color: inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainFolderText,
TR.ThemeOfficeMainItem TD.ThemeOfficeMainItemText
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;

	border: 0;
	background-color: inherit;
}

TR.ThemeOfficeMainItem TD.ThemeOfficeMainItemRight,
TR.ThemeOfficeMainItem TD.ThemeOfficeMainFolderRight
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 1px;

	border: 0;
	background-color: inherit;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;

	border-top: 1px solid #3169C6;
	border-bottom: 1px solid #3169C6;
	border-left: 1px solid #3169C6;

	background-color: inherit;
	white-space: nowrap;

	width: 10px;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;

	border-top: 1px solid #3169C6;
	border-bottom: 1px solid #3169C6;

	background-color: inherit;
	white-space: nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;

	border-top: 1px solid #3169C6;
	border-bottom: 1px solid #3169C6;
	border-right: 1px solid #3169C6;

	background-color: inherit;
	white-space: nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 2px;

	white-space: nowrap;

	border: 0;
	background-color: #80ABD0;

	width: 10px;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;

	border: 0;
	background-color: inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 1px;

	border: 0;
	background-color: inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #C6C3BD;
}

/* image shadow */

.ThemeOfficeMenuItemLeft IMG
{
	filter:progid:DXImageTransform.Microsoft.Shadow(color=GRAY, Direction=135, Strength=4);
	background-color: inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft IMG
{
	filter: none;
	background-color: inherit;
}
