﻿/*nclb左邊次選單開始*/
.nclb_menu_head {
	margin:0px;
	padding:3px;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.nclb_menu {
	margin:0px;
	padding:0px;
}
.nclb_menu ul{
	margin:0px;
	padding-left:10px;
	line-height:20px;
	padding-right:5px;
}
.nclb_menu li{
	font-size:13px;
	color:#555555;
	font-weight:bold;
	background-image:url(../images/dot_blue.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left:15px;
	line-height:20px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:5px;
	padding-top:5px;
}
.nclb_menu a:link {
color:#555555;
text-decoration:none;
}
.nclb_menu a:visited {
color:#555555;
text-decoration:none;
}
.nclb_menu a:hover {
color:#6699ff;
text-decoration:underline;
}

.nclb_submenu {
	font-size:13px;
	color:#555555;
	font-weight:bold;
	background-image:url(../images/dot_blue.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left:15px;
	line-height:20px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:5px;
	padding-top:5px;
	}
.nclb_submenu li {
	font-size:13px;
	color:#555555;
	font-weight:bold;
	background-image:url(../images/dot_blue.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left:15px;
	line-height:20px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:5px;
	padding-top:5px;
	}

/*nclb左邊次選單結束*/

/*nclb左邊上方看板開始*/
.nclb_subtitle {
	background-image:url(../images/bg_subtitle.jpg);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#01458e;
	text-align:right;
	vertical-align:bottom;
	padding-right:15px;
	height:107px;
}
.nclb_subtitle ul {
margin:0px;
text-align:left;
padding-left:15px;
padding-bottom:30px;
}

.nclb_subtitle li {
background-image:url(../images/arrow_1.gif);
background-repeat:no-repeat;
background-position:left 5px;
padding-left:15px;
list-style-type:none;
margin:0px;
text-align:left;
}
/*nclb左邊上方看板結束*/

/* nclb 左邊整體樣式_底線_開始*/
.nclb_left {
background-image:url(../images/line_h_2.jpg);
background-repeat:repeat-x;
background-position:bottom;
padding-top:5px;
padding-bottom:10px;
}
/* nclb 左邊整體樣式_底線_結束*/

/* nclb 左邊選單樣式開始*/
.nclb_left_menu {
	color:#336699;
	font-size:16px;
	font-weight:bold;
}
.nclb_left_menu ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
	cursor: default;
	width:180px;
}
.nclb_left_menu li{
	background-image:url(../images/dot_blue.gif);
	background-repeat:no-repeat;
	background-position:left 14px;
	margin: 0;
	padding-left:15px;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color:#336699;

}
.nclb_left_menu a:link {
	display: block;
	cursor: pointer;
	background-color: #ffffff;
	padding: 10px 5px;
	text-decoration: none;
	color:#336699;
	font-size:16px;
	font-weight:bold;
	}
.nclb_left_menu a:visited {
	display: block;
	cursor: pointer;
	background-color: #ffffff;
	padding: 10px 5px;
	text-decoration: none;
	color:#336699;
	font-size:16px;
	font-weight:bold;
	}

.nclb_left_menu a:hover{
	background-color: #5A9BAF;
	color: #fff;
	text-decoration:underline;	
	}
/* nclb 左邊選單樣式結束*/


