﻿
#menu_top {
	width: 1188px;
	height: 38px;
	margin-left: -3px;
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background:#514C4C;	
	font-family: "微軟正黑體";
}

#menu_top li { 
    display: block; 
	float: left; 
	width: 108px; 
	height: 38px; 
	line-height: 38px;  
	list-style: none;
	
}
#menu_top li a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	width: 108px;
	height: 38px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	
}
#menu_top li a:hover {
	background-color: rgba(255,255,255,1.00);
	color: #000;
	border:1px #F7570E solid;
	text-decoration: none;
	display: block;
	position: relative;
	width: 108px;
	height: 36px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#menu_top li.openstore { 
    display: block; 
	float:right;  
	width: 108px; 
	height: 38px;
	position: relative;
	line-height: 38px;  
	list-style: none;
	right:0px;
	top:0px;
	font-family: "微軟正黑體";
}
#menu_top li.openstore a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	width: 108px;
	height: 36px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color:#ff9e00;
	cursor:pointer;
	border:1px #F7570E solid;
}
#menu_top li.openstore a:hover{
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	width: 108px;
	height: 36px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color:#ff9e00;
}
#menu_top li.openstore ul {
	margin: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: -2px;
	width: 635px;
	height: 300px;
	color: #fff;
	display: none;
	background-color: rgba(255,255,255,1.00);
	z-index: 100;
	border: 1px solid rgba(255,158,0, 0.8);
	border-top: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow:0 1px 8px rgba(255,158,0, 0.5);
	-moz-box-shadow:0 1px 8px rgba(255,158,0, 0.5);
	-ms-box-shadow: 0 1px 8px rgba(255,158,0, 0.5);
	-o-box-shadow:0 1px 8px rgba(255,158,0, 0.5);
	box-shadow:0 1px 8px rgba(255,158,0, 0.5);
}
/*
#menu_top li.openstore ul h1{
	color: #f60;
	background-color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-family: "微軟正黑體";
	margin: 20px;
	margin-top:15px;	
}*/
#menu_top li.openstore ul p{
	width: 280px;
	height:20px;
	line-height:20px;
	float:left;
	color: #f60;
	background-color: rgba(255,255,255,1.00);
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-family: "微軟正黑體";
	margin: 10px;
	margin-left:20px;
	margin-bottom:0px;	
}
#menu_top li.openstore ul  div.personal a{
	float: left;
	color: #272626;
	font-family: "微軟正黑體";
	border: 1px solid #bbb;
	background-color: rgba(255,255,255,1.00);
	display: block;
	font-weight: bold;
	font-size: 20px;
	width: 280px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	margin: 20px;
	border-radius: 10px;
	border: 1px solid rgba(255,158,0, 0.8);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 8px 1px rgba(255,158,0, 0.5);
	-moz-box-shadow: 1 1px 8px rgba(255,158,0, 0.5);
	-ms-box-shadow: 1 1px 8px rgba(255,158,0, 0.5);
	-o-box-shadow: 1 1px 8px rgba(255,158,0, 0.5);
	box-shadow: inset 1px 1px 8px 1px rgba(255,158,0, 0.5);
}

#menu_top li.openstore ul  div.company a{
	float: left;
	color: #272626;
	font-family: "微軟正黑體";
	border: 1px solid #bbb;
	background-color: rgba(255,255,255,1.00);
	display: block;
	font-weight: bold;
	font-size: 20px;
	width: 280px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	margin: 20px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid rgba(255,158,0, 0.8);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 8px 1px rgba(255,158,0, 0.5);
	-moz-box-shadow: 1 1px 8px rgba(255,158,0, 0.5);
	-ms-box-shadow: 1 1px 8px rgba(255,158,0, 0.5);
	-o-box-shadow: 1 1px 8px rgba(255,158,0, 0.5);
	box-shadow: inset 1px 1px 8px 1px rgba(255,158,0, 0.5);
}
#menu_top li.openstore ul div.personal a:hover {
	text-decoration: none;
	background-color: rgba(255,158,0,0.3);
}

#menu_top li.openstore ul div.company a:hover {
	text-decoration: none;
	background-color: rgba(255,158,0,0.3);
}
#menu_top li.homepage { 
    display: block; 
	float:left;  
	width: 108px; 
	height: 38px;
	position: relative;
	line-height: 38px;  
	list-style: none;
	left:0px;
	top:0px;
	font-family: "微軟正黑體";
}
#menu_top li.homepage a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	width: 108px;
	height: 36px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color:#ff9e00;
	cursor:pointer;
	border:1px #F7570E solid;
}
