/* Top menu ---*/
.top_menu
{
	 background: #ffffff url('../images/top_bg.jpg') top left no-repeat;
	 height:56px;
	 width:1000px;
}

#top_navi{position: absolute;width:680px;height:45px;top:0px;left:315px;}
/*bat dau cua phan tab*/
.div_tab_top{ margin-top:5px; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.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 */  
    line-height: 28px;
	cursor:pointer;
	padding-left:10px;
}
.tab_select a{
    padding-top: 0;
    height: 28px; /* chieu cao backgroun tap chon */  
    background-position: 0 -28px;
    line-height: 28px;
	color:#F59740;

}
.tab_select a span{
    padding-top: 0;
	padding-right:10px;
    height: 28px; /* chieu cao backgroun tap chon */  
    background-position: 10px -28px;
    line-height: 28px;
	color:#F59740;
	/*background: url('http://www.trananh.vn/images/bg/li_category_selectbg.jpg') no-repeat right center;*/

}
.tab_nomal a{
    padding-top: 0;
    height: 28px; /* chieu cao backgroun tap chon */  
    line-height: 28px;
	color:#ffffff;
}
.tab_nomal a span{
    padding-top: 0;
	padding-right:10px;
    height: 28px; /* chieu cao backgroun tap chon */  
    background-position: 0 -28px;
    line-height: 28px;
	color:#ffffff;

/*	background: url('http://www.trananh.vn/images/bg/li_categorybg.jpg') center right no-repeat ;*/
}
.tab_content{
	height:26px;
	/*background:url(/images/bg_content.jpg);*/
	line-height:26px;
	padding-left:25px;
	font-size:11px;
}
.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:#ffae00;
}
.tab_content ul li a{
	font-size:11px;
	color:#ff7200;
	text-decoration:none;
}
.tab_content a:hover{
	color:#000000;
}


#submenu_div{position: absolute;top: 245px; left:30px;}
#sub_category{position: absolute;top: 280px; left:10px;}
