
.div_tab_top ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.div_tab_top ul li{
    float: left;
    margin: 0 0 0 0px; /* khoang cach giua cac tab */
    font-weight: bold;
}
.div_tab_top ul li a, .div_tab_top ul li a span{
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 5px 0 0; 
}
.div_tab_top 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 ul li a span{
    padding-top: 0px;
    height: 28px; /* @ chieu cao tab khong chon */  
    background-position: 0 0;
    line-height: 28px;
	 cursor:pointer;
	 padding-left:10px;
}
.tab_select a, .tab_select a span{
    padding-top: 0;
    height: 28px; /* chieu cao backgroun tap chon */  
    background-position: 0 -28px;
    line-height: 28px;
	 color:#FFFFFF;
	 background: url(../images/tabs_02.jpg) no-repeat;

}
.tab_nomal a, .tab_nomal a span{
    padding-top: 0;
    height: 28px; /* chieu cao backgroun tap chon */  
    background-position: 0 -28px;
    line-height: 28px;
	 color:#333333;
	 background: url(../images/tabs_01.png) no-repeat;
}
.tab_content{
	height:26px;
	background:url(../images/bg_content.jpg);
	line-height:26px;
	padding-left:25px;
}
.tab_content ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.tab_content ul li{
    float: left;
    margin: 0 0 0 2px; /* khoang cach cac menu con */
	color:#FFFFFF;
}
.tab_content ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
.tab_content a:hover{
	color:#F59740;
}
.tab_border_bottom{
	clear: both; background: #193A99; height: 3px; font-size: 3px; margin-top: 0px;
}