
/* [MCMENU] */
/* Horizontal */
.CSSMENU 								{ position:relative; height:52px; float:left;padding:0;margin:0;}
.CSSMENU span 							{ padding:0; white-space:nowrap; display:block; float:left;margin:0;}
/*khung chua item bao gom ca .icn(trai) va .txt(phai)*/
.mainMenu .root
{
    text-align: center;
    white-space: nowrap;
    float: left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #fff;    
    font-weight: bold;
    height:52px;
    line-height:52px;
    padding: 0; 
  
}

/*item dau tien cua menu*/
.mainMenu .root.first{
	background:none;
	}
	
/*phan phai goc cua menu*/
.root .txt
{
    height:52px;
    padding: 0 8px 0px 5px;
    
}
/*phan trai goc cua menu*/
.root .icn
{    
    margin-left:2px;
	width:6px;
	height:52px;
}

/*phan phai goc cua menu khi di chuot qua*/
.root.hov .txt{
	color: #fff;
	background: url(images/over2.png) top right repeat-x;
}
/*phan trai goc cua menu khi di chuot qua*/
.root.hov .icn
{    
    background: url(images/over2.png) top left repeat-x;
}

/*phan phai goc cua menu khi chon*/
.root.sel .txt{
	color: #fff;
	background: url(images/over2.png) top right repeat-x;
}

/*phan trai goc cua menu khi chon*/
.root.sel .icn
{
    background: url(images/over2.png) top left repeat-x;
}

/*Submenu */
.mainMenu table		{background-color: #0099CC;text-align:left;float:left;min-width:120px;border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-box-shadow: 5px 5px 5px #666666;
  -webkit-box-shadow: 5px 5px 5px #666666;
  box-shadow: 5px 5px 5px #666666;

	border:solid 1px #fff;}
.mainMenu tr.mi
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    line-height: 25px;
    height:25px;
}
.mainMenu tr.mi td
{


    
}
.mainMenu table span
{
    padding-left:5px;        
}
.mainMenu tr.hov, .mainMenu tr.sel, .mainMenu tr.bc
{
    color: #000;
    background-color: #FF9933;
}
.mainMenu tr.hov td a, .mainMenu tr.sel td a, .mainMenu tr.bc td a
{
    color: #000;
    background-color: #FF9933;
}