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

/*navbar*/
#navbar_wrapper {width:100%; height:20px; line-height:12px;  } 
#navbar{width:990px; height:20px;margin:0 auto; padding:0;}

#navbar_wrapper.home{background:#fff; } 


#navbar .lang_th{width:19px; height:12px; background:url(../images/lang_th.jpg) no-repeat; display:block; margin:4px 0 4px 5px; }
#navbar .lang_th:hover, #navbar .lang_th.active{width:19px; height:12px; background:url(../images/lang_th_active.jpg) no-repeat; display:block;} 
#navbar .lang_en{width:19px; height:12px; background:url(../images/lang_en.jpg) no-repeat; display:block; margin:4px 0 4px 5px;}
#navbar .lang_en:hover, #navbar .lang_en.active{width:19px; height:12px; background:url(../images/lang_en_active.jpg) no-repeat; display:block;} 


#navbar .navbar_tab {
	width: auto;
	padding: 0 15px 0 5px;
	color: #666;
	font-size: 11px;
	background-image: url(../images/login_cursor.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin:0 10px 0 0;
	height:20px; line-height:20px;
}
#navbar .navbar_tab:hover {width:auto; padding:0 15px 0 5px; color:#cc0000; font-size:11px;margin:0 10px 0 0;}
/*navbar*/

/*navbar inside*/

#navbar_wrapper.inside{background:url(../images/navbar_inside_bg.jpg) repeat-x ; border-bottom:1px #666 solid;}
#navbar_wrapper.inside #navbar{background:url(../images/logo_true_insidebar.png) no-repeat center;}

#navbar .navbar_content_tab {
	width: auto;
	padding: 0 5px;
	color: #939598;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	font-family: 'true_mediumregular'; 
	position:relative;
	z-index:2;
	cursor:pointer;
}
#navbar .navbar_content_tab:hover {width:auto; padding:0 5px; color:#fff; font-size:14px; background:#40454F;  }
#navbar .navbar_content_tab .arrow{
	padding:0 5px;
}
#navbar .navline{width:auto; height:20px;  background:url(../images/navbar_line.png) no-repeat left;   display:block;}

/*end navbar inside*/

/*content_type_submenu*/
.content_type_block{background:#40454F; width:180px; height:190px; position:absolute; z-index:3; left:0; }
.content_type_block ul{margin:0; padding:10px; list-style:none; }
.content_type_block ul li{display:block; height:20px; line-height:20px; }
.content_type_block ul li a{color:#939598; font-size:14px;font-family: 'true_mediumregular';   }
.content_type_block ul li a:hover, .content_type_block ul li a.active{color:#fff;   }
/*end content type submenu*/