/* ÅØ½ºÆ® ¸Þ´º¹Ù CSS3 : IE9.0 ÀÌ»ó¿¡¼­ Àû¿ë °¡´É*/

.navcls {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	width:141px;
	line-height:30px;
	float:left;
	text-align:center;
	background:#808646;
	border-radius:  10px 0 / 10px 0;

	-moz-box-shadow: 0px 1px 5px #000000;
	-webkit-box-shadow: 0px 1px 5px #000000;
	box-shadow: 0px 1px 5px #000000;

	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;

	-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px, 0px) rotate(0deg) scale(1);
	-o-transform: translate(0px, 0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px, 0px) rotate(0deg) scale(1);
	transform: translate(0px, 0px) rotate(0deg) scale(1);
}
.navcls:hover {
	transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
}

table {
	font-size:12px;
}

image {
	border:none;
}

A:link {color:#000000}
A:active {color:#FFFF66}
A:visited {color:#000000}
A {text-decoration:none}

body, html{overflow-x:hidden;}

#right_banner {
	position: fixed;
	top: 195px;
	right: 50%;
	margin-right: -530px;
}

.ctab2{
float:left;
width:24.8%;
text-align:center;
font-size:16px;
line-height:30px;
color:#FFF;
}

.ctab4{
float:left;
width:33%;
text-align:center;
font-size:16px;
line-height:30px;
color:#FFF;
}

.ctab5{
float:left;
width:49.8%;
text-align:center;
font-size:16px;
line-height:30px;
color:#FFF;
}

.ct_active {
background:#264588; 
font-weight:bold;
cursor:default;
}

.ct_unactive {
background:#c79e8a;
transition:all .2s;
cursor:pointer;
}

.ct_unactive:hover {
box-shadow:inset 4px 4px 4px #b7856a;
font-weight:bold;
}

.ct_gab {
float:left;
width:2px;
height:50px;
}

.gt_50 {
clear:both;
height:20px;
}