/* --- Menu box --- */
.menubox
{
    width:100%;
    height:70px;
    background-color:rgb(11,41,66);
    position:relative;
}

.menubox .selectblock
{
    width:145px;
    height:80px;
    background:url('../img/menu/redback.png');
    background-size: 145px 80px;
    background-repeat: no-repeat;
    float:left;
    cursor:pointer;
    z-index:1;
}

.menubox .selecttext
{
    color:white;
    font-size:14.5px;
    font-weight:bold;
}

.menubox .menublock
{
    width:117px;
    height:70px;
    float:left;
    cursor:pointer;
}

.menubox .menublock:hover
{
    background:#061725;
}

.menubox .menutext
{
    color:white;
    font-size:12px;    
    font-weight:bold;
}