
/*======================================================================== 
	MENU動態
  ========================================================================*/
.flexdropdownmenu{ /*topmost and sub ULs, respectively*/
	position: absolute;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	width: auto;
	top: 0;
	background: rgba(67, 127, 191, 0.5);
}

.menuStyle01 {
	margin-top: 5px;
	background: #eee;
	width: 115px;
}
.menuStyle01:after {
	bottom: 100%;
	right: 32px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 5px;
	margin-left: -5px;
}
.menuStyle01 a{ display: block; border-bottom: solid 1px #fff; padding: 3px;
	text-align: center; text-decoration: none;}
.menuStyle01 a:link		{ color: #999;}
.menuStyle01 a:visited	{ color: #999;}
.menuStyle01 a:hover		{ color: #f0496d; text-decoration: none;}
.menuStyle01 a:active	{ color: #999;}
