@charset "utf-8";
/* CSS Document */


/* Navigation 
--------------------------------------------------------------------------------------------------- */
ul.navigation {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
ul.navigation li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 192px;
	height:87px;
}
ul.navigation a {
	color: #000;
	text-decoration: none;
	background: url(../images/css/btn_introduction_tr.png) no-repeat;
	display: block;
	float: left;
	width: 192px;
	height: 87px;
	background-position:0 0;
	text-indent:-9999px;
}
/* Introduction */
ul.navigation .introduction a {
	background: url(../images/css/btn_introduction_tr.png) no-repeat;
}
/* Financial */
ul.navigation .financial a {
	background: url(../images/css/btn_financial_tr.png) no-repeat;
}
/* Product info */
ul.navigation .productinfo a {
	background: url(../images/css/btn_productinfo_tr.png) no-repeat;
}
/* experience */
ul.navigation .experience a {
	background: url(../images/css/btn_experience_tr.png) no-repeat;
}
/* Contact */
ul.navigation .contact a {
	background: url(../images/css/btn_contact_tr.png) no-repeat;
}

ul.navigation a:hover {
	background-position: -192px 0;
}
ul.navigation a.selected, ul.navigation a.selected:hover {
	background-position: -384px 0;
}
ul.navigation .products a {
	width: 138px;
}
ul.navigation .products a:hover {
	background-color: #f6f6f6;
	background-position: -138px 0;
}
ul.navigation .products a.selected {
	background-color: #fff;
	background-position: -276px 0;
}
ul.navigation a:focus {
	outline: none;
}
/* End main navigation  
--------------------------------------------------------------------------------------------------- */