/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	padding:		0;
	list-style:		none;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	font-family: "新細明體", "微軟正黑體", "細明體";
	line-height: normal;
}
.sf-menu {
}

.sf-menu ul {
	position:		absolute;
}
.sf-menu li {
	float:			left;
	position:		relative;
	font-family: "新細明體", "微軟正黑體", "細明體";
	vertical-align: middle;
	height: 30px;
	width: 178px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			none;
	margin-top: 10px;
	
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.sf-menu li a{
	display:block;
	text-align:center;
	text-decoration:none;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", "細明體", Arial;
	color: #06C;
	vertical-align: middle;
	line-height: 30px;

}
.sf-menu li a:hover{
	display:block;
	text-align:center;
	text-decoration:none;
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: "微軟正黑體", "新細明體", "細明體", Arial;
	color: #03C;
	vertical-align: middle;
	font-weight: bold;
	line-height: 30px;
}
.sf-menu li ul li{
	border:0;
}
.sf-menu li ul li a{
	color: #FFF;
	background-color: #09F;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	line-height: 30px;

	
}

.sf-menu li ul li a:hover{
	background-color: #06F;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	color: #FFF;

	line-height: 30px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, {
	display:block;
	width:122px;
	text-align:center;
	text-decoration:none;
	margin-right: 0px;
	color: #FFF;
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 24px;
	font-weight: bolder;
	vertical-align: middle;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.html') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/s
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.html') no-repeat bottom right;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	padding-bottom: 4px;
	padding-right: 2px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
