@charset "utf-8";

/* CSS Document */



.glossymenu{
	/* thẻ này là toàn bộ menu*/
	margin: 5px 0;
	width: 250px; /*width of menu*/
	border: 0px solid #9A9A9A;
	padding-left:0px;
	

}



.glossymenu a.menuitem{
	/* thẻ div cho từng dòng menu, là dòng nền ko có sự kiện gì của chuo*/
	/*background: black url(../../images/menu/nen1.jpg) repeat-x bottom left;*/
	

	font: bold 13px "Tahoma";

	color: white;

	background-color:#0066a4;

	display: block;

	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

	width: auto;

	padding: 4px 0;

	padding-left: 25px;

	text-decoration: none;

	text-align:left;

}





.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{

	color: white;
	

}



.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	/* thẻ div này là thẻ chứa hình mủi tên chỉ lên chỉ xuống */
	position: absolute;

	top: 5px;

	right: 5px;

	border: none;
	/*background: black url(../../images/menu/xuong.jpg);*/
	/*background-color:#000000;*/

}



.glossymenu a.menuitem:hover{

	background-image: url(../../images/menu/xx.jpg);
	/*background-color:#FFFFFF;*/
	color:#000000;
	font:Tahoma;
	

}

/*---------------------------------------------------*/
.glossymenu a.khong{
	/* thẻ div cho từng dòng menu, là dòng nền ko có sự kiện gì của chuo*/
	/*background: black url(../../images/menu/nen1.jpg) repeat-x bottom left;*/
	

	font: bold 13px "Tahoma";

	color: white;

	background-color:#0066a4;

	display: block;

	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

	width: auto;

	padding: 4px 0;

	padding-left: 25px;

	text-decoration: none;

	text-align:left;

}





.glossymenu a.khong:visited, .glossymenu .khong:active{

	color: white;
	

}



.glossymenu a.khong .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	/* thẻ div này là thẻ chứa hình mủi tên chỉ lên chỉ xuống */
	position: absolute;

	top: 5px;

	right: 5px;

	border: none;
	/*background: black url(../../images/menu/xuong.jpg);*/
	/*background-color:#000000;*/

}



.glossymenu a.khong:hover{

	background-image: url(../../images/menu/nenmenu.jpg);
	/*background-color:#FFFFFF;*/
	color:#000000;
	font:Tahoma;
	

}


/*---------------------------------------------------*/

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

	background: white;

}



.glossymenu div.submenu ul{ /*UL of each sub menu*/

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.glossymenu div.submenu ul li{

	border-bottom: 0px solid blue;

}



.glossymenu div.submenu ul li a{

	display: block;

	font: normal 12px "Tahoma";

	color:#FFFFFF;

	background-color:#0066a4;

	text-decoration: none;

	padding: 2px 0;

	padding-left: 35px;

	text-align:left;

}



.glossymenu div.submenu ul li a:hover{

	background: #0066a4;

	colorz:#CCFF00;

	color:#CCFF00;

}