/* === TopMenu === */
/*.TopMenu .level_1 .leftBG{
    background: url(/fun/images/entertainment/bg_topmenu_left.png) no-repeat left;

}

.TopMenu .level_1 .rightBG{
    background: url(/fun/images/entertainment/bg_topmenu_right.png) no-repeat right;

}

.TopMenu .level_1 .container{
    background: url(/fun/images/entertainment/bg_topmenu.png) repeat-x;

}

.TopMenu .level_1 table{
    width: auto;
    height: 28px;
}

.TopMenu .level_1 table td a{
    border-left: #e0b500 1px solid;
    border-right: #987b00 1px solid;
    color: #151717;
}

 submenu 
.TopMenu .level_2 .leftBG{
    background: url(/fun/images/entertainment/bg_subTopmenu_left.png) no-repeat bottom;

}

.TopMenu .level_2 .rightBG{
    background: url(/fun/images/entertainment/bg_subTopmenu_right.png) no-repeat bottom;

}

.TopMenu .level_2 .container{
    background: url(/fun/images/entertainment/bg_subTopmenu.png) repeat-x bottom;

}

.TopMenu .level_2 .container ul li a{
    border-left: #838383 1px solid;
    color: #050708 !important;
    padding: 0 4px;
}

 withOpenSubmenu 
.withOpenSubmenu .level_1 .container{
    background-image: url(/fun/images/entertainment/bg_topmenu_withSub.png);

    background-position: right top;
}

.withOpenSubmenu .level_1 .leftBG{
    background: url(/fun/images/entertainment/bg_topmenu_left_withSub.png) no-repeat;

}

.withOpenSubmenu .level_1 .rightBG{
    background: url(/fun/images/entertainment/bg_topmenu_right_withSub.png) no-repeat;

}

.TopMenu .level_1 table td.selected{
    background: #d6d6d6 url(/fun/images/entertainment/bg_topmenu_selected.gif) repeat-x;
}

.TopMenu .level_1 table td.selected a{
    color: #151717;
    border-left: #fff 0px solid;
    border-right: #fff 0px solid;
}

.TopMenu .level_2 .container ul li.selected{
    background: url(/fun/images/entertainment/bg_submenu_selected_left.gif) no-repeat;
}

.TopMenu .level_2 .container ul li.selected a{
    background: url(/fun/images/entertainment/bg_submenu_selected.gif) no-repeat right;
    border-left: #ebb2bf 0px solid;
    color: #fff;
}*/

/* === TopMenu === */
