



div#menu_tong{width:100%;z-index:99;
background:#01567D;
}
div#menu_trong{width:1000px;height:17px;
border-top-left-radius:20px;border-top-right-radius:20px;
margin:0 auto;padding-top:9px;
}
div#menu
{
 	width:1000px;
	margin:auto;
	position:relative;	
	
	height:55px;
	line-height:55px;
	z-index:50;	
}

#coolMenu,
#coolMenu ul {
	list-style: none;
}
#coolMenu {
	width:1000px;
	margin:auto;
	position:relative;	
	
	height:41px;
	line-height:40px;
	z-index:50;	
}
#coolMenu > li {
	float: left;
	height: 40px;
}
#coolMenu li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
#coolMenu ul {
	position: absolute;
	display: none;
	z-index: 999;
	
}
#coolMenu ul li a {
	
}
#coolMenu li:hover ul.noJS {
	display: block; 
}


/* Main menu
------------------------------------------*/
#coolMenu {
	font-family: Arial;
	font-size: 12px;
	float:left;
}
#coolMenu > li > a {
	color: #fff;
	font-weight: bold;
	line-height:55px;
	height:55px;
	white-space:nowrap;
	font-family:'uvn_ai_capbold';
	font-size:17px;
	text-transform:uppercase;
}
#coolMenu > li:hover > a ,#coolMenu > li > a.active{
	background:url(../images/active_menu.png)  no-repeat center top;
	color: #FF0;
	
}

/* Submenu
------------------------------------------*/
#coolMenu ul {
	background:#01567D;
}
#coolMenu ul li a {
	
	color: #fff;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	font-size:16px;
	padding-left:20px !important;
}
#coolMenu ul li:last-child a{border-bottom:0px;}
#coolMenu ul li:hover a {
	background: #fff;
	transition:0.6s;
	color:#7E2C32;
}