
/* [MCMENU] */
/* Horizontal */
 .Menu_Center
{
	clear: both;
	background-repeat:repeat-x;
	height: 35px;
	text-align:center;
	color: #000000;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	padding: 0 5px 0 5px;
}
.CSSMENU 								{ position:relative; height:35px; float:left;padding:0;margin:0;}
.CSSMENU span 							{ padding:0; display:block; font-size:12px;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-weight: bold;
    color:#000;
    height:35px;
    line-height:35px;
    padding: 0; 
    font-size: 13px;   
}

/*item dau tien cua menu*/
.mainMenu .root.first{
	background:none;
	}

/*phan phai goc cua menu*/
.root .txt
{    
    height:35px;
    padding: 0 12px 0px 2px;
    font-size: 13px;
}
/*item cuoi cung cua menu
.mainMenu .root.last .txt{
	background:none !important;
	}
*/	
/*phan trai goc cua menu*/
.root .icn
{    
	width:12px;
	height:35px;
}

/*phan PHAI goc cua menu khi di chuot qua*/
.root.hov .txt{
	color:#fff ;
	background: url(images/hover.jpg) top right no-repeat;
}
/*phan TRAI goc cua menu khi di chuot qua*/
.root.hov .icn
{    
    background: url(images/hover.jpg) top left no-repeat;
}

/*phan PHAI goc cua menu khi chon*/
.root.sel .txt{
	color:#fff ;
	background: url(images/hover.jpg) top right no-repeat;	
}

/*phan TRAI goc cua menu khi chon*/
.root.sel .icn
{
    background: url(images/hover.jpg) top left no-repeat;
}

/*Submenu */
.mainMenu table
{
    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: 1px #d39a26 solid;
}
.mainMenu tr.mi
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    line-height: 30px;
    height:30px;
    background-color:#d39a26;   
}
.mainMenu tr.mi td
{ padding-right: 5px; color: #fff;
}
.mainMenu table span
{
    padding:5px 5px;        
}
.mainMenu tr.hov
{
    /*background:url(images/subitem.png) 0 0 repeat-x; color:#ff69b3 !important;*/
    background-color: #fff;
    background-image:none;
}
.mainMenu tr.hov td
{
    color:#000 !important;
}
.mainMenu tr.sel, .mainMenu tr.bc
{
     background-color: #fff;
     background-image:none;
    /*background:url(images/subitem.png) 0 0 repeat-x; color:#ff69b3 !important;*/
}
.mainMenu tr.sel td, .mainMenu tr.bc td
{
    color:#000 !important;
}
