/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	font-family:	Tahoma, arial, sans-serif;
	padding:	0;
	white-space:	nowrap;
	cursor: default;
	margin-top: -1px;
	margin-left: 1px;
}
.ThemeOfficeMenu {
	margin-bottom: 10px;
}
.ThemeOfficeSubMenu
{
	visibility:	hidden;
	margin-top: 17px;
	margin-left: 64px;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	3000;
	border:		0;
	padding:	1px;
	overflow:	visible;
	border: none !important;


	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}
*html .ThemeOfficeSubMenu {
	margin-left: 128px;
}
*:first-child+html .ThemeOfficeSubMenu {
	margin-left: 130px;
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	white-space: nowrap;
	cursor: pointer;
}

/*buat ngatur menu utama*/
.ThemeOfficeMainItem
{
	color: #3b392f;
	padding: 2px 5px 2px 5px;
	/*background: url(menuBg2.gif) no-repeat #4f7d97;*/
	background-color: #cccccc;
}


/*buat ngatur menu utama waktu hover*/
.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	color: #3b392f;
	background-color: #e2e2e2;
}


/*buat ngatur submenu*/
.ThemeOfficeMenuItem
{
	color: #3b392f;
	font-size:	10px !important;
	padding: 2px 5px 2px 15px;
	background-color: #e2e2e2;
}

/*buat ngatur submenu waktu hover*/

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	color: #796c35;
	padding: 2px 5px 2px 15px;
	background-color: #e8e8e8;
}




/* ------------------------- vertical main menu sub components --------------------------*/

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	display: none;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	display: none;
}


/* -------------------- buat ngatur menu utama (tr)nya gitu loh----------------*/
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemText,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemText
{
	/*background: url(menuBg2.gif) no-repeat #4f7d97;*/
	border-bottom: 1px solid #d4d4d4;
	padding: 2px 5px 2px 5px;
	white-space:	nowrap;
	width: 140px;
	margin-left: 1px;
	font-size:	10px !important;
}





/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	display: none;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	white-space: nowrap;
	width: 140px !important;
	padding: 2px 5px 2px 15px;
	border-bottom: 1px solid #d4d4d4;
	font-size:	10px !important;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	display: none;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	display: none;
}



