﻿@charset "utf-8";
/* CSS Document */
#nav {
	line-height: 16px;
	list-style-type: none;
	height: 16px;
	font-family: "微軟正黑體", Arial;
	font-size: 10pt;
	color: #000;
	padding-bottom: 15px;
	position: absolute;
	z-index: 9999;
 	
}

#nav a {
	display: block;
	text-align:center;
	line-height: 16px;
	
}

#nav a:link  {
	color:#000;
	text-decoration:none;
	
}
#nav a:visited  {
	color:#000;
	text-decoration:none;
	
}
#nav a:hover  {
	color:#FF3618;
	text-decoration:none;
	
}

#nav li {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	
}
#nav li a:hover{
	
}
#nav li ul {
	list-style-type: none;
	text-align:left;
	left: -999em;
	width: 268px;
	position: absolute;
	margin-left: -20px;
	
}
#nav li ul li{
	float: left;
	width: 268px;
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}



#nav li ul a{
	display: block;
	width: 238px;
	text-align:left;
	padding-left:20px;
	overflow:hidden;
	background-image: url(../images/symbol-03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 10px;
	line-height: 20px;
	height: 20px;
	font-family: Arial;
	font-size: 8pt;
}

#nav li ul a:link  {
	color:#89857e;
	text-decoration:none;
}
#nav li ul a:visited  {
	color:#89857e;
	text-decoration:none;
}
#nav li ul a:hover  {
	color:#FF3618;
	text-decoration:none;
	background-image: url(../images/symbol-03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	height: 20px;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {clear: left;}
.li_nav_up {
	background-image: url(../images/index_symbol-2-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 268px;
	padding-top: 5px;
	_padding-top: -10px;
}
.li_nav_co  {
	line-height: 20px;
	background-image: url(../images/index_symbol-2-2.png);
	background-repeat: repeat-y;
	height: 20px;
}

.li_nav_dn {
	background-image: url(../images/index_symbol-2-3.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 268px;
}
