.tiente1{
font-family: Arial;
font-size:11px;
color:#000000;
font-weight:bold;
text-align:center;
border-bottom:1px #999999 solid;
border-right:1px #999999 solid;
}
.tiente2{
font-family: Arial;
font-size:11px;
color:#000000;
font-weight:bold;
text-align:center;
border-bottom:1px #999999 solid;
border-left:1px #999999 solid;
}
.tiente3{
font-family: Arial;
font-size:11px;
color:#000000;
font-weight:bold;
text-align:center;
border-bottom:1px #999999 solid;
border-right:1px #999999 solid;
}
.tiente4{
font-family: Arial;
font-size:11px;
color:#000000;
font-weight:bold;
text-align:center;
border-bottom:1px #999999 solid;
border-left:1px #999999 solid;
}

.typing {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #790e2c; FONT-STYLE: normal
}

.tableindex {
	width:900px;
	border: 0px solid #000;
	height: 100%;
	background-image: url('background_index.gif');
}


/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/
.text_menu {
	font-family: Arial;
	font-size: 11px;
	color:#ffffff;
}

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.modern_green {
	font-family: Arial;
	font-size: 11px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.modern_green ul {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.modern_green li {
    font-family: Arial;
	width: 100%;
	 /* mau nen menu ngoai */
	width: 165px;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.modern_green ul li {
	font-family: Arial;
	background-color: #fbeff0; /*mau nen menu trong */
	border-top:1px solid #61A097;
	border-bottom:0px solid #1B2C2A; 	
	width: 165px;
	color:#000;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.modern_green a {
	color:#ffffff;
	text-decoration: none;
	padding: 2px 2px 2px 15px;
	line-height: 20px;
	cursor: pointer;
	border-top:1px solid #61A097;
	font-family: Arial;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.modern_green ul a {
	border: none;
	border-bottom:0px solid #ffffff;
	color: #000;
	line-height: 20px;
	font-family: Arial;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.modern_green li.selected {
	font-family: Arial;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.modern_green ul li.selected {
	font-family: Arial;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.modern_green a.selected {
	color: #f9e00b;/*Mau chu sao khi click vao item o menu ngoai*/
	font-size: 11px;
	font-family: Arial;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.modern_green ul a.selected {
	font-weight: bolder;
	font-size: 11px;
	color: #f9e00b;/*Mau chu sao khi click vao item o menu trong*/
	font-family: Arial;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.modern_green li.hover {
	background-color:#fafcf9; /* mau nen khi re chuot vao o menu ngoai*/
	font-family: Arial;
	
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items background-color: #43403c;
 */
.modern_green ul li.hover {
	background-color:#cea5a9; /* mau nen khi re chuot vao o menu trong*/
	font-family: Arial;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.modern_green a.hover {
	color: #FF0000;
	border-top:0px solid #4E817A;
	border-bottom: none;
	font-size: 11px;
	font-family: Arial;
	
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.modern_green ul a.hover {
	border: none;
	border-bottom: 0px solid #ffffff;
	color: #FF0000;
	font-weight: bolder;
	font-size: 11px;
	font-family: Arial;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.modern_green ul ul li.hover  {

	font-family: Arial;
}

/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.modern_green .arrow {

	
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.modern_green .hover ul .arrow,
.modern_green ul .arrow {

}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.modern_green .hover .arrow {

}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.modern_green ul .hover .arrow {

}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding-left: 6px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}




.tieudeu_menu {
	color: #FF0000;
	font-size:14px;
	font-weight:bolder;
	font-family: Arial,Tahoma,Arial;
	margin-left : 39px;

}
.tdtop {
	height:46px;
	width:100%;
	text-align: center;
	background-image: url('nen_menu_top_index.jpg');	
	font-family: Arial,Tahoma,Arial;

}
.tdfoot {
	text-align: center;	
	font-family: Arial,Tahoma,Arial;
	border: 0px solid #feae33;
	width:94%;
	height:75px;
}

.right_foot {
	background-image: url('right_foot.jpg');	
	width:3%;
	height:83px;
}
.left_foot {
	background-image: url('left_foot.jpg');	
	width:3%;
	height:83px;
}



/* ------------------> menu */
DL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
DT {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
DD {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}

DL#menu {
	WIDTH: 171px
}
DL#menu DT {
	HEIGHT: 22px; padding-left:0px;padding-top:4px;font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fafdfd;
}
DL#menu DD {
	
}
DL#menu LI {
	HEIGHT: 16px; padding-left:10px ;padding-top:3px;
}
DL#menu LI A {
	margin-top:0px;BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;TEXT-DECORATION: none; color:#000000;
}
DL#menu DT A {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; BORDER-LEFT: 0px; COLOR: #fafdfd; BORDER-BOTTOM: 0px; HEIGHT: 100%; TEXT-DECORATION: none
}
DL#menu LI A:hover {
	COLOR: #ff9900;
	text-decoration: none;
}
DL#menu DT A:hover {
	COLOR: #ff9900;
	text-decoration: none;
}

/* ------------------> menu */

	
a.menutop:link{
	text-decoration:none;
	font: 12px, Arial;
	font-weight: bolder;
	color: #202643;
	padding-left: 15px;
	text-transform:uppercase;
}

a.menutop:visited {
	text-decoration:none;
	font: 12px, Arial;
	font-weight: bolder;
	color: #202643;
	padding-left: 15px;
	text-transform:uppercase;

}

a.menutop:hover {
	text-decoration:none;
	font: 12px,Arial;
	font-weight: bolder;
	color: #9f0202;
	padding-left: 15px;
	text-decoration:underline;
	text-transform:uppercase;

}


a.menutop#active_menu:hover {
	color: #9f0202;
		text-decoration:none;
}
	
	
