@charset "utf-8";
/* CSS Document */

#accordion {
	margin:0;
	padding:0;	
	list-style:none;
	width:275px;
}

#accordion li {
	width:275px;
}

#accordion li a {
	display: block;
	width: 275px;
	text-indent:-999em;
	outline:none;
}
#accordion ul {
	width:275px;
	margin:0;
	padding:0;
	display:none;	
}						

 a#tcg_group {
	  background:url(../images/_temp/bg_about_menu_01_01.jpg) no-repeat top left; 
	  width:260px; 
	  height:77px; 
	  display:block; 
	  overflow:hidden; 
	  padding: 16px 0px 0px 15px;
  }
  a#tcg_quality {
	  background:url(../images/_temp/bg_about_menu_01_02.jpg) no-repeat top left; 
	  width:260px; 
	  height:60px; 
	  display:block; 
	  overflow:hidden; 
	  padding: 32px 0px 0px 15px;
  }
  a#tcg_green {
	  background:url(../images/_temp/bg_about_menu_01_03.jpg) no-repeat top left; 
	  width:260px; 
	  height:77px; 
	  display:block; 
	  overflow:hidden; 
	  padding: 16px 0px 0px 15px;
  }
  a#tcg_history {
	  background:url(../images/_temp/bg_about_menu_01_04.jpg) no-repeat top left; 
	  width:260px; 
	  height:60px; 
	  display:block; 
	  overflow:hidden; 
	  padding: 32px 0px 0px 15px;
  }
  
  a#tcg_group:hover {
	  background:url(../images/_temp/bg_about_menu_3_02.jpg) no-repeat top left;
	  width:260px;
	  height:77px; 
  }
  a#tcg_quality:hover {
	  background:url(../images/_temp/bg_about_menu_3_04.jpg) no-repeat top left; 
	  width:260px;
	  height:60px; 
  }
  a#tcg_green:hover {
	  background:url(../images/_temp/bg_about_menu_3_06.jpg) no-repeat top left; 
	  width:260px;
	  height:77px; 
  }
  a#tcg_history:hover {
	  background:url(../images/_temp/bg_about_menu_3_08.jpg) no-repeat top left;
	  width:260px; 
	  height:60px; 
  }

#companyprofile {
	text-indent: 50px; 
	line-height: 25px;
	margin-top:40px;
}
#companyprofile #right_menu {
	display:block; 
	overflow:hidden; 
	float:right;
	margin:30px 0px;
}
/*#companyprofile #right_menu ul li a {
	font-family:'Conv_BEBAS_',Sans-Serif; 
	font-size:2em; 
	color:#FFF; 
	text-transform:uppercase;
	text-align:left;
	text-indent:0px;
	text-decoration:none;
	line-height:27px;
	width:275px;
	min-height:60px;
	text-shadow: 0.95px 0.95px 1px rgba(0, 0, 0, 0.62);
}*/
#companyprofile #right_menu ul li ul li { 
	text-align:left;
	line-height:37px;
	height:30px;
	text-shadow: 0.95px 0.95px 1px rgba(0, 0, 0, 0.62);
	background:rgba(128, 105, 159, 0.81);
	padding:14px 0px;
	border-bottom:1px solid rgba(255, 255, 255, 0.22);
}
#companyprofile #right_menu ul li ul > a >li  {
	font-family:'Conv_DB-Ozone-X',Sans-Serif; 
	font-size:20px; 
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:30px;
	display:block;
	overflow:hidden;
}
#companyprofile #right_menu ul li ul li:hover {
	background:rgba(71, 51, 100, 1);
}