* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.vmenuALIB {								/* top-level menu */
	position: relative; 				/* to let submenus be absolute positioned */
	z-index: 0;
	display: block;
	margin: 0px;
	vertical-align:middle;
	padding: 0px;
	border: 0px;
	list-style: none;
 	color: #232323; font-family: Arial; font-size: 12px; font-weight: bold; text-decoration:none;
 	height:32px;
	width:100%;
	/*background: url(/Portals/13/XSL/Images/MenuCap1.jpg) no-repeat;*/
}

.vmenuALIB ul {							/* 1-level menu */
	position: absolute;					/* ie: out of flow, so do not strech height of top-level menu */
	top: 0px;
	left:100%;						/* due to box model */
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: none;
	color: #000000; font-family: Arial; font-size: 12px; font-weight: bold; text-decoration:none;
	height:0px;
	width:100%;
	/*background: url(/Portals/13/XSL/Images/MenuLv2_Bg.jpg) repeat-x;*/
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
	background:#01406C;
}

.vmenuALIB ul ul {						/* n-level menu */
    font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana; 
	left:0px;
	height:32px;
	COLOR:#232323;  
	width:100%;
	/*background: url(/Portals/13/XSL/Images/MenuLv2_Bg.jpg) repeat-x;*/
	text-align:left;
	text-decoration:none;
	vertical-align:middle;

}

.vmenuALIB li {							/* top-level menu lineup */
	position: relative;					/* to position submenus */
	float:left;							/* kills unwanted space in ie */
	clear: left;						/* we do not want float left here */
	border: 0px solid #d1d1d1;
	border-top: 0px solid #12458B;
	color: #232323; font-family: Arial; font-size: 12px; font-weight: bold; text-decoration:none;
	height:32px;
	width:100%;
	background:#2A99C6;
	background: url(../images/nen/menu1.jpg) repeat-x;*/
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
	padding-left:0px;
}
.vmenuALIB li a,
.vmenuALIB li a:link,
.vmenuALIB li a:visited {				/* all-level menu anchors */
	display: block;						/* to fill full square */
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 32px;
	height:32px;
	width:100%;
	color: #232323; font-family: verdana; font-size: 12px; font-weight: bold; text-decoration:none;
	/*background: url(/Portals/13/XSL/Images/MenuCap1.jpg) no-repeat;*/
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
}
.vmenuALIB li a:hover {
	/*background-color: #cc0001;*/
	background-image: inherit;
	background-position: inherit;
	background-repeat: inherit;
	color: #CC0000; font-family: verdana; font-size: 12px; font-weight: bold; text-decoration:none;
	height:32px;
	width:100%;
	background: url(../images/nen/menu2.jpg) repeat-x;*/
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
}
/*ThienVC: Level2 here*/
.vmenuALIB ul li {						/* 1 or n-level menu lineup */
	background-color: #2B74C6;
	height:32px;
	color: #232323; font-family: Arial; font-size: 12px; font-weight: bold; text-decoration:none;
	width:100%;
	background: url(../images/nen/menu3.jpg) repeat-x;*/
	text-align:left;
	text-decoration:none;
	border-bottom: 0px solid #215A9A;
	border-rigth: 0px solid #215A9A;
	border-left: 0px solid #215A9A;
	padding-left:0px;
	vertical-align:middle;
}
.vmenuALIB ul li a,
.vmenuALIB ul li a:link,
.vmenuALIB ul li a:visited {			/* 1 or n-lvmenu anchors */
	display: block;						/* all same width */
	line-height: 32px;
	font-weight: bold;
	font-family: verdana; 
	height:32px;
	width:100%;
	color: #232323;
	text-align:left;
	text-decoration:none;
	border-top:0px solid #5192D9;
	border-rigth:0px solid #5192D9;
	padding-left:0px;
	vertical-align:middle;
}
.vmenuALIB ul li a:hover {				/* 1 or n-lvmenu anchors */
	display: block;						/* all same width */
	line-height: 32px;
	font-weight: bold;
	font-family: verdana; 
	height:32px;
	COLOR:#232323;  
	width:100%;
    background: url(../images/nen/menu4.jpg) repeat-x;*/
	text-align:left;
	text-decoration:none;
	border-top:0px solid #5192D9;
	border-rigth:0px solid #5192D9;
	padding-left:0px;
	vertical-align:middle;
}
