﻿/* CSS Document */
/*mainNav*/
#mainNav {
	width:690px;
	height:50px;
	position:absolute;
	top:68px;
	right: 113px;
}
#mainNav ul {
	font-size:15px;
	width:980px;
	padding-left:-1px;
	background-image:url(images/mainNavBg.jpg);
	background-repeat: no-repeat;
}
#mainNav ul li {
	display: block;
	float:left;
	padding:10px 0.3em;
	height:30px;
	margin-left:10px;
	text-align:center;
	width:auto;
	font-family:微軟正黑體, Tahoma, PMingLiU, Geneva, sans-serif;
	font-weight: bold;/*background-image: url(images/mainNavLine.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}
#mainNav ul li.navItemFouse a {
	background-image:url(images/mainNavH.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	cursor:pointer;
	color:#3855a0;
}
#mainNav ul li a {
	color:#555;
	text-decoration:none;
	height:38px;
	display:inline-block;
	width: 68px;
}
#mainNav ul li a:hover {
	background-image:url(images/mainNavH.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	cursor:pointer;
	color:#3855a0;
}
#mainNav ul li ul {
	display:none;
}
#mainNav ul li ul li {
	display:none;
}
#mainNav ul li ul li:hover {
	display:none;
}
#mainNav ul li ul li:hover a {
	display:none;
}
#mainNav ul li ul li a {
	display:none;
}
/*navLeft左方選單*/
.navLeftBg{
		background-image: url(images/subNavBg.png);
	background-repeat:repeat-y;
	background-position: right top;

}
.navLeft {
	background-image: url(images/subNavH2Bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	min-height:300px;
	width:200px;
	font-family:微軟正黑體, Tahoma, PMingLiU, Geneva, sans-serif;
}
.navLeft h2 {
	background-image: url(images/subNavH2Icon2.png);
	background-repeat:no-repeat;
	background-position: 60% 40%;
	height:25px;
	color:#fff;
	position:relative;
	top:0;
	padding:10px;
	text-indent:10px;
}
.navLeft h2 span{
	background-image: url(images/subNavH2Icon.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding:15px;
}
.navLeft ul {
}
.navLeft ul li {
	color:#0066cc;
	line-height:30px;
	background-image: url(images/subNavLi.jpg);
	background-position:left bottom;
	background-repeat: repeat-x;
	padding:3px 0 3px 15px;
	word-wrap: break-word;
	word-break: normal;
}
.navLeft ul li a {
	background-image: url(images/utilityNavIcon.png);
	background-repeat: no-repeat;
	background-position:left center;
padding-left: 20px;
	color:#666;
	text-decoration:none;
}
.navLeft ul li a:hover {
	color:#3855a0;
	text-decoration:underline;
}
.navLeft ul li .foucs {
	color:#3855a0;
	text-decoration:underline;
}
