.chromestyle {
	width: 100%;
	font-family:"微軟正黑體";
	margin-top:0px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	margin: 0;
	padding: 0;
}
.chromestyle ul li {
	display: block;
	margin:0 auto;
	float: left;
	/*width:116px;
	padding:0 10px;*/
	font-size: 16px;
	text-align: center;
	list-style: none;
}
@media only screen and (max-width: 1152px) {.chromestyle ul li {font-size: 14px;}}
@media only screen and (max-width: 1024px) {.chromestyle ul li {font-size: 14px;}}
.chromestyle ul li a{
	letter-spacing:2px;}
	
.chromestyle ul li a b{
	display:block;
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;}



.menubtn a {
	display: block;
	height: 29px;
	line-height:35px;
	color: #2b1404;
	padding:18px 19px;
	text-decoration: none;
	-webkit-transition: width 2s, height 2s; /* Safari */
   -moz-transition:width 2s, height 2s;
   -ms-transition:width 2s, height 2s;
   -o-transition:width 2s, height 2s;
    transition: width 2s, height 2s;
}
.menubtn a:hover, .menubtn a.selected, .menubtn a.on {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image:url(../images/cloud3.png);
	height: 26px;
	padding-top:12px;
	padding-bottom:24px;
	margin-top:-3px;
-webkit-transition:all 0.3s linear;
   -moz-transition:all 0.3s linear;
   -ms-transition:all 0.3s linear;
   -o-transition:all 0.3s linear;
   transition:all 0.3s linear;
   -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.menubtn a:hover img, .menubtn a.selected img, .menubtn a.on img {
	-webkit-transition: width 2s, height 2s; /* Safari */
   -moz-transition:width 2s, height 2s;
   -ms-transition:width 2s, height 2s;
   -o-transition:width 2s, height 2s;
    transition: width 2s, height 2s;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	font-family:"微軟正黑體";
	position: absolute;
	width:116px;
	line-height: 25px;
	z-index: 200;
	background:rgba(0, 0, 0, 0.6);
	border-top: #C00 solid 2px;
	visibility: hidden;
	font-size:15px;
	margin-top:-1px;
	margin-left:0px;
}
.dropmenudiv a {
	/*border-bottom: 1px solid #a19c90;*/
	width: auto;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	-webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
	   transition:all 0.3s ease-in;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background:rgba(0,0,0, 0.65);
	color:#ffffff;
}