.menuContainer {
    position: absolute;
    background-image:url('../img/wondow2.png');
	/*background-image:url('../img/wondow2_cufaj.png');*/
    width: 417px;
    height: 588px;
    display: none;
    z-index: 3;
    font-family: americanCaptain;
}


#welcomeMenu{
    position: absolute;
    width: 555px;
    height: 588px;
    display: none;
    z-index: 3;
    font-family: americanCaptain;
    background-image:url('../img/logo_big.png');
	/*background-image:url('../img/logo_big_cufaj.png');*/
    background-repeat: no-repeat;
    color: #ffffff;
}
/*#gameMenu{*/
    /*display: none;*/
/*}*/

#WM_item1{
    position: absolute;
    margin: 0px;
    top: 13px;
    left: 40px;
    font-size: 38px;
    transform:rotate(-3deg);
    -ms-transform:rotate(-3deg); /* IE 9 */
    -webkit-transform:rotate(-3deg); /* Opera, Chrome, and Safari */
    }
#WM_item1:hover{
    color: #EB4539;
    /*color: #103D5B;*/
    cursor: pointer;
}
#WM_item1_div{
    background-image:url('../img/menu_item_long.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 274px;
    height: 71px;
    top: 370px;
    left: 150px;
}

#WM_item2{
    position: absolute;
    margin: 0px;
    top: 13px;
    left: 55px;
    font-size: 38px;
    transform:rotate(-3deg);
    -ms-transform:rotate(-3deg); /* IE 9 */
    -webkit-transform:rotate(-3deg); /* Opera, Chrome, and Safari */

}
#WM_item2:hover{
    color: #EB4539;
    /*color: #103D5B;*/
    cursor: pointer;
}
#WM_item2_div{
    background-image:url('../img/menu_item_short.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 243px;
    height: 70px;
    top: 440px;
    left: 170px;

}

#GM_item1{
    position: absolute;
    margin: 0px;
    font-size: 35px;
    color: #ffffff;
    top: 300px;
    left: 180px;
}
#GM_item1:hover{
    color: #EB4539;
    /*color: #103D5B;*/
    cursor: pointer;
}


#GM_item2{
    position: absolute;
    margin: 0px;
    font-size: 35px;
    color: #ffffff;
    top: 370px;
    left: 160px;
}
#GM_item2:hover{
    color: #EB4539;
    /*color: #103D5B;*/
    cursor: pointer;
}

#GM_item3{
    position: absolute;
    margin: 0px;
    font-size: 35px;
    color: #ffffff;
    top: 440px;
    left: 130px;
}
#GM_item3:hover{
    color: #EB4539;
    /*color: #103D5B;*/
    cursor: pointer;
}



.SM_items{
    margin: 5px;
    position: relative;
    font-size: 17px;
    color: #ffffff;

}
.SM_items:hover{
    color: #EB4539;
    /*color: #103D5B;*/
    cursor: pointer;

}
#SM_items_div{
    position: absolute;
    top: 302px;
    left: 90px;
    height: 275px;
    width: 285px;
    overflow-y: auto;

}
#SM_title{

    color: #ffffff;
    font-size: 23px;
    position: absolute;
    top: 263px;
    left: 160px;
}
#SM_exit{
    margin-left: 5px;
    margin-top: 20px;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    width: 50px;
 }
#SM_exit:hover{
    color: #EB4539;
    /*color: #103D5B;*/
    cursor: pointer;

}