.RadMenu_Left
{
    margin-left:5px;
    padding-top:61px;
    padding-bottom:10px;
    width:179px;
    clear:both;
    float:none;}
.RadMenu_Left .rootGroup > .item
{
    background:url(img/bg_menu_root.png) repeat-x;     
    width:179px;

}
.RadMenu_Left .link
{
    font: bold 12px/36px Arial;
    height:36px;
    text-decoration: none;
    background:none;
    width:179px;
    padding:0px 0px;
    position:relative;
    color:#B21540;
}

.RadMenu_Left .link .text
{
    background: url(img/bullet_root_menu.gif) no-repeat 11px 14px;
    float: left;    
    text-align: left;
    padding:0px 0px 0px 25px;
    text-shadow:0.1em 0.1em 0.05em #ffe7f2;
}

.RadMenu_Left .link:hover, .RadMenu_Left .focused, .RadMenu_Left .expanded
{
    cursor: pointer;
    color:#E7416F;
}
.RadMenu_Left .link:hover .text, .RadMenu_Left .focused .text, .RadMenu_Left .expanded .text
{
    /*Do some thing*/

}
/*Style cho menu o muc 1
Neu thuoc tinh nao o muc cha dinh nghia roi ma muc con muon dinh nghi thanh 
dinh dang khac thi viet lai thuoc tinh se bi ghi de boi thuoc tinh o menu con
*/
.RadMenu_Left .group .item
{
    background:url(img/bg_menusub.png);
}
.RadMenu_Left .group .link
{
    font: normal 12px/36px Arial;
    text-decoration: none;
    padding:0px;
    color:#580022;  
    width:auto;
    background:url(img/border_submenu.gif) repeat-x bottom;
    margin:0px 15px;
}
.RadMenu_Left .group .link:hover
{
   color:#B21540;
}
.RadMenu_Left .group .link .text
{
    background: url(img/bullet_submenu.gif) no-repeat left center;
    padding-left:10px;
}
.RadMenu_Left .group .last .link
{
    background: none;
}
