﻿#ch-menu
{
    padding:0px;
    margin:0px;
    width:100%;
    height:51px;
    background:url("images/child-menu-bg.png") repeat-x top left transparent;    
    z-index:19;
}
#ch-menu .ch-menu-left
{
    padding:0px;
    margin:0px;
    width:100%;
    height:51px;
    background:url("images/child-menu-left.png") no-repeat top left transparent;
    z-index:20;
}
#ch-menu .ch-menu-right
{
    padding:0px;
    margin:0px;
    width:100%;
    height:51px;
    background:url("images/child-menu-right.png") no-repeat top right transparent;
    z-index:21;
}
#ch-menu ul
{
    margin:0px;
    padding:0px;
    width:auto;
    height:auto;
    float:left;
    display:block;
    z-index:22;
}
#ch-menu ul li
{
    margin:0px;
    padding:0px;
    width:auto;
    height:auto;
    float:left;
    display:inline-block;
    list-style-type:none;
}
#ch-menu ul li a,
#ch-menu ul li a:link,
#ch-menu ul li a:visited
{
    color:#bc5f5f;
    float:left;
    text-decoration:none;
    padding:16px 27px;
    font-size:14px;
}
#ch-menu ul li a:hover,
#ch-menu ul li a.active
{
    color:#741313;    
    /*background:url("images/active-arrow.png") no-repeat bottom center transparent;*/
}
#ch-menu ul li span.NormalKhmer
{
    font-size:14px;    
}
a.active-arrow
{
    background:url("images/active-arrow.png") no-repeat top left transparent;
    width:12px;
    height:7px;
    position:absolute;
    top:44px;
    left:0px;
    text-indent:-10000px;
}
a.none-arrow
{
    display:none;    
}
.chl-title
{
    color:#A22E2E!important;
    font-size:24px!important;
    text-align:center!important;
    display:block;
    width:100%;
    top:12px;
    position:relative;
}
.chl-title p
{
    padding:0px;
    margin:0px;    
     color:#A22E2E!important;
    font-size:24px!important;
}
#ch-menu-title-containter
{
    padding:0px;
    margin:0px;
    width:100%;
    height:95px;
    background:url("images/page-title-bg.png") repeat-y top left transparent;    
    z-index:19;
}
#ch-menu-title
{
    padding:0px;
    margin:0px;
    width:100%;
    height:95px;
    background:url("images/child-menu-bg.png") repeat-x bottom left transparent;    
    z-index:19;
}
#ch-menu-title .ch-menu-left
{
    padding:0px;
    margin:0px;
    width:100%;
    height:95px;
    background:url("images/child-menu-left.png") no-repeat bottom left transparent;
    z-index:20;
}
#ch-menu-title .ch-menu-right
{
    padding:0px;
    margin:0px;
    width:100%;
    height:95px;
    background:url("images/child-menu-right.png") no-repeat bottom right transparent;
    z-index:21;
}
.show-menu-checkbox
{
    background-color: #F4F4F4;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0px 10px 5px;
    width: 991px;
}
.show-menu-checkbox label
{
    color: #433F3F;
    position: relative;
    top: -2px;
}