
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Basic Elements */
ul li {
	list-style: none;
}
a {
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
/* Backgrounds */

/*
=================================== Horizontal Navigation ================================*/

#aaa {
	/*position: absolute;*/
	top: 0;
	left: 324;
	width: 481px;
	height: 37px;
	background: url('../images/horiz_sprites_1.png') no-repeat;
}


#aaa li {
	    float: left;
   margin-left: 26px;
    margin-top: 10px;
	
	/*margin-bottom: -4px;*/

}

#aaa li a{
	   color: #000;
    font-weight: bolder;
	/*font-family: "微軟正黑體","Microsoft JhengHei",Arial !important;*/
}
#aaa li.active a{
	   color: red;

}

#aaa li a:hover{
	   color: #fff;

}



#hnav {
	/*position: absolute;*/
	top: 0;
	left: 324;
	width: 481px;
	height: 37px;
	background: url('../images/horiz_sprites_1.png') no-repeat;
}
#hnav li {
	position: absolute;
	left: 0;
	height: 37px;
}
#hnav #home {
	width: 93px;
	left: 324px;
}
#hnav #products {
	width: 97px;
	left: 421px;
}
#hnav #news {
	width: 97px;
	left: 615px;
}
#hnav #company {
	width: 97px;
	left: 518px;
}
#hnav #contactus {
	width: 97px;
	left: 712px;
}
#hnav li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 37px;
	text-indent: -9999em;
}
/*
=================================== Vertical Navigation ================================*/
#vnav {
	position: absolute;
	top: 100px;
	left: 0;
	width: 234px;
	height: 225px;
	background: url('../images/vert_sprites.gif') no-repeat;
}
#vnav li {
	position: absolute;
	left: 0;
	width: 234px;
	height: 45px;
}
#vnav #hnavhome {
	height: 45px;
	top: 0px;
}
#vnav #vnavschedule {
	height: 45px;
	top: 45px;
}
#vnav #vnavmedia {
	height: 45px;
	top: 90px;
}
#vnav #vnavblog {
	height: 45px;
	top: 135px;
}
#vnav #vnavcontact {
	height: 45px;
	top: 180px;
}
#vnav li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 234px;
	height: 45px;
	text-indent: -9999em;
}
