/* 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:	1px;

	overflow:	visible;
	

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	cursor:		default;
	white-space:	nowrap;
	cursor: hand;
}

/*buat ngatur menu utama*/
.ThemeOfficeMainItem
{
	background-color: #fff;
	background: url(../../images/menu.gif) no-repeat top;
	height: 24px;
	width: 223px;
	color: #fff;
}


/*buat ngatur menu utama waktu hover*/
.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	background: url(../../images/menu_hover.gif) no-repeat top;
	height: 24px;
	width: 223px;
	color: #fff;
}


/*buat ngatur submenu*/
.ThemeOfficeMenuItem
{
	background-color:#fff;
	height: 24px;
	width: 200px;
	color: #666;
	border-top: 1px solid #aaa;
}

/*buat ngatur submenu waktu hover*/

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color:#efefef;
	height: 24px;
	width: 200px;
	color: #666;
}


/* ---------------------------------- horizontal main menu ----------------------------*/

.ThemeOfficeMainItem
{
	padding:	1px;
	border:		0;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding:	0px;
	border:		1px solid #aaa;
}



/* ------------------------- vertical main menu sub components --------------------------*/

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	display: none;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	25px;
	padding-right:	5px;
	background-color:	inherit;
	white-space:	nowrap;
	width: 223px;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	display: none;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
}

/* -------------------- buat ngatur menu utama (tr)nya gitu loh----------------*/
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	15px;
	padding-right:	5px;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
}


/*------------------------------- repair bug pada IE ------------------*/
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	15px;
	padding-right:	5px;

	
	background-color:	inherit;
}

tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderRight
{
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	display: none;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	background-color:	inherit;
	white-space:	nowrap;
	width: 150px;
	border: 1px solid #aaaaaa;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	display: none;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	display: none;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	
	
	background-color:	inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
}

/* 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;
}

