/*- Menu Tabs F--------------------------- */
#tabsC
	{
	width:100%;
	/*若分頁是獨立頁面,可以自訂 tabsC 的 padding 值，並加clear屬性*/
	/*clear:both*/
	/*padding:14px;*/
	border-left:#E7380D 1px solid;
	border-top:#E7380D 1px solid;
	border-right:#E7380D 1px solid;
	border-bottom:#E7380D 1px solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;;
	padding-left: 0px;
	}

#tabsF
	{
	float:none;
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;





	*float:none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: ##E7380D;
	border-bottom-color: ##E7380D;
	border-left-color: ##E7380D;
	background-image: url("../images/tabBG.gif");
	background-repeat: repeat-x;
	background-position: left top;
      	}

#tabsF ul
	{
	margin:0;
	padding:10px 10px 0px 6px;
	list-style:none;
      	}

#tabsF li
	{
	display:inline;
	margin:0;
	padding:0;
	}

#tabsF a
	{
	float:left;
	margin:0;
	padding:0px 0 0 4px;
	text-decoration:none;
	border-bottom:1px solid #E7380D;
	background-image: url("../images/tabrightE.gif");
	background-repeat: no-repeat;
	background-position: left top;
	}

#tabsF a span
	{
	float:left;
	display:block;
	background:url("../images/tabrightE.gif") no-repeat right top;
	padding:9px 20px 5px 8px;
	color:#FFFFFF;
	}

#tabsF span
	{
	float:left;
	background:url("../images/tabrightE.gif") no-repeat left top;
	margin:0;
	padding:4px 2 2 4px;
	text-decoration:none;
	}

#tabsF span span
	{
	float:left;
	display:block;
	background:url("../images/tabrightE.gif") no-repeat right top;
	padding:9px 20px 5px 18px;
	color:#E7380D6;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/

	#tabsF a span {float:none;}
	/* End IE5-Mac hack */
	#tabsF a:hover span {
      		color:#E7380D;
		}
#tabsF a:hover
	{
	/*
	background-position:0% -42px;
	*/
	}

#tabsF a:hover span
	{
	/*
	background-position:100% -42px;
	*/
	}

	#tabsF #current a
		{
                background-position:100% -42px;
      		border-bottom:3px solid #E7380D;
                color:#E7380;
        	}
	#tabsF #current a span
		{
                background-position:100% -42px;
                color:#E7380;
        	}
	#tabsF #current span span
		{
                background-position:100% -42px;
      		border-bottom:0px solid #E7380D;
                color:#E7380D;
		}

