/* CSS Document */
#top_banner{
margin: 0;
padding: 0;
}
/*tao border phia tren va duoi UL*/
#top_banner ul{
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: none;
	width: 100%;
	height:50px;
	border: 1px solid #DFDFDF;
	border-width: 0px 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
}

* html #top_banner ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}
#top_banner ul li{
display: inline;
}

#top_banner ul li a{
	float: right;
	color: white;
	width: 100px;
	padding: 45px 6px 2px 6px;
	text-decoration: none;
	background-image: url(../images/banner/tyre.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font-size: 11px;
	}
/*trang thái mouse over-->*/
#top_banner ul li a:hover{
color: white;
border-bottom: 1px solid #FFD200;
padding-bottom: 0;
}
.line_menu{
background-image:url(../images/line_menu/menu_center.gif); background-repeat:repeat-x; margin:0px; font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; padding-left:5px; font-weight:bold; text-align:left; color:#002F69;
}
.line_menu span a{
background-color:#33FF00; width:100%;
}
.line_menu span a:hover{
background-color:#FF0000; width:100%;
}
