/*主選單 */
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	margin-top: 5px;
	margin-right: 22px;
	margin-bottom: 5px;
	margin-left: 22px;
	text-align: center;
	text-shadow: 0 1px 0 #666666;

}

nav a:hover,
nav a:focus {
	outline: none;
}



#cl-effect-13  {
	margin-left: 50px;	
	text-align: center;
	clear: both;
	
}
#cl-effect-13 ul{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#cl-effect-13 li {
	float: left;
	height: 40px;
	position: relative;
	list-style-type: none;
}

#cl-effect-13 li  a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	letter-spacing: 2pt;
	float: none;
}

#cl-effect-13 li a::before {
	position: absolute;
	top: 160%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.0em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#cl-effect-13 li a:hover::before,
#cl-effect-13 li a:focus::before {
	color: #C00;
	text-shadow: 10px 0 #C00, -10px 0 #C00;
}

#cl-effect-13 li a:hover,
#cl-effect-13 li a:focus {
	color: #FFFFFF;
}






/*---選單分类---*/
#cl-effect-13 li ul{
	display: none;
	position: absolute;
	top: 35px;
	width: 116px;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.40);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#cl-effect-13 li ul li{
	line-height: 30px;
	height: 30px;
	margin: 0;
	background-image: none;
	position: relative;
	z-index: 1000
}
#cl-effect-13 li ul a{
	background: none;
	color: #FFF;
	width: 110px;
	margin-left: 3px;
	font-size: 12px;
}
#cl-effect-13 li ul a:hover{
	color: #FFF;
	font-weight: 300
}

#cl-effect-13 li ul a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.0em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#cl-effect-13 li ul  a:hover::before,
#cl-effect-13 li ul  a:focus::before
 {
	color: #FFF;
	text-shadow: 10px 0 #FFF, -10px 0 #FFF;
}
