header {
	background-image:url(pic/banner-01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	width:100%;
	height:100px;
	position:fixed;
	top:0;
	left:0;
	z-index:98;
	color:#FFF;
	/*box-shadow: 0px 3px 20px #666666;*/	
}

#bannerbar {
	width:60%;
	height:100px;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	color:#FFF;
	/*box-shadow: 0px 3px 20px #666666;*/	
}

body {
	margin-top:130px;
	background-color:rgba(51,255,0,0.07);
	text-align:center;
}

a:link, a:visited, ins { 
	text-decoration: none; 
}

img{
	border:none;
}

.menu {
	font-family: arial, sans-serif; 
	width:100%;
	height:25px;
	margin: 0 auto;
	text-align:center;
	margin-top:100px;
	background:#CC9933;
	padding-left:60px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left; 
	position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:150px; 
	height:25px; 
	color:#000; 
	/*border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#c9c9a7;
	border-left:1px solid rgba(102,51,0,1);*/
	background:#FFCC66; 
	line-height:25px; 
	font-size:16px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#fff; 
	background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:25px; 
	left:0; 
	width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display:block; 
	background:#faeec7; 
	color:#000;
	border-left:3px solid rgba(102,51,0,0.7);
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	background:#dfc184; 
	color:#000;
	
}

.box{width:100%; margin:0 auto;}

#self-intro{width:200px;height:100%;position:fixed;_position:absolute;left:-160px;top:125px;}

#flowlink{ width:160px;height:100%;position:absolute;top:0px;left:0px; background:rgba(51,51,51,1); padding-top:35px;}

#hb{height:40px;width:40px;position:absolute;top:35px;right:0;cursor:pointer; background-color:rgba(51,51,51,1); color:#FFFFFF; line-height:40px;}

#self-intro .close{width:30px;height:30px;background:url(pic/close.png) no-repeat;position:absolute;top:0;right:40px;cursor:pointer;display:none;}

.slidemenu {margin:0 auto; width:120px; background:#DEF2FA; font-family:"微軟正黑體"; list-style:none;}
.slidemenu ul { margin: 0; padding: 0; list-style:none;}
.slidemenu li { margin-left: -50px; padding: 0; list-style:none;}
.slidemenu > li > a {
    background-color: #616975;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
    background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
    border-bottom: 1px solid #33373d;
    -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
    -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    display: block;
    position: relative;
    font-family:"微軟正黑體";
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.slidemenu ul li a {
    background: #fff;
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
	text-indent:60px;
    display: block;
    position: relative;
    font-family:"微軟正黑體";
    font-size: 0.923em;
    font-weight: 400;
    color: #878d95;
}
.slidemenu ul li:nth-child(odd) a:hover {
	background-color:#FFCC00;
	color:rgba(255,255,255,1);
}
.slidemenu ul li:last-child a {
    border-bottom: 1px solid #33373d;
}
.slidemenu ul li:nth-child(even) a {
	height:12px;
	line-height:12px;
	font-size:10px;
}
/*.slidemenu ul li:first-child a {
	height:2px;
}*/
.slidemenu > li > a:hover, 
.slidemenu > li > a.active {
    background-color: #35afe3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
    background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
    border-bottom: 1px solid #103c56;
    -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
    -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
    box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.slidemenu > li > a.active {
    border-bottom: 1px solid #1a638f;
}
