/* ThemeOfficeMenu Style Sheet */
.ThemeOfficeMenu td{ padding-right:3px; }
.ThemeOfficeMenu, .ThemeOfficeSubMenuTable{
	font-family: verdana, "新細明體", arial, sans-serif;
	font-size: 13px;
	padding: 0;
	white-space: nowrap;
	cursor: default;
}

.ThemeOfficeSubMenu{
	position:	absolute;
	z-index:	1000;
	visibility:	hidden;
	overflow:	hidden;
	padding:	0px;
	border:		1px solid #CCCCCC;
	background-color:	transparent;
}

.ThemeOfficeSubMenuTable{
	background-color:#FFFFFF;
	border:0px;
	padding:5px 5px;
	opacity: 0.95;
	filter:Alpha(style=0,opacity=95);
	width: 160px;
    color:#666;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive{
	border: 0;
	cursor: default;
	white-space: nowrap;
}

/* common background color to both horizontal and vertical menus */
/* 20120305 Menu的字型縮小*/
.ThemeOfficeMainItem{
	margin: 0 5px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	position:relative;
	text-align:center;
    font-size:13px;
    font-family:"arial","sans-serif";
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,.ThemeOfficeMainItemHover:hover{
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#0000AA;
	position:relative;
	cursor:pointer;
	text-align:center;
	background: url(../../../image/mune_over.png);
    font-family:"arial","sans-serif";
}

/* horizontal main menu */
.ThemeOfficeMainItem{
	padding: 1px;
	border: 0;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight{
	background-color:	inherit;
	white-space:	nowrap;
}

/* vertical main menu sub components */
td.ThemeOfficeMainFolderLeft,
td.ThemeOfficeMainItemLeft{
	padding:	3px 2px 3px 1px;
	border:		0;
	background-color:	inherit;
	white-space: nowrap;
}

td.ThemeOfficeMainFolderText,
td.ThemeOfficeMainItemText{
	padding:	3px 5px 3px 5px;
	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeMainItemRight,
td.ThemeOfficeMainFolderRight{
	padding:	3px 1px 3px 0px;
	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}


tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemLeft,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemLeft{
	padding:	2px 2px 2px 0px;
	border-width:	1px 0px 1px 1px;
	border-style:	solid;
	border-color:	#3169C6;
}

tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemText,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemText {
	padding:	2px 5px 2px 5px;
	border-width:	1px 0px 1px 0px;
	border-style:	solid;
	border-color:	#3169C6;
}

tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderRight,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderRight,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemRight{
	padding:	2px 0px 2px 0px;
	border-width:	1px 1px 1px 0px;
	border-style:	solid;
	border-color:	#3169C6;
}

/* sub menu sub components */
.ThemeOfficeMenuItem{
	background-color:#FFFFFF;
	font-size:13px;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive{
	background-color:#73FF75;
	cursor:pointer;
}

.ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemLeft{
	padding:0px;
}

.ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemText{
	padding:	3px 5px 3px 5px;
	border: 0px;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemRight{
	padding:0px;
	display:none;
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft{
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText{
	background:#0057B7 url(../../../image/gradient.png) repeat-x 0 -100px;
	color:#FFF;
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight{
}

/* menu splits */
td.ThemeOfficeMenuSplit{
	margin:		0px;
	padding:	0px;
	border:		0px;
}

div.ThemeOfficeMenuSplit{
	margin:		3px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
}

/* 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;
}
/*
<div class="ThemeOfficeSubMenu" id="cmSubMenuID1">
<table summary="sub menu" cellspacing="1" class="ThemeOfficeSubMenuTable">
<tr class="ThemeOfficeMenuItem" onmouseover="cmItemMouseOverOpenSub (this,'ThemeOffice',0,null,'vbr',1)"
onmousedown="cmItemMouseDown (this,1)" onmouseout="cmItemMouseOut (this,undefined)" onmouseup="cmItemMouseUp (this,1)">
<td class="ThemeOfficeMenuItemLeft"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td>

<td class="ThemeOfficeMenuItemText"><SPAN STYLE='font-size:11px;'>SYS01</SPAN> Account Management</td>
<td class="ThemeOfficeMenuItemRight"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td></tr>

<tr class="ThemeOfficeMenuItem" onmouseover="cmItemMouseOverOpenSub (this,'ThemeOffice',0,null,'vbr',2)"
onmousedown="cmItemMouseDown (this,2)" onmouseout="cmItemMouseOut (this,undefined)" onmouseup="cmItemMouseUp (this,2)">
<td class="ThemeOfficeMenuItemLeft"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td>
<td class="ThemeOfficeMenuItemText"><SPAN STYLE='font-size:11px;'>SYS02</SPAN> System Params </td>
<td class="ThemeOfficeMenuItemRight"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td></tr>

<tr class="ThemeOfficeMenuItem" onmouseover="cmItemMouseOverOpenSub (this,'ThemeOffice',0,null,'vbr',3)"
onmousedown="cmItemMouseDown (this,3)" onmouseout="cmItemMouseOut (this,undefined)" onmouseup="cmItemMouseUp (this,3)">
<td class="ThemeOfficeMenuItemLeft"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td>
<td class="ThemeOfficeMenuItemText"><SPAN STYLE='font-size:11px;'>SYS03</SPAN> System News</td>
<td class="ThemeOfficeMenuItemRight"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td></tr>

<tr class="ThemeOfficeMenuItem" onmouseover="cmItemMouseOverOpenSub (this,'ThemeOffice',0,null,'vbr',4)"
onmousedown="cmItemMouseDown (this,4)" onmouseout="cmItemMouseOut (this,undefined)" onmouseup="cmItemMouseUp (this,4)">
<td class="ThemeOfficeMenuItemLeft"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td>
<td class="ThemeOfficeMenuItemText"><SPAN STYLE='font-size:11px;'>SYS04</SPAN> Program Menu Setup</td>
<td class="ThemeOfficeMenuItemRight"><img alt="" src="include/JSCookMenu/ThemeOffice/blank.gif"></td></tr></table></div>
*/