/****************************************************************************************/
/*Bat dau phan menu chinh o day*/
/****************************************************************************************/
/*
Menu
*/
.arrowlistmenu{
	width:190px;		
	background-repeat: repeat-x;
	background-color: #499cee;		
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	display:block;
	height:45px;
	padding-left: 0px;
	padding-right: 5px;	
	padding-top:5px;
	margin-left: 3px;
	margin-right: 15px;
	vertical-align: middle;		
	background-image: url(../images/epuMasterImage/mnu_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;	
}

.arrowlistmenu .menuheader .menuImageHeader
{	
	float:left;
}

/* div phan chu'a title */
.arrowlistmenu .menuheader .titleContainer
{
	padding-top:7px;
	vertical-align:middle;
	text-align:left;	
}

/* chu o dau moi menu */
.arrowlistmenu .menuheader .titleContainer .menulinkheader
{
	font-weight: bold;
	color: white;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 10pt; /*8.5pt*/
}

.arrowlistmenu .menuheader .titleContainer a:hover
{
/*	text-decoration:underline; */
background-image:url("titlebar-active.png");
}


.arrowlistmenu a:hover{ /*hover state CSS*/
/*
color: #A70303;
background-color: #F3F3F3;
*/
}

/****************************************************************************************/
/*Het phan menu chinh o day*/
/****************************************************************************************/

.arrowlistmenu a.menuitem{
background: black url(titlebar.gif) repeat-x center left;
font: bold 14px Arial;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

.arrowlistmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}


/*thay doi trang thai la mo va dong*/
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
 /* background-image: url(titlebar-active.gif);  */
 background-image:none; 
}

/****************************************************************************************/
/*Phan menu con tinh chinh o day*/
/****************************************************************************************/

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0 auto;
padding:10px 0px 0px 10px;
margin-bottom: 0px; /* bottom spacing between each UL and rest of content */
}

.arrowlistmenu ul li
{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu .menuGachChan
{
	cursor: hand;
	cursor: pointer;
	display:block;		
	padding-right: 5px;		
	margin-left: 0px;
	margin-right: 15px;	
	margin-top: 20px;
	vertical-align: middle;		
	background-image: url(../images/epuMasterImage/mnu_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;	
	width:150px;
}

.arrowlistmenu ul li a
{
margin:0 auto;
color:White;
display: inline;
padding-left:2px;
text-align:left;
text-decoration: none;
font-size:9pt;
font-weight:bold;
font-family:Arial;
border-bottom: 1px solid #dadada;
}

/*
.arrowlistmenu ul li a:visited{
color: #A70303;
}
*/

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:White;
/* 
color: #A70303;
background-color: #F3F3F3; */
background-image:url("titlebar-active.png");
}

.arrowlistmenu a:visited
{
	text-decoration:none;
}

.bottomArrowlistmenu
{
clear:both;
width:180px; /*width of accordion menu*/
float:left;
padding-top:20px;
padding-bottom:20px;
}

