/* style menu*/

/* dinh dang cua bang con*/
.submenunew{	
	cursor:pointer; 
	color:red;
	border-left:1px solid #cccccc;border-top:1px solid #cccccc;border-right:1px solid #cccccc;border-bottom:1px solid #cccccc; cursor: hand;		
	margin-left:2px;
	background:#FFFFFF repeat-x;
	padding-right:23px;
	z-index:4;
}
/* mau cua bang con khi overmouse*/
.submenuitemselectednew {
	cursor: pointer; 
	cursor: hand;
	color:red;
	font:bold 8pt Tahoma;
	margin-left:5px;
	z-index:4;	
	width:150px;	
}
/*mau cua item trong bang con sau khi chon*/
.submenuitembreadcrumbnew {
	cursor: pointer; 
	cursor: hand;
	color:#ff9913;
	font:bold 8pt Tahoma;	
	margin-left:0px;
	z-index:4;	
}

/*item*/
/* mau cua item*/
.rootmenuitemnew td{ 
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font: bolder 12px/20px Tahoma;
	text-transform: none;
	width:190px;

}
/* mau item khi over mouse den */
.rootmenuitemselectednew td{	
	cursor:pointer; 
	cursor:hand;
	color:red;
	font:bold 12px/20px Tahoma;
}
/* mau item sau khi chon*/
.rootmenuitembreadcrumbnew td{
	cursor:pointer; 
	cursor:hand;
	color:red;
	font:bold 12px/20px Tahoma;		
	
}





/* Solpart Menu class */
.MainMenu_MenuContainer{ background:transparent; width:100%;z-index: 4;}
.MainMenu_MenuBar{width:100%}
.MainMenu_MenuItemSel { background:transparent; }
/* mau nen cua Icon*/
.MainMenu_MenuIcon{ 
 	background:#eeeeee; 
 	padding:2px;
	cursor:pointer; 
	cursor:hand; 
	text-align:center; 
	width:16px;
	height:22px;
	border:0px;
}
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem{ 
	color:#325167;
	font:bold 8pt Tahoma;
	border:0px; 
	width:150px;
}




