/*- Menu Tabs F--------------------------- */
#tabsC
	{
	Awidth:230px;
	/*若分頁是獨立頁面,可以自訂 tabsC 的 padding 值，並加clear屬性*/
	/*clear:both*/
	/*padding:12px;*/
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	overflow: visible;
	width: 230px;
}
	
#tabsC a:link {
	color:#666666
}
#tabsC a:visited {
	color:#666666;
}

#tabsC a:hover {
	color:#FF6600;
}

#tabsF
	{
	width:241px;
	padding:0;
	font-size:13px;
	line-height:15px;




	*float:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(tabBG.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #666;
	border-left-color: #FFF;
      	}

#tabsF ul
	{
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
      	}

#tabsF li
	{
	display:inline;
	margin:0;
	padding:0;
	}

#tabsF a
	{
	float:left;
	background:url("tableftF.gif") no-repeat left top;
	margin:0;
	padding:0px 0 0 4px;
	text-decoration:none;
	border-bottom:1px solid #666;
	}

#tabsF a span
	{
	float:left;
	display:block;
	background:url("tabrightF.gif") no-repeat right top;
	color:#666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

#tabsF span
	{
	float:left;
	background:url("tableftF.gif") no-repeat left top;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	}

#tabsF span span
	{
	float:left;
	display:block;
	background:url("tabrightF.gif") no-repeat right top;
	padding:9px 15px 5px 6px;
	color:#666;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/

	#tabsF a span {float:none;}
	/* End IE5-Mac hack */
	#tabsF a:hover span {
      		color:#000;
		}
#tabsF a:hover
	{
	/*
	background-position:0% -42px;
	*/
	}

#tabsF a:hover span
	{
	/*
	background-position:100% -42px;
	*/
	}

	#tabsF #current a
		{
                background-position:0% -42px;
      		border-bottom:1px solid #FFF;
                color:#000;
        	}
	#tabsF #current a span
		{
                background-position:100% -42px;
                color:#000;
        	}
	#tabsF #current span span
		{
                background-position:100% -42px;
      		border-bottom:1px solid #FFF;
                color:#000;
		}
