@charset "utf-8";
/* CSS Document */

#header {
    width: 932px;
    margin: 0 auto;
}
#header .logo {
    float: left;
    margin: 30px 0 0 0;
}
#header .menu {
    float: right;
    height: 93px;
    border-bottom: 1px solid #d7d7d7;
}
#header .menu li {
    float: left;
    height: 93px;
    margin-left: 35px;
    position: relative;
}
#header .menu li a {
    float: left;
    line-height: 35px;
    font-size: 15px;
    color: #2b3852;
    font-family: 'KhmerUIRegular';
    margin-top: 32px;
    position: relative;
    z-index: 2;
}
#header .menu li.first, #header .menu li.first a { margin-left: 0; }
#header .menu li.current { background: url('../images/background.menu.current.jpg') repeat-x bottom left; }
#header .menu li.hover.active {
    margin: 0 -13px 0 22px;
    background: none;
}
#header .menu li.hover.active a {
    padding: 0 13px;
    background: #465a81;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #9db50b;
    font-family: 'KhmerUIRegular';
}
#header .menu li.hover-r { margin: 0 -13px 0 10px; }
#header .menu li ul.submenu {
    position: absolute;
    top: 55px;
    padding: 13px 0;
    background: #465a81;
    width: 100%;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
#header .menu li ul.submenu li {
    padding: 3px 15px;
    margin: 0;
    height: auto;
}
#header .menu li ul.submenu li a {
    padding: 0 !important;
    margin: 0;
    color: #fff !important;
    font-size: 14px;
    line-height: 14px;
}

#header .phone {
    float: right;
    line-height: 34px;
    padding-left: 22px;
    background: url('../images/phone.png') no-repeat left center;
    color: #888;
    font-size: 13px;
}
#header .phone span {
    color: #2b3852;
    font-size: 15px;
    font-weight: bold;
}