/*---------------------------------------------------------------------------------------------------------------------------- menu top*/
/*bat dau cua phan tab*/
.div_tab_top_duan{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
.div_tab_top_duan ul{margin:0; padding:0;}
.div_tab_top_duan ul li{
float: left;
margin: 0 0 0 0px; /* khoang cach giua cac tab */
list-style:none;
}
.div_tab_top_duan ul li a, .div_tab_top_duan ul li a span{
float: left; /* fixes dir=ltr problem and other quirks IE */
padding: 0 12px 0 0;
}
.div_tab_top_duan ul li a{
margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
padding-left: 0;
background-position: 100% 0;
text-decoration: none;
white-space: nowrap; /* @ IE 6 */
outline: 0; /* @ Firefox, prevent dotted border after click */
}
.div_tab_top_duan ul li a span{
padding-top: 0px;
height: 26px; /* @ chieu cao tab khong chon */  
background-position: 0 0;
line-height: 26px;
cursor:pointer;
padding-left:20px;
}
.tab_select_duan a, .tab_select_duan a span{
color:#042a69;
padding-top: 0;
height: 26px; /* chieu cao backgroun tap chon */  
background-position: 0 -26px;
line-height: 26px;
background: url(/images/tab-img.jpg) no-repeat;

}
.tab_nomal_duan a, .tab_nomal_duan a span{
color:#FFFFFF;
padding-top: 0;
height: 26px; /* chieu cao backgroun tap chon */  
background-position: 0 -26px;
line-height: 26px;
/*background: url(/images/tab_left.gif) no-repeat;*/
}
.tab_content_duan{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	clear:both;
}
.tab_content_duan ul{
	margin:0; padding:0;
}
.tab_content_duan ul li{
	color:#042a69;
	float: left;
	margin: 8px 5px 8px 10px; /* khoang cach cac menu con */
	list-style:none;
}
.tab_content_duan ul li a{
	color:#CC6600;
	font-weight:bold;
}
.tab_content_duan a:hover{
color:#aa572f;
text-decoration:none;
}
