/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}



/*default-----------------------------*/
a:focus {outline: none;}
#wrapper {
	height: auto;
	width: 960px;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	margin-left: 150px !important;*/
	background-color: #FFF;
	display: block;
}
#header #mainMenu {
	display: inline;
	width:689px;
	height:32px;
	}
#header #mainMenu li a{
	background:url(../images/mainMenu.jpg) repeat -20px 35px;
	}
#header #mainMenu li a:hover{
	background:url(../images/mainMenu.jpg) repeat -20px 35px;
	}
	
#header #subMenu {
	display: inline;
	height: 32px;
	width: 271px;
}

#header #subMenu li a{
	background:url(../images/subMenu.jpg) repeat -20px 35px;
	}
#header #subMenu li a:hover{
	background:url(../images/subMenu.jpg) repeat -20px 35px;
	}	
	
/*--menu2--------------------*/
#header #mainMenu2 {
	display: inline;
	width:689px;
	height:32px;
	}
#header #mainMenu2 li a{
	background:url(../images/mainMenu2.jpg) repeat -20px 35px;
	}
#header #mainMenu2 li a:hover{
	background:url(../images/mainMenu2.jpg) repeat -20px 35px;
	}
	
#header #subMenu2 {
	display: inline;
	height: 32px;
	width: 271px;
}

#header #subMenu2 li a{
	background:url(../images/subMenu2.jpg) repeat -20px 35px;
	}
#header #subMenu2 li a:hover{
	background:url(../images/subMenu2.jpg) repeat -20px 35px;
	}		
	
/*menu Action----------------------------------*/	
.menu li{
	float:left;
	text-align:center;
	width:auto;
	height: auto;
	color: #FFF;
	}

.menu li a { 
	display:block; 
	height:100%; 
	color:#FFF; 
	text-decoration:none; 
/*	border-right:1px solid #FFF; */
}
.menu li a:hover { 
	background-position:50px 0; 
}

/*--------下拉選單---------------------------------*/
/* Navigation */
.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
	overflow-x:visible !important;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 29px;
	font-weight: normal;	
	text-align: center;
	height: 29px;
	width: 105px;
	padding: 0px;	
	background-color: #565656;
	background-image: url(../images/btn_menuBg.jpg);
	letter-spacing: 2px;	
	overflow-x:visible !important;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#navMenu li:hover a, 
#navMenu li.navHover a {
  background: #ccc;
  color: #000;
}
#navMenu li:hover ul a, 
#navMenu li.navHover ul a {
	color: #E7E7E7;
	text-align: left;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	letter-spacing: 1px;
	background-color: #565656;
	width: 155px;
	overflow: hidden;
}
#navMenu li:hover ul a:hover, 
#navMenu li.navHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
	border-bottom: 1px solid #000;
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	left: -1px;
	background-color: #565656;
	width: 155px;
	overflow: hidden;

}
.nav li:hover ul,
.nav li.navHover ul {
  top: 29px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
	padding-right: 20px;
	width: 105px;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}

/*---------end nav----------------*/

/*-----footer--------------------------------*/
#footer {
	background: url(../images/footer.png);
	height: 55px;
	width: 960px;
	display: block;
	clear: both;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
#footer #link {
	line-height: 28px;
	height: 28px;
	width: auto;
	margin-bottom: 5px;
}
#footer #link2 {
	line-height: 20px;
	height: 20px;
	width: auto;
	padding-top: 10px;
	overflow: hidden;
}
#footer #copyright {
	line-height: 26px;
	height: 26px;
}

#footer #copyright2 {
	line-height: 26px;
	height: 26px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ded6ae;
	border-right-color: #ded6ae;
	border-bottom-color: #ded6ae;
	border-left-color: #ded6ae;
	display: block;
	margin-right: 125px;
	margin-left: 125px;
	width: 690px;
}

/**----------------------*/
.clearBoth {
	clear: both;
}
.colLeft {
	float: left;
}
.colRight {
	float: right;
}

