ul.menu_top{
	position:absolute;
	right:0px;
	bottom:0px;
	height:37px;
	z-index: 9999;
}
ul.menu_top li{
	float:left;
	margin-left:20px;
	position: relative;
	z-index:99;
}
ul.menu_top li a{
	float:left;
	height:37px;
	line-height:37px;
	text-transform:uppercase;	
	color:#751415;
	text-shadow:1px 1px #fff;
	font-family: 'UVNVanChuongBold';
	font-weight: bold;
	font-size: 16px;
    padding-left:8px; 
}
ul.menu_top li a span{
	padding-right:8px; 
}

ul.menu_top li a:hover,ul.menu_top li a.active{
	color:#fc8817;
	background:url(../images/menu_active_left.png) no-repeat left bottom;	
}
ul.menu_top li a:hover span,ul.menu_top li a.active span{
	background:url(../images/menu_active_right.jpg) no-repeat right bottom;
	display: block;	
}
ul.menu_top ul{
	position:absolute;
	left:0%;
	top:36px;
	width:148px;
	background:url(../images/bottom_ul.png) no-repeat bottom center;
	display:none;
	padding-bottom:7px;
	z-index: 9999;
}
ul.menu_top ul li{
	background-color:#fff !important;
	height:auto;
	padding:8px 0px;
	margin-left: 0px;
	border-left:1px solid #dddcdc;
	border-right:1px solid #dddcdc;
}
ul.menu_top ul li a{
	border-bottom:1px solid #dddcdc;
	margin : 0 8px;
	text-transform:none;
	font-weight: normal;
	color:#666666;
	font-size:12px;
	height:auto;
	line-height:normal;
	padding:0px 19px 8px 14px;
	width:98px;
	text-align:left;
	font-family: Arial;
	background:url(../images/icon7.jpg) no-repeat left 5px;
}
ul.menu_top ul li a:hover,ul.menu_top ul li a.active,ul.menu_top ul li a.active1{
	color:#751415;
	font-weight: bold;
	background:url(../images/icon7.jpg) no-repeat left 5px;	
}
ul.menu_top ul ul{
	left:152px;
	top:0;
	
	padding-top:4px;
}
.news_icon{
	position: absolute;
	right:0;
	top:0;
}