.bluetabs{
	border-bottom-style: none;
}

.bluetabs ul{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "微軟正黑體";
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	border: 1px solid #778; /*THEME CHANGE HERE*/
	background-repeat: no-repeat;
}

.bluetabs li a:visited{

}

.bluetabs li a:hover{
	text-decoration: underline;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	font-family: "微軟正黑體";
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	width: 60px;
	border: thin solid #009;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
.style1 {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.style2 {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
.lineleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}

