
/* popup */
.header_menu{
    background-image: url(../assets/image/navnav.png);
    width:454px;
    height:204px;
    position: absolute;
 top: 100px;
 left: 445px;
 z-index: 12;
}
.menu_item{
        position: absolute;
        cursor: pointer;
}
#menu_item_0{
        top: 130px;
        left: 7px;
        height: 26px;
        width: 144px;
}
#menu_item_1{
top: 130px;
left: 167px;
height: 26px;
width: 124px;
}
#menu_item_2{
    top: 127px;
    left: 306px;
    height: 26px;
    width: 140px;
}
#menu_item_3{
    top: 167px;
    left: 8px;
    height: 26px;
    width: 140px;
}
#menu_item_4{
    top: 167px;
    left: 163px;
    height: 26px;
    width: 89px;
}
#menu_item_5{
     top: 162px;
     left: 267px;
     height: 26px;
     width: 181px;  
}
#main_page_click{
      background-image: url(../assets/image/cz-softwear_bg_image_01a.png);
      width: 370px;
      height: 250px;
      background-repeat: no-repeat;
      background-position: left bottom;
         position: absolute;
         left: 28px;
         top: 127px;
         cursor: pointer;
		 z-index:9999;
}