.MainMenu_MenuContainer
{background:transparent; /*border-left:1px #78B13B solid;*/ margin-right:-1px;}
* >.MainMenu_MenuContainer{background:transparent; width:1px; margin-right: -0.5px}
.MainMenu_MenuContainer IMG{display:none;}
.MainMenu_MenuContainer TD{font-size:0px;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{display:none;}
.MainMenu_MenuItem{
	color:#31601E;	font-weight:normal; font-size:11px;
	padding:2 5; /*width:106px;*/
	border:1px #4DAC27 solid; border-width:1px 0px;
}
.submenuitembreadcrumb{
	color:#FFF;	font-weight:normal; font-size:11px;
	padding:2 5; /*width:106px;*/
	border:1px #4DAC27 solid; border-width:1px 0px;
}
.submenuitemselected{ /*選擇過後的次選單*/
	color:#fff;	font-weight:normal; font-size:11px;
	padding:2 5; /*width:106px;*/
	background:#FFE500;
	border:1px #4DAC27 solid; border-width:1 0;	
}
.MainMenu_MenuArrow{
	padding:0px;
	border:#4DAC27 solid; border-width:1 1 1 0;
	text-align:right;
	display: none;
}
.submenu{ /*次選單*/
	z-index:1000;
	border:0px;
	padding:2px; margin-left: 0px;
	background:#4DAC27;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=4);
	cursor: pointer;
	/*width:110px !important; width:110px;*/
}
.rootmenuitem TD{ /*主選單*/
 	background: url("./Images/bn_bg.gif") repeat-x;
	font-family: "新細明體", Arial, Helvetica, sans-serif;
	color:#fff; text-transform:uppercase;
	font-size:12px; font-weight:normal; letter-spacing:0.5px;
	padding:0px; text-align:center;
	/*background:transparent;*/
	width:96px; height:42px; display:block; line-height:42px;
	border-right:1px #78B13B solid;
	cursor: pointer;
}
* >.rootmenuitem TD{width:94.6px;}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{ /*選擇過後的主選單*/
	font-family: "新細明體", Arial, Helvetica, sans-serif;
	color:#fff; text-transform:uppercase;
	font-size:12px; font-weight:normal; letter-spacing:0.5px;
	padding:0px; text-align:center;
	background: url("./Images/bn_bg-over.gif") no-repeat;
	width:96px; height:42px; display:block; line-height:42px;
	border-right:1px #78B13B solid;
	cursor: pointer;
}
* >.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{width:94.6px;}
.rootmenuitem IMG,.rootmenuitemselected IMG,.rootmenuitembreadcrumb IMG{display:none;}
.MainMenu_MenuBreak{display:none;}
.rootmenuitem .MainMenu_RootMenuArrow,
.rootmenuitembreadcrumb .MainMenu_RootMenuArrow,
.rootmenuitemselected .MainMenu_RootMenuArrow{display:none;}

/* Unobtrusive Sidenote */
#container {
	margin: 0 auto;
	text-align: left;
	width: 85%;
}
#container p { line-height: 1.7; }
.arc90_sidenoteLNK { padding: 0 .3em; }
.arc90_sidenoteTXT {
	width: 12em;
	line-height: 1.2em;
	font-size: .8em;
	padding: .5em;
}
/* Below are the styles for the four color schemes use in side notes */
.arc90_sidenoteCLR0 {
	border: 1px solid #318484;
	background-color: #D1E8E8;
}
.arc90_sidenoteCLR1 {
	background-color: #FFF6A9;
	border: 1px solid #F2D700;
}
.arc90_sidenoteCLR2 {
	background-color: #FFCFCF;
	border: 1px solid #FF3535;
}
.arc90_sidenoteCLR3 {
	background-color: #CEFFCE;
	border: 1px solid #039B00;
}
/* The below attirbutes handle the alternating floating */

/* Float the odd numbered sidenotes to the right. */
div.arc90_sidenoteCLR0, div.arc90_sidenoteCLR2 {
	margin: 1em 0 1em 1em;
	float: right;
}
/* Float the even numbered sidenotes to the left. */
div.arc90_sidenoteCLR1, div.arc90_sidenoteCLR3 {
	margin: 1em 1em 1em 0;
	float: left;
}