@charset "utf-8";
	.outer{
		width:133px;
		height:48px;
		position:relative;
		}


    .outer .inner1 {
		background-color:rgba(117,191,224,0.85);
		color:#FFF;
		position: absolute;
		left:133px; 
		top:9px;
		z-index:999;
		display: block;
		-webkit-transition: all 0.4s ease-out;
		opacity: 0; 
		height: 0; 
		width:0px;
		overflow:hidden;/*hover前 高度為0;亦須隱藏overflow;將觸發範圍限制於按鈕;而非按鈕及選單*/
   		}
	    .menubg05:hover .inner1{ width:120px;opacity:1;height:auto; overflow:visible;}/*若不更改為visible第二層選單會出不來*/
		.inner1 .type1{
		color:#FFF;
		font-size:14px;
		max-width:120px;
		text-align:left;
		padding:10px 10px 10px 10px;
		position:relative;	
		}	
		.inner1 .type1:hover{color:rgb(238,235,0); background:url(../../images/cube0.png) no-repeat right center;}
		
	
	.outer .inner2 {
		background-color: rgba(117,191,224,0.85);
		color:#fff;
		font-size:14px;
        width: 75px;
		max-height:0px;	
		position: absolute; left:120px; top:0px;
		display: block;
		-webkit-transition: all  0.4s ease-out;
		opacity: 0;
		overflow:hidden ;
    	}
		
		.inner1 .type1:hover .inner2{ width:130px;opacity:1;max-height:400px; overflow:auto;z-index:999;}/*所選之次選單浮現在最上層，避免其他為選取之次選單浮出覆蓋*/
		.inner2 .type2{ padding:10px 10px 10px 10px;text-align:left;}	
		.inner2 .type2:hover{color:rgba(238,235,0,1);}
		

		.menu_line img{margin: 0 auto;}	
		
.type1 a:link { color: #fff; text-decoration: none;}
.type1 a:visited { color: #fff; text-decoration: none;}
.type1 a:active { color: #fff; text-decoration: none;}
.type1 a:hover { color: #EEEB00; text-decoration: none;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main Box <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.main_box{	min-height:400px;
			background-color:rgba(255, 255, 255, .8);
			box-shadow: -5px   -6px  10px  2px  rgba(0%,0%,0%,0.1),
						 5px   -6px  10px  2px  rgba(0%,0%,0%,0.1);}


