﻿/*使用者自訂*/
#navcss3 ul li:hover a, #navcss3 li:hover li a {
	color: #CF0; /*子選單預設顏色*/
	line-height: 35px;	/*子選單高度user*/
	width: 150px;
}
/*使用者自訂*/

#navcss3 {
	margin: 0;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;	/*border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);*/
}
#navcss3 .topmainmenu_l {
	float: left;
}
#navcss3 .topmainmenu_r {
	float: left;
}
#navcss3 li {
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#navcss3 a {
	display: block;
	background-repeat: no-repeat;
	text-align: center;
}
#navcss3 a:hover {
	background-repeat: no-repeat;
	text-decoration: none; /* 顯示底線 */
}

/* main level link hover */
#navcss3 .current a, #navcss3 li:hover > a {
}

/* sub levels link hover */
#navcss3 ul li:hover a, #navcss3 li:hover li a {
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	color: #000;
	margin: 0px;
	width: 180px;
	line-height: 25px;
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
}
#navcss3 ul li:hover a:hover {
	background-color: #666;
}
#navcss3 ul a:hover {
	color: #fff !important;
	background-color: #CC3300;
	padding: 0px;
}

/* dropdown */
#navcss3 li:hover > ul {
	display: block;
}

/* level 2 list */
#navcss3 ul {
	display: none;
	margin: 5;
	padding: 5px;
	width: 180px;
	position: absolute;
	/*top: 35px;*/
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
}
#navcss3 ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#navcss3 ul a {
	/*font-weight: normal;*/
	/*text-shadow: 0 1px 0 #fff;*/
}

/* level 3+ list */
#navcss3 ul ul {
	left: 180px;
	top: 0px;
}

/* rounded corners of first and last link */
#navcss3 ul li:first-child > a {
	/*-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
}
#navcss3 ul li:last-child > a {
	/*-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;*/
}

/* clearfix */
#navcss3:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navcss3 {
	display: inline-block;
} 
html[xmlns] #navcss3 {
	display: block;
}
 
* html #navcss3 {
	height: 1%;
}