/* navigation css */

#navigation {
	position: relative;
	width :996px;
	height: 25px;
	margin: auto;
	background: url(../images/bg2.gif) repeat-x 0 -1px;
	border-top: 1px solid #7EB0D1;
	border-bottom: 0px solid #5295C2;
}

#navigation dl {
	display: inline;
}

#navigation dd {
	padding: 0px;
	margin: 0px;
	float: left;
}

#navigation a {
 font: bold 13px/25px Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 text-decoration: none;
 text-indent: 10px;
 border-right: 1px solid #A5CAF8;
 display: block;
 width: 96px;
 background: url(../images/arrow_down_hover.gif) no-repeat right 15px; /* navigation icon */
}
 
#navigation a:hover {
 background: #436BA7 url(../images/arrow_down_hover.gif) no-repeat right 15px; /* navigation icon */
 color: #FFFFFF;
}

#navigation dl dl {
	position: absolute;
	float: left;
	width: 170px;
	background: #B9DBF7;
	border-top: 1px solid #FFFFFF;
	display: none;
}

#navigation dl dl a {
	color: #003399;
	background: none; /* navigation icon */
	border-bottom: 2px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 5px;
	width: 168px !important; /* FF */
	width: 170px; /* IE */
	font-weight: normal;
}

#navigation dl dl a:hover {
	background: #80B3D9;
}

.no_arrow a {
 background: none !important;
}
 
.no_arrow a:hover {
 background: #61AA2D !important;
}
/* /navigation css */
/* 重新宣告選單位置 */
#pulldownmenus {
position:absolute;
top:180px;
width:127px;
}

/* link */
A:link {
	COLOR: #414141; FONT-STYLE: normal; TEXT-DECORATION: none; font-size: 11px;
}
A:visited {
	COLOR: #414141; FONT-STYLE: normal; TEXT-DECORATION: none; font-size: 11px;
}
A:active {
	COLOR: #414141; FONT-STYLE: normal; TEXT-DECORATION: none; font-size: 11px;
}
A:hover {
	COLOR: #FF8000; FONT-STYLE: normal; TEXT-DECORATION: underline; font-size: 11px;
}
	p, tr, td, ul, li
		{color: #000000; font-family: Tahoma, Verdana, MingLiU; font-size: 11px;}
	.header1, h1
		{color: #ffffff; background: #4682B4; font-weight: bold; font-family: Tahoma, Verdana, MingLiU; font-size: 13px; margin: 0px; padding: 2px;}
	.header2, h2
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana, MingLiU; font-size: 12px;}

